From fce0d2ac953900a253b40134b18d3319f7d050fe Mon Sep 17 00:00:00 2001 From: Andrew Morgan Date: Mon, 4 Jul 2022 14:51:43 +0100 Subject: [PATCH] 0.12.0 --- CHANGELOG.md | 30 ++++++++++++++++++++++++++++++ changelog.d/285.doc | 1 - changelog.d/292.bugfix | 1 - changelog.d/294.misc | 1 - changelog.d/297.doc | 1 - changelog.d/306.misc | 1 - changelog.d/307.misc | 1 - changelog.d/309.feature | 1 - 8 files changed, 30 insertions(+), 7 deletions(-) delete mode 100644 changelog.d/285.doc delete mode 100644 changelog.d/292.bugfix delete mode 100644 changelog.d/294.misc delete mode 100644 changelog.d/297.doc delete mode 100644 changelog.d/306.misc delete mode 100644 changelog.d/307.misc delete mode 100644 changelog.d/309.feature diff --git a/CHANGELOG.md b/CHANGELOG.md index cd5ea1f5..1d7330b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,33 @@ +Sygnal 0.12.0 (2022-07-04) +========================== + +Features +-------- + +- Add a new `push_type` configuration option for APNs apps, to control the value of the `apns-push-type` header when sending requests. ([\#309](https://github.com/matrix-org/sygnal/issues/309)) + + +Bugfixes +-------- + +- Fix a bug introduced in Sygnal 0.7.0 where a malformed `default_payload` could cause an internal server error. ([\#292](https://github.com/matrix-org/sygnal/issues/292)) + + +Improved Documentation +---------------------- + +- Document the use of an iOS Notification Service Extension and the Push Gateway API as a workaround to trigger VoIP notifications on iOS. ([\#285](https://github.com/matrix-org/sygnal/issues/285)) +- Add a link to the docker image in the README. ([\#297](https://github.com/matrix-org/sygnal/issues/297)) + + +Internal Changes +---------------- + +- Avoid a breaking change in aioapns 2.1 by requiring an earlier version of that package. ([\#294](https://github.com/matrix-org/sygnal/issues/294)) +- Fix test failures by using the latest versions of TLS in the TLS proxy tests. ([\#306](https://github.com/matrix-org/sygnal/issues/306)) +- Update the `black` code formatter to 22.3.0. ([\#307](https://github.com/matrix-org/sygnal/issues/307)) + + Sygnal 0.11.0 (2021-12-15) ========================== diff --git a/changelog.d/285.doc b/changelog.d/285.doc deleted file mode 100644 index fa45471c..00000000 --- a/changelog.d/285.doc +++ /dev/null @@ -1 +0,0 @@ -Document the use of an iOS Notification Service Extension and the Push Gateway API as a workaround to trigger VoIP notifications on iOS. \ No newline at end of file diff --git a/changelog.d/292.bugfix b/changelog.d/292.bugfix deleted file mode 100644 index ef41c7ee..00000000 --- a/changelog.d/292.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix a bug introduced in Sygnal 0.7.0 where a malformed `default_payload` could cause an internal server error. diff --git a/changelog.d/294.misc b/changelog.d/294.misc deleted file mode 100644 index 00eac463..00000000 --- a/changelog.d/294.misc +++ /dev/null @@ -1 +0,0 @@ -Avoid a breaking change in aioapns 2.1 by requiring an earlier version of that package. diff --git a/changelog.d/297.doc b/changelog.d/297.doc deleted file mode 100644 index c3f54f6a..00000000 --- a/changelog.d/297.doc +++ /dev/null @@ -1 +0,0 @@ -Add a link to the docker image in the README. diff --git a/changelog.d/306.misc b/changelog.d/306.misc deleted file mode 100644 index fb375b0f..00000000 --- a/changelog.d/306.misc +++ /dev/null @@ -1 +0,0 @@ -Fix test failures by using the latest versions of TLS in the TLS proxy tests. \ No newline at end of file diff --git a/changelog.d/307.misc b/changelog.d/307.misc deleted file mode 100644 index a31d33ba..00000000 --- a/changelog.d/307.misc +++ /dev/null @@ -1 +0,0 @@ -Update the `black` code formatter to 22.3.0. \ No newline at end of file diff --git a/changelog.d/309.feature b/changelog.d/309.feature deleted file mode 100644 index 97cec9cc..00000000 --- a/changelog.d/309.feature +++ /dev/null @@ -1 +0,0 @@ -Add a new `push_type` configuration option for APNs apps, to control the value of the `apns-push-type` header when sending requests. \ No newline at end of file