Skip to content

0.0.29

Compare
Choose a tag to compare
@ripienaar ripienaar released this 18 Feb 11:29
· 541 commits to main since this release
v0.0.29
6a5a81c

Removals

  • Removed the previously-deprecated KV implementation
  • Stream names may not be changed during restore as this was never supported well on the server and is now denied

Enhancements

  • Add NumSubjects to stream state
  • Support DeletedDetails and SubjectsFilter in Stream Info
  • Consumer backoff policies, includes a helper to make linear backoff policies
  • Add a general stream query tool with various filters
  • Support configuring custom inbox prefixes in contexts
  • Add missing item to consumer information
  • Updates for Server 2.7.x compatibility
    • MaxRequestBatch, MaxRequestExpires and InactiveThreshold on consumers
    • MaxBytesRequired on account information
    • Ephemeral pull consumers

Bug Fixes

  • Create inboxes based on client configuration
  • Fix all iteration based API interactions - fixing various bugs in large networks with many connections and subscriptions
  • Fix bug in handling server URLs when cli flags and context both set a url
  • Improved error handling during restores