File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33All notable changes to this project will be documented in this file.
44
5- ## [ 0.8.1 ] - 2025-02-11
5+ ## [ 0.9.0 ] - 2025-02-24
66
7- ### Chores
7+ ### Bug Fixes
8+
9+ - Fix error when adding email to a new user
10+ - Oauth flow with new user and registration disabled bug
11+
12+ ### Documentation
13+
14+ - Add docs for ePa flow
15+
16+ ### Features
17+
18+ - Add more attributes to the synapse when a user is created
19+ - Add external id validation
20+ - Add new epa flow
21+
22+ ### Refactoring
823
9- - Update CI publish workflow
24+ - Add a few more debug logs
1025
1126## [ 0.8.0] - 2025-02-11
1227
1328### Features
1429
1530- Add option to oauth to make an user admin on their first login
1631
17- ## [ 0.7.0] - 2025-02-10 (never published)
32+ ## [ 0.7.0] - 2025-02-10
1833
1934### Features
2035
Original file line number Diff line number Diff line change @@ -28,9 +28,9 @@ dependencies = [
2828 " twisted" ,
2929 # We need to pin this because of https://github.com/element-hq/synapse/issues/17882
3030 # TODO: Remove this dependency when we can
31- " Twisted==24.7.0"
31+ " Twisted==24.7.0" ,
3232]
33- version = " 0.8.1 "
33+ version = " 0.9.0 "
3434
3535[project .urls ]
3636Documentation = " https://github.com/famedly/synapse-token-authenticator"
You can’t perform that action at this time.
0 commit comments