Skip to content

Commit

Permalink
Merge pull request #187 from sebadob/prepare-release-0.19.2
Browse files Browse the repository at this point in the history
Prepare Release v0.19.2
  • Loading branch information
sebadob authored Nov 24, 2023
2 parents a7101b2 + 29cf452 commit d521fc2
Show file tree
Hide file tree
Showing 13 changed files with 154 additions and 51 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## v0.19.2

### Changes

- Invalidate all user sessions after a password reset to have a more uniform flow and better UX
[570dea6](https://github.com/sebadob/rauthy/commit/570dea6379d1bba061a8b7acee64d9e36cf52733)
- Add an additional foreign key constraint on the `user_attr_values` table to cascade rows
on user deletion for enhanced stability during user deletions
[1dc730c](https://github.com/sebadob/rauthy/commit/1dc730c78c7f4e0a9c6b0b1b3dab8a35a4893b47)

### Bugfixes

- Fix a bug when an existing user with already registered passkeys would not be able
to use the password reset functionality correctly when opened in a fully fresh browser
[24af03c](https://github.com/sebadob/rauthy/commit/24af03c0365faad2108516bba3174d208e52d616)
- Fix cache evictions of existing user sessions after a user has been deleted while having
an active session
[ed76418](https://github.com/sebadob/rauthy/commit/ed764180fff5ed1f4aa6f497b0fc2362412db7d7)
- Fix some default values in the reference config docs not having the correct default documented
[a7101b2](https://github.com/sebadob/rauthy/commit/a7101b25d72ced35e7bc22c7a084816ce7fa7635)

## v0.19.1

This is a small bugfix and compatibility release regarding password reset E-Mails.
Expand Down
34 changes: 17 additions & 17 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ members = [
exclude = ["rauthy-client"]

[workspace.package]
version = "0.19.2-20231123"
version = "0.19.2"
edition = "2021"
authors = ["Sebastian Dobe <[email protected]>"]
license = "Apache-2.0"
Expand Down
Loading

0 comments on commit d521fc2

Please sign in to comment.