Skip to content
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,37 @@
# [2022-03-07]

## Release notes


* For wire.com operators: make sure that nginz is deployed (#2166)


## API changes


* Add qualified broadcast endpoint (#2166)


## Bug fixes and other updates


* Always create spar credentials during SCIM provisioning when applicable (#2174)


## Internal changes


* Add tests for additional information returned by `GET /api-version` (#2159)

* Clean up `Base64ByteString` implementation (#2170)

* The `Event` record type does not contain a `type` field anymore (#2160)

* Add MLS message types and corresponding deserialisers (#2145)

* Servantify `POST /register` and `POST /i/users` endpoints (#2121)


# [2022-03-01]

## Release notes
Expand Down
1 change: 0 additions & 1 deletion changelog.d/0-release-notes/nginz-upgrade

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/1-api-changes/broadcast-qualified

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/3-bug-fixes/more-spar-tests

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/5-internal/api-version-endpoint

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/5-internal/base64-cleanup

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/5-internal/event-cleanup

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/5-internal/mls-messages

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/5-internal/servantify-register

This file was deleted.