Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## [2.196.0](https://github.com/supabase/auth/compare/v2.195.0...v2.196.0) (2026-08-11)


### Features

* **admin:** create an email identity when an admin sets a first password ([f369cfa](https://github.com/supabase/auth/commit/f369cfa6a2b651e19b1247a8a67bf6a124c03984))
* **conf:** add experimental flag for creating an email identity on password set ([8f19669](https://github.com/supabase/auth/commit/8f19669492e17e219bfda5a264a0af3f11940ffb))
* create an email identity when a user adds their first password ([3afa027](https://github.com/supabase/auth/commit/3afa027c5cd0709ae82b46b461c8addbfd527be9))
* **scim:** render SCIM errors in RFC 7644 form ([#2661](https://github.com/supabase/auth/issues/2661)) ([dc5bf8e](https://github.com/supabase/auth/commit/dc5bf8e843852d35fb0503ad7974c4ca71f80a85))


### Bug Fixes

* clear pending phone change when the user's email is replaced ([5ce63bb](https://github.com/supabase/auth/commit/5ce63bbe251970ac3eb2bbfb160f5954563db4fd))
* correctly update email confirmation when an identity is unlinked ([e2fae4c](https://github.com/supabase/auth/commit/e2fae4cffc5763fc56d70a5a70c3bc8bd19f0bfe))
* **mailer:** send identity unlinked notification to pre-unlink email ([#2692](https://github.com/supabase/auth/issues/2692)) ([2399fe5](https://github.com/supabase/auth/commit/2399fe5875cf0718eec54b614c3b2a227277c1b5))
* **oauth:** ignore unsupported signing alg in JWKS ([#2696](https://github.com/supabase/auth/issues/2696)) ([713a0d9](https://github.com/supabase/auth/commit/713a0d9e37a0a12b9d0e97d8b9919addffa2356e))
* revoke outstanding email tokens when the user's email is replaced ([cf74a14](https://github.com/supabase/auth/commit/cf74a14fd7ed94645d318162f803bcb73da60662))
* unlinking an identity should respect the autoconfirm behaviour ([83df1d9](https://github.com/supabase/auth/commit/83df1d930f61fd64c3ea0578de182f09d82b13d4))
* use provider constants ([d6dec26](https://github.com/supabase/auth/commit/d6dec2640f047a42873e64ccec2f7288043d511f))

## [2.195.0](https://github.com/supabase/auth/compare/v2.194.0...v2.195.0) (2026-07-30)


Expand Down
Loading