Skip to content

Releases: nats-io/nats-top

Release v0.6.3

13 Dec 21:07
812d35c
Compare
Choose a tag to compare

Changelog

  • 812d35c Merge pull request #104 from nats-io/sattwood/deps
  • 8395975 Dependency updates
  • a622dfe Merge pull request #100 from nats-io/dependabot/github_actions/goreleaser/goreleaser-action-6
  • da1de52 Bump goreleaser/goreleaser-action from 5 to 6

Release v0.6.2

22 Aug 20:29
615672a
Compare
Choose a tag to compare

Changelog

  • 8cf58f5 Bump dependencies
  • 0e08dbf Bump golang.org/x/crypto from 0.16.0 to 0.17.0
  • ebd02a9 Make an initial fetch request before entering the loop
  • e4c0cce Use a separate test package to prevent unexported identifiers access
  • ef3a395 Use a map for test cases and remove the test desc from output
  • 95c7386 Remove delays in the tests and use channels and retries
  • dc8c8ce Use the server time to calculate message and byte rates
  • 7133b15 Change how non data numbers are displayed

Release v0.6.1

28 Jun 02:39
b5f0bbb
Compare
Choose a tag to compare

Changelog

  • b5f0bbb Merge pull request #82 from nats-io/deps-update
  • 5e29a86 Updating badges
  • bebfc1f Bumping go modules. Tweaking CI config
  • b60dee4 Updating workflows. Removing travis config. Updating go deps. Replacing deprecated ioutils functions.

Release v0.6.0

06 Apr 15:57
dd18b02
Compare
Choose a tag to compare

Changelog

  • Added server ID and Name to output (#77)
  • Added: show rates msgs and bytes per sec using space (#78)
  • Updated to latest dependencies

Full Changelog: v0.5.3...v0.6.0

Release v0.5.3

04 Oct 21:36
f48bc85
Compare
Choose a tag to compare

Added

  • new flag --display-subscriptions-column (@dsidirop in #70)

Fixed

Full Changelog: v0.5.2...v0.5.3

v0.5.2

09 May 20:50
220bc61
Compare
Choose a tag to compare

Fixes regression in the accounting of msgs/sec and bytes/sec fields.

Changelog

  • 220bc61 Merge pull request #66 from nats-io/fix-msgs-per-sec
  • 17fdae9 Bump version
  • 598af3d Fix msgs/sec calculation
  • 8896b5b Update install command for Go 1.17/1.18 (#65)

v0.5.0

22 Mar 18:53
45799bf
Compare
Choose a tag to compare

Changelog

v0.4.0

03 Mar 19:35
v0.4.0
635d675
Compare
Choose a tag to compare

Changelog

635d675 Goreleaser; update copyright year, company (#49)
bb989bb Merge pull request #48 from nats-io/pdp/gomod
ad89d40 Update travis specs to not be ancient
eb7818d Generate fresh test keys/certs
6fe66de Switch to Go modules and current nats-server
1c2a692 Bump version

v0.3.2

24 Aug 04:50
Compare
Choose a tag to compare

Minor fix release

Fixed

Alignment issues on host column (#35)

v0.3.0

23 Aug 18:24
Compare
Choose a tag to compare

Added

Column padding adjusts dynamically for host and names
Toggable lookup of client hostname via d while monitoring

Fixed

Data is cleared whenever a server goes away

Changed

Name column hidden unless there is a client with a name