Skip to content
This repository has been archived by the owner on Jul 28, 2021. It is now read-only.

Releases: nats-io/jetstream

Release v0.0.9

24 Feb 21:12
76dec17
Compare
Choose a tag to compare

Enhancements

  • New nats command that unifies jsm, nats-pub, nats-sub and others
  • Ability to update Stream configuration when restoring backups
  • nats events can now show client connections and disconnections
  • nats pub can read messages from stdin for use in scripts or multi line bodies
  • New commands nats server list and nats server ping to discover super cluster topologies
  • jq was added to the container

Release v0.0.8

18 Feb 11:00
v0.0.8
f70822b
Compare
Choose a tag to compare

Enhancements

  • Split next and sub into seperate commands, next is optimised for performance and sub for user friendlyness
  • Support editing streams using jsm stream edit

Release v0.0.7

31 Jan 11:34
668d5ec
Compare
Choose a tag to compare

Enhancements

  • Support creating and restoring JetStream configuration using jsm backup and jsm restore
  • Support secure message erase from Streams using jsm stream rmm

JetStream Enhancements

  • Support configuring JetStream in the NATS configuration file

Release v0.0.6

29 Jan 16:05
ef828c9
Compare
Choose a tag to compare

Enhancements

  • Support latest subject structures that support ACLs
  • Add a new jsm events command to view events published by the server
  • Remove jsm consumer sample in favor of jsm events
  • Ensure jsm will reconnect to NATS if the connection is interrupted
  • Support Stream Templates using the jsm stream template command
  • Unexport the jsch package to make it clear this is not a package intended for end user use

Release v0.0.5

20 Jan 16:35
f920c70
Compare
Choose a tag to compare

Enhancements

  • Support w for weeks when prompting for time ranges
  • Remove the old management library and move to a new jsch helper package
  • Rename Message Set to Stream and Observable to Consumer
  • Support new ACL friendly API subjects
  • Support connecting to NGS from the Docker container

Bug Fixes

  • Avoid crash when asking for Max delivery

Release v0.0.4

08 Jan 16:58
038208e
Compare
Choose a tag to compare

Enhancements

  • Support subscribing to push Observables using jsm obs next
  • Support configuring and viewing Observable Sampling using --sample and jsm obs sample
  • Extensive documentation rewrite
  • Prompts for a Filter Subject when none is given in jsm obs add
  • Supports copying a Message Set configuration to a new one with specific overrides using jsm ms cp
  • Supports copying a Observable configuration to a new one with specific overrides using jsm obs cp
  • Support Ephemeral Observables
  • Support setting Maximum Delivery attempts on Observables
  • Support setting the Maximum Message Size for individual messages on Message Sets
  • Rename the Observable Subject to Filter Subject and change --subject to --filter in jsm obs add
  • Add a jsm ms report command that can show JSON and Table views of all Message Sets

Bug Fixes

  • Message limits apply to all retention modes not just StreamRetention
  • Use IEC standard representation for Bytes

Release v0.0.3

04 Jan 11:38
07024ff
Compare
Choose a tag to compare
Merge pull request #23 from nats-io/include_nats_server

include nats-server in the jsm container

Release v0.0.2

31 Dec 10:08
c00b7a6
Compare
Choose a tag to compare

Release v0.0.1

19 Dec 09:03
dd4c34d
Compare
Choose a tag to compare
Merge pull request #16 from nats-io/latest_nats

update nats server dependency