Skip to content

Release v1.15.0

Compare
Choose a tag to compare
@kozlovic kozlovic released this 04 May 22:09
· 450 commits to main since this release
f52eb7b

Changelog

Experimental

The ObjectStore is still experimental and subject to change.

Added

  • ObjectStore:
    • MaxBytes in the ObjectStoreConfig structure (#955)

Improved

  • JetStream:
    • Ability pass 0 to nats.ExpectLastSequence(0) and nats.ExpectLastSequencePerSubject(0) to the js.Publish() call. Previously, the value 0 would be ignored and the header would not be set. Note that currently, the server only accepts 0 as a valid value for nats.ExpectLastSequencePerSubject(). Thanks to @bruth for the contribution (#958)

Fixed

  • JetStream:
    • A PullConsumer's Fetch() method with a batch greater than 1 and with other pull consumers running, may timeout although messages would have been available (#967)

Complete Changes

v1.14.0...v1.15.0