Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v0.14.2 #379

Merged
merged 1 commit into from
May 21, 2024
Merged
Show file tree
Hide file tree
Changes from all 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
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 0 additions & 1 deletion changelog.d/370.doc

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/372.feature

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/373.misc

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/374.misc

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/375.misc

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/376.misc

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/377.misc

This file was deleted.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <packages@matrix.org>"]
readme = "README.md"
Expand Down
Loading