Skip to content

Releases: strmprivacy/java-driver

v5.1.1

25 Jul 11:18
Compare
Choose a tag to compare

5.1.1 (2023-07-25)

Bug Fixes

  • deps: set slf4j from api to implementation (#17) (0fd2708)

v5.1.0

06 Jul 11:04
Compare
Choose a tag to compare

5.1.0 (2023-07-06)

Features

  • deps: upgrade dependencies (8767141)

v5.0.1

03 May 12:27
Compare
Choose a tag to compare

5.0.1 (2023-05-03)

Bug Fixes

  • strm-2387: use api instead of implementation dependency for sl4j (#16) (d545ecb), closes #10

v5.0.0

03 May 12:16
Compare
Choose a tag to compare

5.0.0 (2023-05-03)

Features

  • strm-2387: upgrade to latest jetty version and remove deprecated usages (#15) (98cd684)

BREAKING CHANGES

  • strm-2387: targets Java 11 - for Java 8 support, use v4.1.0

v4.1.0

24 Apr 08:47
Compare
Choose a tag to compare

4.1.0 (2023-04-24)

Features

v4.0.0

12 Jul 13:10
Compare
Choose a tag to compare

4.0.0 (2022-07-12)

Features

  • strm-1259: remove billing id usage (#13) (cd08301)

BREAKING CHANGES

  • strm-1259: authentication has changed

v3.0.0

31 Dec 09:39
Compare
Choose a tag to compare

3.0.0 (2021-12-31)

  • fix!: code cleanup, refactoring (0e7e95b)

BREAKING CHANGES

  • removed websocket receive events, remove avro_json support

v2.0.1

13 Dec 13:17
Compare
Choose a tag to compare

2.0.1 (2021-12-13)

Bug Fixes

  • removed unused/unwanted log4j dependency (492240a)
  • upgraded grgit and node (dfe7133)

v2.0.0

10 Nov 15:33
Compare
Choose a tag to compare

2.0.0 (2021-11-10)

Bug Fixes

  • update configuration defaults (13d0fc2)

Features

BREAKING CHANGES

  • StreamMachineEvent -> StrmPrivacyEvent

v1.0.2

24 Sep 08:57
Compare
Choose a tag to compare

1.0.2 (2021-09-24)

Bug Fixes

  • fail CompletableFuture on http errors (#7) (30e734c)