Added
relayscommand tottn-lw-cli, which enables the management of LoRaWAN relays, including their configuration and uplink forwarding rules.
Changed
- User’s primary email address validation is now decoupled from deprecated
ContactInfofield.- This requires a database schema migration (
ttn-lw-stack is-db migrate) because of the newemail_validationstable.
- This requires a database schema migration (
- Entities’
ContactInfofield now returns information regarding the administrative and technical contacts instead of the deprecatedContactInfoinformation.- This requires a database schema migration (
ttn-lw-stack is-db migrate) due to the removal of old information in thecontact_infostable. - The emails of the administrative and technical contacts are only returned in the
ContactInfofield if the caller has the appropriate rights.
- This requires a database schema migration (
- Organizations can now opt out from sending administrative and technical notifications to all collaborators.
- New organizations do not send administrative and technical notifications to all collaborators by default.
- To alter the behavior update the organization’s
fanout_notificationsfield.
Removed
- The
http.client.transport.compressionandhttp.server.transport.compressionexperimental flags.
Fixed
- Fix Add collaborator form not validating collaborator on submit in the Console.