-
Notifications
You must be signed in to change notification settings - Fork 543
chore(master): release 2.180.0 #2151
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Release candidate v2.180.0-rc.1 published. |
fd99e09
to
0b2cacb
Compare
Release candidate v2.180.0-rc.2 published. |
0b2cacb
to
1bf6fd5
Compare
a0ffeb5
to
c615d4c
Compare
Release candidate v2.180.0-rc.10 published. |
c615d4c
to
75d43ea
Compare
Release candidate v2.180.0-rc.11 published. |
75d43ea
to
b088a2c
Compare
Release candidate v2.180.0-rc.12 published. |
467db35
to
0bc82e3
Compare
Release candidate v2.180.0-rc.13 published. |
Release candidate v2.180.0-rc.14 published. |
0bc82e3
to
b2ad077
Compare
Release candidate v2.180.0-rc.15 published. |
b2ad077
to
d21e644
Compare
Release candidate v2.180.0-rc.16 published. |
d21e644
to
bfa9ad2
Compare
Release candidate v2.180.0-rc.17 published. |
🤖 Created releases: 🌻 |
🤖 I have created a release *beep* *boop* --- ## [2.180.0](v2.179.0...v2.180.0) (2025-09-23) ### Features * add OAuth client type ([#2152](#2152)) ([b118f1f](b118f1f)) * add phone to sms webhook payload ([#2160](#2160)) ([d475ac1](d475ac1)) * background template reloading p1 - baseline decomposition ([#2148](#2148)) ([746c937](746c937)) * config reloading with fsnotify, poller fallback, and signals ([#2161](#2161)) ([c77d512](c77d512)) * enhance issuer URL validation in OAuth server metadata ([#2164](#2164)) ([a9424d2](a9424d2)) * implement OAuth2 authorization endpoint ([#2107](#2107)) ([5318552](5318552)) * **oauth2:** add `/oauth/token` endpoint ([#2159](#2159)) ([a89a0b0](a89a0b0)) * **oauth2:** add admin endpoint to regenerate OAuth client secrets ([#2170](#2170)) ([0bd1c28](0bd1c28)) * **oauth2:** return redirect_uri on GET authorization ([#2175](#2175)) ([b0a0c3e](b0a0c3e)) * **oauth2:** use `id` field as the public client_id ([#2154](#2154)) ([86b7de4](86b7de4)) * **openapi:** add OAuth 2.1 server endpoints and clarify OAuth modes ([#2165](#2165)) ([1f804a2](1f804a2)) * password changed email notification ([#2176](#2176)) ([fe0fd04](fe0fd04)) * support `transfer_sub` in apple id tokens ([#2162](#2162)) ([8a71006](8a71006)) ### Bug Fixes * ensure request context exists in API db operations ([#2171](#2171)) ([060a992](060a992)) * **makefile:** remove invalid @ symbol from shell commands ([#2168](#2168)) ([e6afe45](e6afe45)) * **oauth2:** switch to Origin header for request validation ([#2174](#2174)) ([42bc9ab](42bc9ab)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
🤖 I have created a release beep boop
2.180.0 (2025-09-23)
Features
/oauth/token
endpoint (#2159) (a89a0b0)id
field as the public client_id (#2154) (86b7de4)transfer_sub
in apple id tokens (#2162) (8a71006)Bug Fixes
This PR was generated with Release Please. See documentation.