This is a bug fix release of NATS .NET v2.5.6. It fixes a serialization issue that was happening when interacting with JetStream APIs. Impact should be minimal since JetStream API calls would be retried in most cases however you might see warnings in your logs regarding malformed JSON buffers. The bug was introduced in v2.5.5 and you are strongly encourage to upgrade from v2.5.5. See #709 for more information.
What's Changed
- Update README.md by @mtmk in #697
- Make sure we also install .net 6 for the tests by @stebet in #706
- Disable the Windows Memory Tests by @stebet in #708
- upgrade xunit to v3 by @caleblloyd in #710
- Fix JS API deserializer by @mtmk in #709
- Release 2.5.6 by @mtmk in #711
Full Changelog: v2.5.5...v2.5.6