All Versions
70
Latest Version
Avg Release Cycle
37 days
Latest Release
-

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