From 23d62ca9531bdefda5de89eaca02701ea1266a41 Mon Sep 17 00:00:00 2001 From: David Robertson Date: Tue, 21 Nov 2023 16:29:49 +0000 Subject: [PATCH] 0.13.0 --- CHANGELOG.md | 41 +++++++++++++++++++++++++++++++++++++++++ changelog.d/315.misc | 1 - changelog.d/316.doc | 1 - changelog.d/317.doc | 1 - changelog.d/333.misc | 1 - changelog.d/334.misc | 1 - changelog.d/335.misc | 1 - changelog.d/336.misc | 1 - changelog.d/341.misc | 1 - changelog.d/343.removal | 1 - changelog.d/347.misc | 1 - changelog.d/348.misc | 1 - changelog.d/349.misc | 1 - changelog.d/352.feature | 1 - changelog.d/355.bugfix | 1 - 15 files changed, 41 insertions(+), 14 deletions(-) delete mode 100644 changelog.d/315.misc delete mode 100644 changelog.d/316.doc delete mode 100644 changelog.d/317.doc delete mode 100644 changelog.d/333.misc delete mode 100644 changelog.d/334.misc delete mode 100644 changelog.d/335.misc delete mode 100644 changelog.d/336.misc delete mode 100644 changelog.d/341.misc delete mode 100644 changelog.d/343.removal delete mode 100644 changelog.d/347.misc delete mode 100644 changelog.d/348.misc delete mode 100644 changelog.d/349.misc delete mode 100644 changelog.d/352.feature delete mode 100644 changelog.d/355.bugfix diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d7330b9..932927c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,44 @@ +# Sygnal 0.13.0 (2023-11-21) + +Sygnal will soon be forked by Element under an AGPLv3.0 licence (with CLA, for +proprietary dual licensing). You can read more about this here: + +- https://matrix.org/blog/2023/11/06/future-of-synapse-dendrite/ +- https://element.io/blog/element-to-adopt-agplv3/ + +The Matrix.org Foundation copy of the project will be archived. Any changes needed +by server administrators will be communicated via our usual announcements channels, +but we are striving to make this as seamless as possible. + +### Features + +- Set log level for `/health` endpoint to `DEBUG`. ([\#352](https://github.com/matrix-org/sygnal/issues/352)) + +### Bugfixes + +- Fix a bug introduced in Sygnal 0.5.0 where `sygnal.__version__` would not be correctly populated. ([\#355](https://github.com/matrix-org/sygnal/issues/355)) + +### Improved Documentation + +- Update outdated links in `README.md`. ([\#316](https://github.com/matrix-org/sygnal/issues/316)) +- Change `master` to `main` branch in `CONTRIBUTING.md`. ([\#317](https://github.com/matrix-org/sygnal/issues/317)) + +### Deprecations and Removals + +- Remove support for Python 3.7. ([\#343](https://github.com/matrix-org/sygnal/issues/343)) + +### Internal Changes + +- Don't attempt delivery of notification if we have rejected pushkey. ([\#315](https://github.com/matrix-org/sygnal/issues/315)) +- Improve static type checking. ([\#333](https://github.com/matrix-org/sygnal/issues/333), [\#336](https://github.com/matrix-org/sygnal/issues/336)) +- Extend logging for outgoing pushes. ([\#334](https://github.com/matrix-org/sygnal/issues/334)) +- Move from setup.py to pyproject.toml. ([\#335](https://github.com/matrix-org/sygnal/issues/335)) +- Add entrypoint to allow running Sygnal by running the `sygnal` script. ([\#341](https://github.com/matrix-org/sygnal/issues/341)) +- Bump aioapns dependency to 3.0 in order to support Python 3.10+. ([\#347](https://github.com/matrix-org/sygnal/issues/347)) +- Bump `matrix-common` dependency to `1.3.0`. ([\#348](https://github.com/matrix-org/sygnal/issues/348)) +- Bump development dependencies. ([\#349](https://github.com/matrix-org/sygnal/issues/349)) + + Sygnal 0.12.0 (2022-07-04) ========================== diff --git a/changelog.d/315.misc b/changelog.d/315.misc deleted file mode 100644 index 1dc6d718..00000000 --- a/changelog.d/315.misc +++ /dev/null @@ -1 +0,0 @@ -Don't attempt delivery of notification if we have rejected pushkey. diff --git a/changelog.d/316.doc b/changelog.d/316.doc deleted file mode 100644 index 9f77e30e..00000000 --- a/changelog.d/316.doc +++ /dev/null @@ -1 +0,0 @@ -Update outdated links in `README.md`. diff --git a/changelog.d/317.doc b/changelog.d/317.doc deleted file mode 100644 index c3011ffe..00000000 --- a/changelog.d/317.doc +++ /dev/null @@ -1 +0,0 @@ -Change `master` to `main` branch in `CONTRIBUTING.md`. diff --git a/changelog.d/333.misc b/changelog.d/333.misc deleted file mode 100644 index f4477225..00000000 --- a/changelog.d/333.misc +++ /dev/null @@ -1 +0,0 @@ -Improve static type checking. diff --git a/changelog.d/334.misc b/changelog.d/334.misc deleted file mode 100644 index 13681a18..00000000 --- a/changelog.d/334.misc +++ /dev/null @@ -1 +0,0 @@ -Extend logging for outgoing pushes. diff --git a/changelog.d/335.misc b/changelog.d/335.misc deleted file mode 100644 index ff4b49e6..00000000 --- a/changelog.d/335.misc +++ /dev/null @@ -1 +0,0 @@ -Move from setup.py to pyproject.toml. diff --git a/changelog.d/336.misc b/changelog.d/336.misc deleted file mode 100644 index b79e5560..00000000 --- a/changelog.d/336.misc +++ /dev/null @@ -1 +0,0 @@ -Improve static type checking. \ No newline at end of file diff --git a/changelog.d/341.misc b/changelog.d/341.misc deleted file mode 100644 index 4d49db60..00000000 --- a/changelog.d/341.misc +++ /dev/null @@ -1 +0,0 @@ -Add entrypoint to allow running Sygnal by running the `sygnal` script. diff --git a/changelog.d/343.removal b/changelog.d/343.removal deleted file mode 100644 index e08df4c1..00000000 --- a/changelog.d/343.removal +++ /dev/null @@ -1 +0,0 @@ -Remove support for Python 3.7. diff --git a/changelog.d/347.misc b/changelog.d/347.misc deleted file mode 100644 index 23764652..00000000 --- a/changelog.d/347.misc +++ /dev/null @@ -1 +0,0 @@ -Bump aioapns dependency to 3.0 in order to support Python 3.10+. diff --git a/changelog.d/348.misc b/changelog.d/348.misc deleted file mode 100644 index f4c45885..00000000 --- a/changelog.d/348.misc +++ /dev/null @@ -1 +0,0 @@ -Bump `matrix-common` dependency to `1.3.0`. \ No newline at end of file diff --git a/changelog.d/349.misc b/changelog.d/349.misc deleted file mode 100644 index 997f439c..00000000 --- a/changelog.d/349.misc +++ /dev/null @@ -1 +0,0 @@ -Bump development dependencies. diff --git a/changelog.d/352.feature b/changelog.d/352.feature deleted file mode 100644 index 90537fba..00000000 --- a/changelog.d/352.feature +++ /dev/null @@ -1 +0,0 @@ -Set log level for `/health` endpoint to `DEBUG`. \ No newline at end of file diff --git a/changelog.d/355.bugfix b/changelog.d/355.bugfix deleted file mode 100644 index d907e06d..00000000 --- a/changelog.d/355.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix a bug introduced in Sygnal 0.5.0 where `sygnal.__version__` would not be correctly populated. \ No newline at end of file