Skip to content

Releases: matrix-org/sygnal

v0.14.1

09 Apr 16:30
v0.14.1
5016621
Compare
Choose a tag to compare

Sygnal 0.14.1 (2024-04-09)

Bugfixes

  • Fix a bug causing Sygnal to fail when processing notifications without a content dict, when those notifications were destined for GCM. Contributed by @c-cal. (#362)

v0.14.0

21 Mar 13:30
v0.14.0
8a747a1
Compare
Choose a tag to compare

Sygnal 0.14.0 (2024-03-21)

Features

  • Add a new convert_device_token_to_hex configuration option for APNs apps, to allow disabling the conversion of device tokens from base64 to hex. (#344)
  • Adds the ability to use the new FCM v1 API. (#361)

Bugfixes

  • Fixed an issue which resulted in proxy configuration being ignored for APNs notifications. (#360)

v0.13.0

21 Nov 16:40
Compare
Choose a tag to compare

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:

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)

Bugfixes

  • Fix a bug introduced in Sygnal 0.5.0 where sygnal.__version__ would not be correctly populated. (#355)

Improved Documentation

  • Update outdated links in README.md. (#316)
  • Change master to main branch in CONTRIBUTING.md. (#317)

Deprecations and Removals

  • Remove support for Python 3.7. (#343)

Internal Changes

  • Don't attempt delivery of notification if we have rejected pushkey. (#315)
  • Improve static type checking. (#333, #336)
  • Extend logging for outgoing pushes. (#334)
  • Move from setup.py to pyproject.toml. (#335)
  • Add entrypoint to allow running Sygnal by running the sygnal script. (#341)
  • Bump aioapns dependency to 3.0 in order to support Python 3.10+. (#347)
  • Bump matrix-common dependency to 1.3.0. (#348)
  • Bump development dependencies. (#349)

v0.12.0

04 Jul 13:52
Compare
Choose a tag to compare

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)

Bugfixes

  • Fix a bug introduced in Sygnal 0.7.0 where a malformed default_payload could cause an internal server error. (#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)
  • Add a link to the docker image in the README. (#297)

Internal Changes

  • Avoid a breaking change in aioapns 2.1 by requiring an earlier version of that package. (#294)
  • Fix test failures by using the latest versions of TLS in the TLS proxy tests. (#306)
  • Update the black code formatter to 22.3.0. (#307)

v0.11.0

15 Dec 17:38
Compare
Choose a tag to compare

Bugfixes

  • Fix a bug introduced in Sygnal 0.5.0 where pushkin names would match substrings of app IDs and treat dots as wildcards. (#269)
  • Fix a bug introduced in Sygnal 0.5.0 where GCM pushes would always fail when configured to handle an app ID glob. (#270)
  • Treat more APNs errors as permanent rejections. (#280)
  • Fix a bug introduced in Sygnal 0.9.1 where web pushkeys with missing endpoints would cause an error. (#288)

Improved Documentation

  • Document that the topic is most commonly the Bundle Identifier for the iOS application. (#284)
  • Add troubleshooting documentation for when you receive 'Could not deserialize key data' when using APNs with key files. (#286)

Internal Changes

  • Fix the changelog CI check when running on a fork of the Sygnal repository, rather than a branch. (#254)
  • Configure @matrix-org/synapse-core to be the code owner for the repository. (#259)
  • Improve static type checking. (#264)
  • Use absolute imports for consistency. (#265)
  • Remove explicit inheritance from object that was left over from Python 2. (#266)
  • Use Python 3-style super calls. (#267)
  • Add type hints to most of the code. (#271, #273, #274, #275, #276)
  • Convert the README to use markdown rather than reStructuredText for consistency and familiarity. (#278)
  • Move glob_to_regex to matrix-python-common. (#281)
  • Add opentracing-types to the dev dependencies. (#287)
  • Add missing dependencies to setup.py. (#290)

Sygnal 0.10.1 (2021-08-16)

16 Aug 11:04
v0.10.1
Compare
Choose a tag to compare

This release only makes changes to the way Docker images are built and released; it is otherwise identical to 0.10.0. Administrators who do not use Docker as their installation method have no need to upgrade from 0.10.0.

Updates to the Docker image

  • Fix the docker image build from failing due to git not being installed. This issue was introduced in v0.10.0. (#246)
  • CI now checks that the Docker image still builds after the Dockerfile is modified. (#248)
  • Automatically build the Docker image for each release and push it to Docker Hub using GitHub Actions. (#249)

Internal Changes

  • Add a lint script (scripts-dev/lint.sh) for developers. (#243)
  • Add more comprehensive Newsfile (changelog fragment) checks in CI. (#250)

Sygnal 0.10.0 (2021-08-09)

09 Aug 10:52
Compare
Choose a tag to compare

Database Removal

Sygnal is now stateless, and does not rely on a database of any kind.
You may remove your existing SQLite or PostgreSQL databases once you are satisfied that this release is working as intended.
Configuration changes are not necessary, as the database section will be ignored if present.

  • Remove legacy database to ease horizontal scaling. Contributed by H. Shay. (#236)

Improved Documentation

  • Update CONTRIBUTING.md to recommend installing libpq-dev. Contributed by Tawanda Moyo. (#197)

Internal Changes

  • Improve static type checking. Contributed by Omar Mohamed. (#221, #223, #225, #227)
  • Update towncrier CI check to run against the new default branch name. (#226)
  • Update black to 21.6b0. (#233)
  • Fix type hint errors from new upstream Twisted release. (#239)
  • Fixup GitHub Actions pipeline to always run tests on PRs. (#240)
  • Add CI testing for old dependencies. (#242)

Sygnal 0.9.3 (2021-04-22)

22 Apr 16:46
v0.9.3
Compare
Choose a tag to compare

Features

  • Prevent the push key from being rejected for temporary errors and oversized payloads, add TTL logging, and support events_only push data flag. (#212)
  • WebPush: add support for Urgency and Topic header (#213)

Bugfixes

  • Fix a long-standing bug where invalid JSON would be accepted over the HTTP interfaces. (#216)
  • Limit the size of requests received from HTTP clients. (#220)

Updates to the Docker image

  • Remove manually added GeoTrust Root CA certificate from docker image as Apple is no longer using it. (#208)

Improved Documentation

  • Make CONTIBUTING.md more explicit about how to get tests passing. (#188)
  • Update CONTRIBUTING.md to specify how to run code style and type checks with Tox, and add formatting to code block samples. (#193)
  • Document how to work around pip installation timeout errors. Contributed by Omar Mohamed. (#215)

Internal Changes

  • Update Tox to run in the installed version of Python (instead of specifying Python 3.7) and to consider specific paths and folders while running checks, instead of the whole repository (potentially including unwanted files and folders, e.g. the virtual environment). (#193)
  • Make development dependencies available as extras. Contributed by Hillery Shay. (#194)
  • Update setup.py to specify that a minimum version of Python greater or equal to 3.7 is required. Contributed by Tawanda Moyo. (#207)
  • Port CI checks to Github Actions. (#210, #219)
  • Upgrade development dependencies. Contributed by Omar Mohamed (#214)
  • Set up coverage.py to run in tox environment, and add html reports (#217)

v0.9.2

29 Mar 11:26
v0.9.2
Compare
Choose a tag to compare

Sygnal v0.9.2 (2021-03-29)

Features

  • Add allowed_endpoints option as an understood config option for WebPush pushkins. (#184)
  • Add ttl option as an understood config option for WebPush pushkins to make delivery more reliable (#185)

v0.9.1

23 Mar 11:43
v0.9.1
Compare
Choose a tag to compare

Sygnal 0.9.1 (2021-03-23)

Features

  • Add allowed_endpoints configuration option for limiting the endpoints that WebPush pushkins will contact. (#182)

Bugfixes

  • Fix bug where the requests from different WebPush devices could bleed into each other. (#180)
  • Fix bug when using a HTTP proxy where connections would sometimes fail to establish. (#181)