All Versions
70
Latest Version
Avg Release Cycle
37 days
Latest Release
-
Changelog History
Page 1
Changelog History
Page 1
-
v2.16.5 Changes
Core
- 0๏ธโฃ increase default max (pending) messages, ability to set pending limits in subscribe options #799 @scottf
- ๐ better setup of pending limits #804 @scottf
- ๐ ignore auth required flag from server when building connection string #807 @scottf @ColinSullivan1
โ Etc. Tests / Docs / Examples
- ๐ Fix test only check mirror direct 2.9.0 and later #794 @scottf
- ๐ Fixes typo in Readme #795 @aaabramov
- ๐ Better dev version and autobench naming #798 @scottf
- ๐ Change Temporary File Creation in unit test. #800 @JLLeitschuh
- ๐ fixed test - name not necessary, better for regression #803 @scottf
-
v2.16.4 Changes
Key Value (KV)
- ๐ kv mirror support #789 @scottf
JetStream
- stream state lost #792 @scottf
Core
- Implement RTT #784 @scottf
- get client inet address #791 @scottf
Misc
- Minor fix for README.md Jetstream example #790 @JonasPed
-
v2.16.3 Changes
JetStream
- ๐ changed handling of missing offset for paged #782 @scottf
-
v2.16.2 Changes
Core
- reader HMSG protocol line length size was wrong #774 @scottf
- Message sending optimization #776 @scottf @MauriceVanVeen
Misc
- ๐ Fix Get Streams Doc #771 @scottf
- PubWithHeadersBenchmark #772 @scottf
-
v2.16.1 Changes
Core
- ๐ Fix - Ensure resizing of the sendBuffer #746 @MauriceVanVeen
- โจ Enhancement - Additional API to clear last error from Nats server #750 @Ryner51
- ๐ Sync NatsMessage.getSizeInBytes() with usage in NatsConnectionWriter #756 @MauriceVanVeen
JetStream
- ๐ discard_new_per_subject #755 @scottf
- streams / names with subject filtering, info pagination #759 @scottf
- ordered consumer config setting changes #762 @scottf
- Ordered Consumer Heartbeat Handling #766 @scottf
KV or OS
- object store tuning #731 @scottf
- KV status bytes - Issue #754 @scottf
- List materialized views #765 @scottf
Examples
- Example to show handling pub acks in a separate thread than the publish. #748 @scottf
-
v2.16.0 Changes
๐ This release is a re-release of 2.15.7 with an additional opt-out and the minor version bump.
JetStream Options Opt-Out
- Ability to opt-out of using Server v2.9.0 consumer create api #728 @scottf
JetStream / Management
- Get Message Enhancement #696 @scottf
- No Erase option on message delete #698 @scottf
- ๐ Support v2.9.0 Get Direct Message feature #701 #703 @scottf
- ๐ Support v2.9.0 Consumer Create feature #723 #725 @scottf
Key Value
- ๐ Fix bug to return null instead of entry on get of deleted or purged key #700 @scottf
- ๐ Allow direct configuration for KV #718 #724 @scottf
Object Store
- ๐ Initial implementation, experimental. #705 #714 #720 @scottf
Core
- Static Memory Auth Handler #702 @scottf
- ๐ Support v2.9.0 stream configuration republish #709 @scottf
-
v2.15.7 Changes
JetStream / Management
- Get Message Enhancement #696 @scottf
- No Erase option on message delete #698 @scottf
- ๐ Support v2.9.0 Get Direct Message feature #701 #703 @scottf
- ๐ Support v2.9.0 Consumer Create feature #723 #725 @scottf
Key Value
- ๐ Fix bug to return null instead of entry on get of deleted or purged key #700 @scottf
- ๐ Allow direct configuration for KV #718 #724 @scottf
Object Store
- ๐ Initial implementation, experimental. #705 #714 #720 @scottf
Core
- Static Memory Auth Handler #702 @scottf
- ๐ Support v2.9.0 stream configuration republish #709 @scottf
-
v2.15.6 Changes
Core
- ๐ better request timeout management #693 @scottf
JetStream
- support num_replicas and mem_storage in consumer configuration #689 @goku321 @scottf
Misc
- ๐ Change example to have more flexibility on message size #690 @scottf
-
v2.15.5 Changes
Core
- Accept encoded connection urls #674 @scottf
- Only track duplicate responses when advanced tracking is on #659 @scottf
JetStream
- โฌ๏ธ revert ConsumerConfiguration changes where some fields were downgraded #685 @scottf
- consumer info change to sequence_info from sequence_pair #679 @scottf
- consumer filter subject is now modifiable #676 @scottf
- โก๏ธ handle updated account stats #668 @scottf
- Ability to create an External object #661 @scottf
KV
- โก๏ธ ability to update bucket config #662 @scottf
Experimental
- ๐ฆ expose management getStreamNamesBySubjectFilter #681 @scottf
- experimental pull reader #683 @scottf
โ Tests
- โ Add test for NKey.clear #663 @lacinoire
Misc
- โ remove comments that say durable is required during pull #675 @scottf
- ๐ better push queue example #670 @scottf
- ๐ fix inactive threshold doc #660 @scottf
-
v2.15.3 Changes
JetStream
- Ability for user to create a Placement object PR #655 @scottf