Skip to content
This repository was archived by the owner on May 2, 2025. It is now read-only.

Commit 656c2ad

Browse files
committed
Update changelog.
1 parent 89ab99e commit 656c2ad

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/content/overview/changelog.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,24 +146,34 @@ a change in MQTT topics (default configuration):
146146
* `application/[ApplicationID]/device/[DevEUI]/location` -> `application/[ApplicationID]/device/[DevEUI]/event/location`
147147
* `application/[ApplicationID]/device/[DevEUI]/tx` -> `application/[ApplicationID]/device/[DevEUI]/command/down`
148148

149+
#### API keys
150+
151+
It is now possible to also generate per-organization API keys in the web-interface
152+
for easy integration with the gRPC and REST API.
153+
149154
### Improvements
150155

151156
* Make it possible to use activate API endpoint for OTAA devices (to import an existing activation).
152157
* Gateway Profile / channel-plan re-configuration documentation in web-interface.
153158
* Internal cleanup auto-complete select in web-interface.
154159
* Remove links in web-interface which could cause a logout due to user-permissions.
160+
* Redirect to device overview after saving root-keys.
161+
* Add network-server name in gateway list.
155162
* Expose (un)confirmed + DevAddr in integration payloads. ([#453](https://github.com/brocaar/chirpstack-application-server/issues/453))
156163
* Highlight rlow when hovering over table rows in web-interface. ([#474](https://github.com/brocaar/chirpstack-application-server/pull/474))
157164
* Include Network Server name column in Device- and Service Profile list. ([#475](https://github.com/brocaar/chirpstack-application-server/pull/475))
158165
* Include RSSI and SNR in ThingsBoard integration. ([#478](https://github.com/brocaar/chirpstack-application-server/pull/478/))
159166
* Align Gateway detail overview styling. ([#480](https://github.com/brocaar/chirpstack-application-server/pull/480/))
160167
* Makefile changes to speed up tests. ([#493](https://github.com/brocaar/chirpstack-application-server/pull/493))
168+
* Support multiple Redis addresses for clustering. ([#491](https://github.com/brocaar/chirpstack-application-server/pull/494))
161169

162170
### Bugfixes
163171

164172
* Fix delete icon in gateway-profile UI (was showing + icon instead of delete).
173+
* Fix updating organization with global API key. ([#487](https://github.com/brocaar/chirpstack-application-server/issues/487))
165174
* Add missing error check in AWS SNS integration. ([#483](https://github.com/brocaar/chirpstack-application-server/pull/483))
166175

176+
167177
## v3.10.0
168178

169179
### Features

0 commit comments

Comments
 (0)