Skip to content

Release v1.35.0

Latest
Compare
Choose a tag to compare
@piotrpio piotrpio released this 17 May 11:00
1ffb3ac

Changelog

Added

  • Service API:
    • Added API to read reply subject from micro.Request. Thanks @mcosta74 for the contribution (#1589)
  • Core NATS:
    • Added ForceReconnect method on connection for manually triggering reconnect (#1624)

Fixed

  • KeyValue:
    • Fixed invalid DiscardPolicy being set when creating a new KeyValue store using the jetstream package. Previously created KV instances will be auto-repaired when calling CreateKeyValue (#1616, #1617)
  • JetStream:
    • Fixed validation for streams, consumers and KV buckets to avoid protocol errors (#1613)
  • Core NATS:
    • Fixed ConnectedCB not being invoked when using RetryOnFailedConnect: true and the initial nats.Connect fails (#1619)

Improved

  • Core NATS:
    • Remove unnecessary allocations from readMIMEHeader (#1609)
  • KeyValue:
  • Legacy JetStream:
    • Added documentation for StreamConfig in jsm.go. Thanks @kazmerdome for the contribution (#1625)

Complete Changes

v1.34.1...v1.35.0