github nats-io/nats.go v1.48.0
Release v1.48.0

5 hours ago

Changelog

ADDED

  • Core NATS:
    • Add publish subject validation and a connection option to skip it (#1974, #1979)
  • KeyValue:
    • Enable custom subject transforms on KV sourcing (#1960)

FIXED

  • JetStream:
    • Fix function pointer check in js.apiRequestWithContext. Thanks @svenfoo for the contribution (#1957)
    • Use QueueSubscribe if DeliverGroup is configured on PushConsumer (#1966)
  • 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)

Complete Changes

v1.47.0...v1.48.0

Don't miss a new nats.go release

NewReleases is sending notifications on new releases.