Skip to content

Commit 3d3aab7

Browse files
authored
Prepare v0.34.0 (#1345)
* bump version + update deps * update changelog * bump image tag + rebuild docs * fix readme fmt * typo in changelog * fix integration test session cookie extractor because of new `rbid` * update `is_db_compatible()` * clippy * typo in readme * rebuild static HTML archive
1 parent 60dbf63 commit 3d3aab7

File tree

17 files changed

+697
-459
lines changed

17 files changed

+697
-459
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#### Less login location check noise
88

99
The logic behind the "login from new location" emails was reworked. Up until now, the location was
10-
compared via `user_id` + `ip`. However, if you IP changes quite often, you will receive many of
10+
compared via `user_id` + `ip`. However, if your IP changes quite often, you will receive many of
1111
these emails with no real benefit.
1212

1313
To counter this, you will now get a new Cookie during `GET /authorize`. This cookie will live for 5
@@ -194,6 +194,8 @@ Ukrainian Translations are now available for Email, Common UI and Admin UI.
194194
- The `@` character was missing in the validation regex for URLs.
195195
[#1330](https://github.com/sebadob/rauthy/pull/1330)
196196
[#1340](https://github.com/sebadob/rauthy/pull/1340)
197+
- The text / md editors in the UI sometimes inserted double newlines on Enter.
198+
[#1343](https://github.com/sebadob/rauthy/pull/1343)
197199

198200
## v0.33.4
199201

0 commit comments

Comments
 (0)