Skip to content

Releases: mdawar/nats-dashboard

v0.3.1

29 Apr 09:48
3b7a6ce
Compare
Choose a tag to compare

UI improvements:

  • Hide the server name on small screens if the URL input is not disabled.
  • Fix the connections layout on small screens that was causing a horizontal scrollbar.

v0.3.0

28 Apr 19:13
a0089ce
Compare
Choose a tag to compare

Changes:

  • Updated dependencies.
  • Added Runtime configuration file served at /config.json, you no longer need to build a new Docker image to configure the app.
  • Added the ability to set a default NATS server to be monitored when the app is visited.
  • Added the ability to hide the server URL input. This is useful for instances that monitor a single server that doesn't change.
  • Added REVERSE_PROXY_UPSTREAM environment variable to configure a reverse proxy on the path /proxy/ when using the Docker image (See the config/Caddyfile). This is useful for monitoring a private NATS server.
  • Removed PUBLIC_SERVERS_LIST Docker image build argument (Replaced by the servers option in the config.json file).

v0.2.13

13 Feb 20:55
7707765
Compare
Choose a tag to compare
  • Links without a scheme will default to the http scheme.
  • Copy the accounts array before sorting (By @chaseCormint).
  • Updated dependencies.

v0.2.12

15 Jan 16:39
b64591c
Compare
Choose a tag to compare
  • Sort JetStream accounts by ID.
  • Updated dependencies.

v0.2.11

09 Jan 09:32
074385e
Compare
Choose a tag to compare
  • Added PUBLIC_SERVERS_LIST environment variable to customize the servers list on build.
  • Updated dependencies.

v0.2.10

17 Dec 16:55
129f0af
Compare
Choose a tag to compare

Update dependencies.

Major updates:

  • Astro v4
  • SolidJS router v0.10.4

v0.2.9

29 Oct 16:47
cc0a6ff
Compare
Choose a tag to compare
  • Provide the built app as a zip file in the releases.
  • Changed the URL input placeholder to make it clear that a URL can be typed.

v0.2.8

28 Oct 12:06
bee3659
Compare
Choose a tag to compare
  • Display Unlimited for consumer MaxAckPending == -1.
  • Updated Node version to v21.1.
  • Updated dependencies.
  • Build linux/arm64 Docker image.

v0.2.7

18 Oct 13:06
58f8c1e
Compare
Choose a tag to compare
  • Improved the connections list display on mobile devices.
  • Removed hard coded NATS server URLs and added a serversList config.
  • Updated dependencies.

v0.2.6

12 Oct 13:21
cc92c71
Compare
Choose a tag to compare
  • The consumer details section now displays the FilterSubjects config.
  • Made the connection and stream slide overs larger.
  • Updated dependencies.