Skip to content

Releases: nats-nui/nui

v0.4.4

17 Sep 19:51
Compare
Choose a tag to compare

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.
    image.
  • Added support for view and edit subjects trasforms in stream source and mirror.
    image.
  • Added support for custom reply inbox prefix in connection setup.
    image
  • Added support for custom timeout in request-reply view.
    image

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

09 Aug 17:42
Compare
Choose a tag to compare

Improvements

  • added support for client TLS auth
    image

Full Changelog: v0.4.2...v0.4.3

v0.4.2

17 Jul 18:35
Compare
Choose a tag to compare

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

10 Jul 17:16
Compare
Choose a tag to compare
v0.4.2-beta3 Pre-release
Pre-release

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

09 Aug 16:47
f974149
Compare
Choose a tag to compare
v0.4.2-beta1 Pre-release
Pre-release
Support for build for both linux webkit2gtk-4.1 and webkit2gtk-4.0 (#11)

v0.4.1

27 Jun 17:18
Compare
Choose a tag to compare

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

v0.4.0

15 Jun 17:09
Compare
Choose a tag to compare

Features

  • Added support for reading headers in core messages, replies and streams.
  • Added support for adding headers when publishing a core message or request.

image
image


Improvements

  • Enabled autoformat also in KV buckets.
  • Tweaked reply timeout to avoid unexpedted request timeouts when using req / reply.
  • Expanded icons clickable area.
  • (Internal) Removed unused structs after updating Nats client lib.

Fixes

  • Added workaround to allow copy buttons to work without asking for browser clipboard permissions.
  • Fixed autoformat on card open.
  • Fixed autoformat when opening stream messages.

What's Changed

Full Changelog: v0.3.0...v0.4.0

v0.3.0

03 Jun 05:32
Compare
Choose a tag to compare

Features

  • Added creation of new consumers.
  • Added edit of existing consumers.
  • Added delete of consumers from consumer list.

Improvements

  • Pretty-print of messages is now enabled by default and when enabled / disabled keep the last status choosen.

Full Changelog: v0.2.1...v0.3.0

v0.2.1

18 May 09:24
Compare
Choose a tag to compare

Improvements

  • Added NKEY in auth options
  • Now it is possbile to pause subscriptions in core messages
  • Improved labels and colors in KV detail card
  • Added connection status events in logs card with related NATS disconnection errors

Fixes

  • Fixed copy buttons to copy subjects and payloads
  • Fixed editor issue that put the editor in read-only mode

Full Changelog: v0.2.0...v0.2.1

v0.2.0

09 May 20:41
Compare
Choose a tag to compare

Features

  • Added Request/Reply feature to send a request using the related NATS feature and view the response.

Request-Reply feature


Improvements

  • Added shortcut to publish a message in messages menu.
  • Performance optimization when opening cards in zen mode.

Other

  • Added Help and Github links in about card.

Full Changelog: v0.1.5...v0.2.0