Skip to content

Releases: nats-nui/nui

v0.9.2

26 Feb 19:57

Choose a tag to compare

Fixes

  • Fixed typo in entrypoint that prevent to pass custom args flag in container (#120)

v0.9.1

04 Feb 06:44

Choose a tag to compare

Fixes

  • Fixed wrong entrypoint config that prevent container to start correctly

v0.9.0

03 Feb 18:43
0195523

Choose a tag to compare


Features

  • Added protobuf message decoding with intelligent auto-detection and caching. Now a set of protobuf definitions can be loaded on a special NUI directory. selecting the protobuf view mode then the correct message type is detected and showed as json.
image

It is also possible to manually browse and select protobuf definitions.

image

Thanks to the huge contribution from @kuklyy!


  • Added theme selection with a new b(oring)usiness theme
image image

Improvements

  • Configured Monaco Editor to use local package instead of CDN to allow NUI working without external dependencies. Thanks to @nam2909!
  • Now is allowed to send messages and requests with empty payload. Thanks to @dusanstanojeviccs!

Fixes

  • Fixed tls_first not being applied from CLI context on import. Thanks to @thejoeejoee
  • Fixed and improved error logging in some edge cases that fails and crash the application without any error output.

Full Changelog: v0.8.1...v0.9.0

v0.8.1

02 Oct 17:49

Choose a tag to compare


Improvements

  • Added FE support to be served in a subpath by an external reverse proxy.

Fixes

  • Updated client nats library to fix server error when retrieving stream messages. Thanks to @mimmeslemehrzad!

Full Changelog: v0.8.0...v0.8.1

v0.8.0

08 Aug 17:37

Choose a tag to compare


Features

  • Added server metrics view to inspect NATS metrics coming from the server.
image
  • Added view to list and get metrics of connected clients.
image
  • Added both nats http server source and nats protocol source (via sys account) to get metrics from server.
image
  • Added diff button to see changes betweeen different messages both for core nats messages and stream messages.
image

The metrics section is inspired by the amazing NATS Dashboard project. 🐰


Improvements

  • Added time units in consumer ack wait and backoff configuration.
  • Added connection name to connections used by NUI itself.
  • Improved stability and performance of FE cards stack management and websocket connections.

Fixes

  • Fixed regression with URL-unsafe characters in stream and bucket names (#77). thanks to @mimmeslemehrzad for isssue notification and PR proposal 🐰.
  • Fixed error when get an empty stream with active filters.
  • Fixed issue with stream reference when detaching a card.

Full Changelog: v0.7.1...v0.8.0

v0.8.0-beta.2

07 Aug 20:36

Choose a tag to compare

v0.8.0-beta.2 Pre-release
Pre-release

v0.8.0-beta.1

06 Aug 09:19

Choose a tag to compare

v0.8.0-beta.1 Pre-release
Pre-release

Full Changelog: v0.7.1...v0.8.0-beta.1

v0.7.1

28 Jun 08:47

Choose a tag to compare


Fixes

  • Fixed issue when detach stream messages card.
  • Fixed issue with cards that corrupt FE local storage and prevent to load the window correctly.

Full Changelog: v0.7.0...v0.7.1

v0.7.0

27 May 19:26

Choose a tag to compare


Features

  • Added in streams config options for ttl (NATS 2.11).
  • Added config options and pause / resume actions for consumers (NATS 2.11).
  • Added search bar in connections card.

Improvements

  • Added DiscardNewPerSubject policy option in stream view.
  • Added TLS-first Handshake option in connection TLS settings.

Fixes

  • Fixed issue with URL-unsafe characters in stream and bucket names (#56).
  • Fixed issue when docker container runs with no persistent db volume (#68).
  • Fixed regression related to #56 that prevents to use stream message filters (#64). Thanks @superfrost for the effort 🐰
  • Fixed issue that prevents sending requests with large payloads (#65).

Full Changelog: v0.6.1...v0.7.0

v0.6.1

26 Feb 07:00
53ab908

Choose a tag to compare


Improvements

  • Added last-message autoselect for NATS core messages. Now enabling the autoselect shows automatically the last message arrived in the card subscription (#52)
    image

Full Changelog: v0.6.0...v0.6.1