Skip to content

Commit f0879f0

Browse files
committed
Update Changes
1 parent 1bcbacf commit f0879f0

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

Diff for: Changes

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11

2-
9.39 2024-08-28
2+
9.39 2024-11-23
3+
- Added EXPERIMENTAL support for encrypted session cookies.
4+
This feature is much more secure than signed cookies and can be enabled by installing CryptX and setting the
5+
encrypted attribute.
6+
$app->sessions->encrypted(1);
7+
- Added EXPERIMENTAL encrypted attribute to Mojolicious::Sessions.
8+
- Added EXPERIMENTAL encrypted_cookie and every_encrypted_cookie methods to Mojolicious::Controller.
9+
- Added EXPERIMENTAL decrypt_cookie, encrypt_cookie and generate_secret functions to Mojo::Util.
310
- Fixed a bug in Mojo::Message::Request where message size limits were not always correctly applied.
411
(Alexander Kuehne)
512

0 commit comments

Comments
 (0)