Added
relays
command 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
ContactInfo
field.- This requires a database schema migration (
ttn-lw-stack is-db migrate
) because of the newemail_validations
table.
- This requires a database schema migration (
- Entities'
ContactInfo
field now returns information regarding the administrative and technical contacts instead of the deprecatedContactInfo
information.- This requires a database schema migration (
ttn-lw-stack is-db migrate
) due to the removal of old information in thecontact_infos
table. - The emails of the administrative and technical contacts are only returned in the
ContactInfo
field 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_notifications
field.
Removed
- The
http.client.transport.compression
andhttp.server.transport.compression
experimental flags.
Fixed
- Fix Add collaborator form not validating collaborator on submit in the Console.