Releases: nats-nui/nui
Releases · nats-nui/nui
v0.9.2
v0.9.1
Fixes
- Fixed wrong entrypoint config that prevent container to start correctly
v0.9.0
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.
It is also possible to manually browse and select protobuf definitions.
Thanks to the huge contribution from @kuklyy!
- Added theme selection with a new b(oring)usiness theme
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_firstnot 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
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
Features
- Added server metrics view to inspect NATS metrics coming from the server.
- Added view to list and get metrics of connected clients.
- Added both nats http server source and nats protocol source (via sys account) to get metrics from server.
- Added diff button to see changes betweeen different messages both for core nats messages and stream messages.
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
Full Changelog: v0.8.0-beta.1...v0.8.0-beta.2
v0.8.0-beta.1
Full Changelog: v0.7.1...v0.8.0-beta.1
v0.7.1
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
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
DiscardNewPerSubjectpolicy 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
Improvements
- Added last-message autoselect for NATS core messages. Now enabling the autoselect shows automatically the last message arrived in the card subscription (#52)

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