Release v1.15.0
Changelog
Experimental
The ObjectStore
is still experimental and subject to change.
Added
- ObjectStore:
MaxBytes
in theObjectStoreConfig
structure (#955)
Improved
- JetStream:
- Ability pass
0
tonats.ExpectLastSequence(0)
andnats.ExpectLastSequencePerSubject(0)
to thejs.Publish()
call. Previously, the value0
would be ignored and the header would not be set. Note that currently, the server only accepts0
as a valid value fornats.ExpectLastSequencePerSubject()
. Thanks to @bruth for the contribution (#958)
- Ability pass
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)