From 5ca208fa298073312438ee2819bbdb2dbf11251c Mon Sep 17 00:00:00 2001 From: devonh Date: Tue, 21 May 2024 22:36:54 +0000 Subject: [PATCH] v0.14.2 (#379) --- CHANGELOG.md | 19 +++++++++++++++++++ changelog.d/370.doc | 1 - changelog.d/372.feature | 1 - changelog.d/373.misc | 1 - changelog.d/374.misc | 1 - changelog.d/375.misc | 1 - changelog.d/376.misc | 1 - changelog.d/377.misc | 1 - pyproject.toml | 2 +- 9 files changed, 20 insertions(+), 8 deletions(-) delete mode 100644 changelog.d/370.doc delete mode 100644 changelog.d/372.feature delete mode 100644 changelog.d/373.misc delete mode 100644 changelog.d/374.misc delete mode 100644 changelog.d/375.misc delete mode 100644 changelog.d/376.misc delete mode 100644 changelog.d/377.misc diff --git a/CHANGELOG.md b/CHANGELOG.md index 9524fa7b..43fdbd9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +# Sygnal 0.14.2 (2024-05-21) + +### Bugfixes + +- FCM v1: use async version of google-auth and add HTTP proxy support. ([\#372](https://github.com/matrix-org/sygnal/issues/372)) + +### Improved Documentation + +- Update docs & tests to reflect APNs usage in FCM v1 API. ([\#370](https://github.com/matrix-org/sygnal/issues/370)) + +### Internal Changes + +- Update docker build and CI workflows to Python 3.11. ([\#373](https://github.com/matrix-org/sygnal/issues/373)) +- Switch over to use poetry & add lock file to version control. ([\#374](https://github.com/matrix-org/sygnal/issues/374)) +- Add manual proxy testing scripts & docs. ([\#375](https://github.com/matrix-org/sygnal/issues/375)) +- Bump `black` from 23.9.1 to 24.3.0. ([\#376](https://github.com/matrix-org/sygnal/issues/376)) +- Bump `requests` from 2.31.0 to 2.32.2. ([\#377](https://github.com/matrix-org/sygnal/issues/377)) + + # Sygnal 0.14.1 (2024-04-09) ### Bugfixes diff --git a/changelog.d/370.doc b/changelog.d/370.doc deleted file mode 100644 index 52ec60db..00000000 --- a/changelog.d/370.doc +++ /dev/null @@ -1 +0,0 @@ -Update docs & tests to reflect APNs usage in FCM v1 API. diff --git a/changelog.d/372.feature b/changelog.d/372.feature deleted file mode 100644 index 7cc2cd4d..00000000 --- a/changelog.d/372.feature +++ /dev/null @@ -1 +0,0 @@ -FCM v1: use async version of google-auth and add HTTP proxy support. diff --git a/changelog.d/373.misc b/changelog.d/373.misc deleted file mode 100644 index bfec9b82..00000000 --- a/changelog.d/373.misc +++ /dev/null @@ -1 +0,0 @@ -Update docker build and CI workflows to Python 3.11. diff --git a/changelog.d/374.misc b/changelog.d/374.misc deleted file mode 100644 index f08024fe..00000000 --- a/changelog.d/374.misc +++ /dev/null @@ -1 +0,0 @@ -Switch over to use poetry & add lock file to version control. diff --git a/changelog.d/375.misc b/changelog.d/375.misc deleted file mode 100644 index 8c52be13..00000000 --- a/changelog.d/375.misc +++ /dev/null @@ -1 +0,0 @@ -Add manual proxy testing scripts & docs. diff --git a/changelog.d/376.misc b/changelog.d/376.misc deleted file mode 100644 index 8d260d6f..00000000 --- a/changelog.d/376.misc +++ /dev/null @@ -1 +0,0 @@ -Bump `black` from 23.9.1 to 24.3.0. diff --git a/changelog.d/377.misc b/changelog.d/377.misc deleted file mode 100644 index cb3705c1..00000000 --- a/changelog.d/377.misc +++ /dev/null @@ -1 +0,0 @@ -Bump `requests` from 2.31.0 to 2.32.2. diff --git a/pyproject.toml b/pyproject.toml index 38c48763..2ef48302 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "sygnal" -version = "0.14.1" +version = "0.14.2" description = "Reference Push Gateway for Matrix Notifications" authors = ["Matrix.org Team and Contributors "] readme = "README.md"