Skip to content

Commit

Permalink
2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
anoadragon453 committed Sep 10, 2020
1 parent 2f0d4bb commit 29bfa76
Show file tree
Hide file tree
Showing 10 changed files with 27 additions and 9 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
Sydent 2.1.0 (2020-09-10)
=========================

Features
--------

- Add a Dockerfile and allow environment variables `SYDENT_SERVER_NAME`, `SYDENT_PID_FILE` and `SYDENT_DB_PATH` to modify default configuration values. ([\#290](https://github.com/matrix-org/sydent/issues/290))
- Add config options for controlling how email addresses are obfuscated in third party invites. ([\#311](https://github.com/matrix-org/sydent/issues/311))


Bugfixes
--------

- Fix a bug in the error handling of 3PID session validation, if the token submitted is incorrect. ([\#296](https://github.com/matrix-org/sydent/issues/296))
- Stop sending the unspecified `success` parameter in responses to `/requestToken` requests. ([\#302](https://github.com/matrix-org/sydent/issues/302))
- Fix a bug causing Sydent to ignore `nextLink` parameters. ([\#303](https://github.com/matrix-org/sydent/issues/303))
- Fix the HTTP status code returned during some error responses. ([\#305](https://github.com/matrix-org/sydent/issues/305))
- Sydent now correctly enforces the valid characters in the `client_secret` parameter used in various endpoints. ([\#309](https://github.com/matrix-org/sydent/issues/309))


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

- Replace instances of Riot with Element. ([\#308](https://github.com/matrix-org/sydent/issues/308))


Sydent 2.0.1 (2020-05-20)
=========================

Expand Down
1 change: 0 additions & 1 deletion changelog.d/290.feature

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

2 changes: 1 addition & 1 deletion sydent/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '2.0.1'
__version__ = '2.1.0'

0 comments on commit 29bfa76

Please sign in to comment.