v0.2.0
What's Changed
- perf: close the gap to the Java NATS client (write coalescing + leaner hot paths) by @ThatScalaGuy in #1
- feat: JetStream support (request/reply, streams, consumers, pull/push) by @ThatScalaGuy in #2
- perf(json): replace circe with jsoniter-scala 2.38.14 by @ThatScalaGuy in #3
- feat(kv): add Key-Value store over JetStream by @ThatScalaGuy in #4
- feat(jetstream): gap-resetting ordered push consumer by @ThatScalaGuy in #5
- feat(jetstream): model mirror/sources/republish/subject-transform/placement/sealed on StreamConfig by @ThatScalaGuy in #6
- feat(objectstore): NATS Object Store over JetStream by @ThatScalaGuy in #7
- ci: add Scala Steward for grouped dependency updates by @ThatScalaGuy in #8
- feat: implement NKey (Ed25519) authentication signing by @ThatScalaGuy in #9
- Complete the auth stack: .creds loader + INFO-first TLS fix by @ThatScalaGuy in #10
- Cluster failover, discovery, and reconnect write buffer by @ThatScalaGuy in #11
- Test library updates by @ThatScalaGuy in #13
- Minor & major updates by @ThatScalaGuy in #14
- Other dependency updates by @ThatScalaGuy in #15
- Typelevel & FS2 updates by @ThatScalaGuy in #12
New Contributors
- @ThatScalaGuy made their first contribution in #1
Full Changelog: v0.1.0...v0.2.0