Releases: nats-nui/nui
Releases · nats-nui/nui
v0.5.1
Improvements
- Added a NUI user (uid 1001) in docker container, to start the application as non-root user. (#36).
Fixes
- Fixed regression that show in the UI the wrong base64 encoding for bnary payloadsw (#41).
Internals
- Updated Go version to 1.23.
- Updated dependencies and fixed Dependabot warnings.
Full Changelog: v0.5.0...v0.5.1
v0.5.1-alpha.2
updated test suite to accept new flag on server constructor
v0.5.1-alpha.1
[NUI-203] Run docker container as NUI non-root user (#36)
v0.5.0
Features
- Added connections import from NATS CLI contexts. From the connection list is possibile to import all the exisiting CLI contexts from a directory (#27) (#33)
Improvements
- Now It's possible to see and edit the config of streams, buckets and consumers JSONs directly. this allow to quickly import, clone or edit a stream without using the UI form. (#34)
- Updated Buckets view to allow to edit a bucket and see all new fields up to NATS 2.10 (#30)
Fixes
- Fixed a typo that prevents to create a stream with workqueue retention policy. Thanks to @quadro9! 🐰
Internals
- Updated FE components library
Full Changelog: v0.4.4...v0.5.0
v0.4.4
Improvements
- Added support for view and edit metadata in streams and buckets.
- Added Compression and First Seq options in stream view and edit.
- Added Consumer limits options in stream view and edit.
- Added support for external sources in stream, to source or mirror from different JS domain or account.
. - Added support for view and edit subjects trasforms in stream source and mirror.
. - Added support for custom reply inbox prefix in connection setup.
- Added support for custom timeout in request-reply view.
Fixes
- Fixed wrong visualization and error on publish of non ASCII characters (#21).
- Fixed issues with checkboxes stuck in readonly mode on edit stream view.
- Fixed wrong default value when adding a source to a new stream that prevent the correct sourcing of the stream.
- Fixed wrong behaviour in metadata edit component when different keys start with the same prefix.
- Fixed error toasts not appearing in some cases.
Internals
- Moved FE common components to external npm package.
Full Changelog: v0.4.3...v0.4.4
v0.4.3
v0.4.2
Improvements
- updated wails to 2.9.1
- updated default linux build to webkit2gtk-4.1
- added separate linux build to support webkit2gtk-4.0
Full Changelog: v0.4.1...v0.4.2
v0.4.2-beta3
Improvements
- updated wails to 2.9.1
- updated default linux build to webkit2gtk-4.1
- added separate linux build to support webkit2gtk-4.0
Full Changelog: v0.4.1...v0.4.2-beta1
v0.4.2-beta1
Support for build for both linux webkit2gtk-4.1 and webkit2gtk-4.0 (#11)
v0.4.1
Improvements
- added action to purge a bucket from keys flagged as deleted (compact)
- added linux/arm64 platform when building docker image (thanks to @Morganov)
What's Changed
Full Changelog: v0.4.0...v0.4.1