Skip to content

Commit

Permalink
2.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
H-Shay committed Mar 2, 2023
1 parent 0954d93 commit 83c6584
Show file tree
Hide file tree
Showing 31 changed files with 55 additions and 30 deletions.
55 changes: 55 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,58 @@
Sydent 2.5.3 (2023-03-02)
=========================

Features
--------

- Add ratelimiting to MSISDN request token endpoint. ([\#521](https://github.com/matrix-org/sydent/issues/521), [\#522](https://github.com/matrix-org/sydent/issues/522))
- Add `email.third_party_invite_homeserver_blocklist` and `email.third_party_invite_room_blocklist` config options to block invites from a list of homeservers or for a list of rooms. ([\#530](https://github.com/matrix-org/sydent/issues/530))
- Support Matrix v1.1. ([\#542](https://github.com/matrix-org/sydent/issues/542))


Bugfixes
--------

- Respond with a 429 instead of 500 when exceeding invite rate limit. ([\#529](https://github.com/matrix-org/sydent/issues/529))
- Fix a bug where Sydent would not retry attempts to inform homeservers of a successful bind after an initial failure. ([\#552](https://github.com/matrix-org/sydent/issues/552))


Updates to the Docker image
---------------------------

- Adds prometheus-client and sentry-sdk into the Docker image. ([\#519](https://github.com/matrix-org/sydent/issues/519))


Improved Documentation
----------------------

- Document a way to serve identity service APIs over HTTPS. ([\#518](https://github.com/matrix-org/sydent/issues/518))


Internal Changes
----------------

- Update README to describe how to install from source with poetry. ([\#505](https://github.com/matrix-org/sydent/issues/505))
- Fix a typechecking error introduced in #501. ([\#506](https://github.com/matrix-org/sydent/issues/506))
- Ensure CI runs tests on main branch. ([\#507](https://github.com/matrix-org/sydent/issues/507))
- Bump twisted from 22.1.0 to 22.2.0. ([\#508](https://github.com/matrix-org/sydent/issues/508))
- Add a 'tests-done' Github Actions job. ([\#509](https://github.com/matrix-org/sydent/issues/509))
- Allow the newsfile job to be skipped. ([\#514](https://github.com/matrix-org/sydent/issues/514))
- Remove support for the unstable identifier from [MSC3288](https://github.com/matrix-org/matrix-doc/pull/3288). ([\#515](https://github.com/matrix-org/sydent/issues/515))
- Avoid spurious warnings in tests. ([\#516](https://github.com/matrix-org/sydent/issues/516))
- (Dependabot) Bump Twisted to 22.4.0. ([\#517](https://github.com/matrix-org/sydent/issues/517))
- Add ratelimiting to email sending. ([\#526](https://github.com/matrix-org/sydent/issues/526))
- Add some prometheus metrics and make `prometheus_client` dependency mandatory. ([\#527](https://github.com/matrix-org/sydent/issues/527))
- Limit length of room names in third party invites. ([\#528](https://github.com/matrix-org/sydent/issues/528))
- Limit length of sender display name in third party invites. ([\#531](https://github.com/matrix-org/sydent/issues/531))
- Add a config option to drop emails if user-supplied content contains a given keyword. ([\#535](https://github.com/matrix-org/sydent/issues/535), [\#536](https://github.com/matrix-org/sydent/issues/536))
- (Dependabot) Bump certifi to 2022.12.7. ([\#537](https://github.com/matrix-org/sydent/issues/537))
- Fix a typo to properly allow the newsfile job to be skipped. ([\#538](https://github.com/matrix-org/sydent/issues/538))
- Refactor creation of servlets. ([\#541](https://github.com/matrix-org/sydent/issues/541))
- Use [ruff](https://github.com/charliermarsh/ruff/) instead of flake8. ([\#543](https://github.com/matrix-org/sydent/issues/543), [\#544](https://github.com/matrix-org/sydent/issues/544))
- Don't block invites containing `web_client_location` when using "http" in the keyword block list. ([\#545](https://github.com/matrix-org/sydent/issues/545))
- Build using Poetry 1.2.2, for better dependabot compatability. ([\#548](https://github.com/matrix-org/sydent/issues/548))


Sydent 2.5.2 (2022-04-04)
=========================

Expand Down
1 change: 0 additions & 1 deletion changelog.d/505.misc

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/518.doc

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/519.docker

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/529.bugfix

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/552.bugfix

This file was deleted.

0 comments on commit 83c6584

Please sign in to comment.