Changelog
ADDED
- Core NATS:
- KeyValue:
- Enable custom subject transforms on KV sourcing (#1960)
FIXED
- JetStream:
- KeyValue:
- Fix data race when closing watcher updates channel in kv.go (#1965)
IMPROVED
- Remove extraneous PullThresholdMessages type definition from README. Thanks @PeterBParker for the contribution (#1959)
- Fix typo in README for service creation method (#1962)
- Mention performance implications of using Consumer.Fetch in docs (#1983)