Skip to content

Commit

Permalink
Update 0.6 release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
ellmetha committed Aug 5, 2024
1 parent 354ee61 commit c1afb28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/docs/the-marten-project/release-notes/0.6.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ _Under development._

#### Handlers and HTTP

* [Session stores](../../handlers-and-http/sessions.md) now make it possible to easily configure when session entries expire through the use of the [`#expires_at=`](pathname:///api/dev/Marten/HTTP/Session/Store/Base.html#expires_at%3D(value%3ATime)-instance-method), [`#expires_at_browser_close=`](pathname:///api/dev/Marten/HTTP/Session/Store/Base.html#expires_at_browser_close%3D(value%3ABool)-instance-method), and [`#expires_in=`](pathname:///api/dev/Marten/HTTP/Session/Store/Base.html#expires_in%3D(value%3ATime%3A%3ASpan)-instance-method) methods. Please refer to [Customizing session expiry times](../../handlers-and-http/sessions.md#customizing-session-expiry-times) to learn more about this capability.
* An alias for the [`#reverse`](pathname:///api/dev/Marten/Handlers/Base.html#reverse(*args%2C**options)-instance-method) handler method ([`#url`](pathname:///api/dev/Marten/Handlers/Base.html#url(name%3AString|Symbol%2C**kwargs)%3AString-instance-method)) was introduced.

#### Templates
Expand Down

0 comments on commit c1afb28

Please sign in to comment.