Skip to content

Latest commit

 

History

History
142 lines (67 loc) · 5.1 KB

CHANGELOG.md

File metadata and controls

142 lines (67 loc) · 5.1 KB

5.1.1 (2023-07-25)

Bug Fixes

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

5.1.0 (2023-07-06)

Features

  • deps: upgrade dependencies (8767141)

5.0.1 (2023-05-03)

Bug Fixes

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

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

4.1.0 (2023-04-24)

Features

4.0.0 (2022-07-12)

Features

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

BREAKING CHANGES

  • strm-1259: authentication has changed

3.0.0 (2021-12-31)

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

BREAKING CHANGES

  • removed websocket receive events, remove avro_json support

2.0.1 (2021-12-13)

Bug Fixes

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

2.0.0 (2021-11-10)

Bug Fixes

  • update configuration defaults (13d0fc2)

Features

BREAKING CHANGES

  • StreamMachineEvent -> StrmPrivacyEvent

1.0.2 (2021-09-24)

Bug Fixes

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

1.0.1 (2021-08-06)

Bug Fixes

  • set compile scope for specific transitive dependencies to fix examples (92ae940)

1.0.0 (2021-08-06)

Features

  • added a stop method to shut down the client (cdcee6d)
  • convert to gradle; add support for non legacy schemas (e84135f)
  • private schemas and contracts (0b3cb35)

BREAKING CHANGES

  • added support for new schemas and contracts

0.2.0 (2021-03-18)

Features

  • Replaced asynchttpclient with Jetty client
  • Support for HTTP/2

Deprecation

  • Removed Server Sent Events support

0.1.0 (2020-11-16)

Features

  • Adds websocket support

Deprecation

  • Server Sent Events are deprecated in favor of websocket support

0.0.1 (2020-09-28)

Features

  • Initial release of Java Driver
  • Supports authentication, sending and receiving (server sent) events to/from strmprivacy.io