Skip to content

Commit

Permalink
Merge pull request #6859 from TheThingsNetwork/issue/changelog-contac…
Browse files Browse the repository at this point in the history
…t-info

Update `CHANGELOG` with `contact_info` migration information
  • Loading branch information
nicholaspcr authored Jan 24, 2024
2 parents 9caf20c + c9fe063 commit 86ef201
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ For details about compatibility between different releases, see the **Commitment

### 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 new `email_validations` table.
- Entities' `ContactInfo` field now returns information regarding the administrative and technical contacts instead of the deprecated `ContactInfo` information.
- This requires a database schema migration (`ttn-lw-stack is-db migrate`) due to the removal of old information in the `contact_infos` table.
- The emails of the administrative and technical contacts are only returned in the `ContactInfo` field if the caller has the appropriate rights.

### Deprecated

### Removed
Expand Down

0 comments on commit 86ef201

Please sign in to comment.