This is the first release with initial Key/Value Store support on top of JetStream.
dotnet add package NATS.Client.Core --version 2.0.0-alpha.4
dotnet add package NATS.Client.Hosting --version 2.0.0-alpha.4
dotnet add package NATS.Client.JetStream --version 2.0.0-alpha.4
dotnet add package NATS.Client.KeyValueStore --version 2.0.0-alpha.4
What's Changed
- Added subject transforms to stream source config in #134
- Use supported runtime/language pair by @jasper-d in #135
- Add JetStream metadata to msg parsed from reply string by @simonhoss in #139
- Handle publish serialization exceptions in #144
- Support all binary payload APIs with only generics in #143
- Implement NUID by @jasper-d in #147
- Initial Key Value Store implementation in #132
New Contributors
- @simonhoss made their first contribution in #139
Full Changelog: v2.0.0-alpha.3...v2.0.0-alpha.4