[release] ChirpStack Application Server v3.10 (test releases)

ChirpStack Application Server v3.10.0-test.1

Features

Generate API keys in web-interface

This makes it possible to generate (and revoke) API keys directly from within
the web-interface. Internally, a lot of authorization code has been cleaned up
to remove duplication and make the code easier to maintain. (#421)

Improvements

  • Use server time instead of gateway reported time in stats. (#440)

Bugfixes

  • Fix objectJSON formatting in web-interface.
  • Fix AMQP re-connect issue.
  • Fix setting updated_at field on organization user update. (#430)
  • Fix create service-profile with empty name. (#436)

Testing

Debian

Use the testing channel instead of stable:

sudo echo "deb https://artifacts.chirpstack.io/packages/3.x/deb testing main" | sudo tee /etc/apt/sources.list.d/chirpstack.list

Docker

Use the chirpstack/chirpstack-application-server:3.10.0-test.1 image and tag (will be available shortly).

1 Like

Hi @brocaar,
do you think this feature #444 could make it to the main release too?

ChirpStack Application Server v3.10.0-test.2

Features

Generate API keys in web-interface

This makes it possible to generate (and revoke) API keys directly from within the web-interface. Internally, a lot of authorization code has been cleaned up to remove duplication and make the code easier to maintain. (#421)

Redis Cluster and Sentinel

This release introduces the support for Redis Cluster and Redis Sentinel.

Improvements

  • Use server time instead of gateway reported time in stats. (#440)
  • Add “Last seen” column to gateway list view. (#444)

Bugfixes

  • Fix objectJSON formatting in web-interface.
  • Fix AMQP re-connect issue.
  • Fix setting updated_at field on organization user update. (#430)
  • Fix create service-profile with empty name. (#436)
  • Fix closing WebSocket connections. (#373)
2 Likes

The above test-release includes #444 :slight_smile:

Yup, saw it on github, thanks :slight_smile: