Tags: element-hq/sygnal
Tags
v0.15.1 - Fix incompatibility with `aiohttp>=3.10.0` when using GCM with an HTTP proxy. ([\#395](matrix-org/sygnal#395)) - The Matrix.org Foundation no longer requires "real" or "legally identifiable" names in order to contribute to projects. ([\#391](matrix-org/sygnal#391)) - Pin `aiohttp` dependency to <= 4.0.0. ([\#396](matrix-org/sygnal#396))
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. - Set log level for `/health` endpoint to `DEBUG`. ([\#352](matrix-org/sygnal#352)) - Fix a bug introduced in Sygnal 0.5.0 where `sygnal.__version__` would not be correctly populated. ([\#355](matrix-org/sygnal#355)) - Update outdated links in `README.md`. ([\#316](matrix-org/sygnal#316)) - Change `master` to `main` branch in `CONTRIBUTING.md`. ([\#317](matrix-org/sygnal#317)) - Remove support for Python 3.7. ([\#343](matrix-org/sygnal#343)) - Don't attempt delivery of notification if we have rejected pushkey. ([\#315](matrix-org/sygnal#315)) - Improve static type checking. ([\#333](matrix-org/sygnal#333), [\#336](matrix-org/sygnal#336)) - Extend logging for outgoing pushes. ([\#334](matrix-org/sygnal#334)) - Move from setup.py to pyproject.toml. ([\#335](matrix-org/sygnal#335)) - Add entrypoint to allow running Sygnal by running the `sygnal` script. ([\#341](matrix-org/sygnal#341)) - Bump aioapns dependency to 3.0 in order to support Python 3.10+. ([\#347](matrix-org/sygnal#347)) - Bump `matrix-common` dependency to `1.3.0`. ([\#348](matrix-org/sygnal#348)) - Bump development dependencies. ([\#349](matrix-org/sygnal#349))
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](matrix-org/sygnal#309)) Bugfixes -------- - Fix a bug introduced in Sygnal 0.7.0 where a malformed `default_payload` could cause an internal server error. ([\#292](matrix-org/sygnal#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](matrix-org/sygnal#285)) - Add a link to the docker image in the README. ([\#297](matrix-org/sygnal#297)) Internal Changes ---------------- - Avoid a breaking change in aioapns 2.1 by requiring an earlier version of that package. ([\#294](matrix-org/sygnal#294)) - Fix test failures by using the latest versions of TLS in the TLS proxy tests. ([\#306](matrix-org/sygnal#306)) - Update the `black` code formatter to 22.3.0. ([\#307](matrix-org/sygnal#307))
PreviousNext