Releases: messerli-informatik-ag/session
Releases · messerli-informatik-ag/session
Messerli.Session.AspNetCore 0.3.0
- Do not throw when
Cache-Control
is already present and set tono-cache
.
This was an issue when using the session middleware and ASP.NET Core's built-in anti forgery handling.
Messerli.Session 0.2.0
- Do not throw when
Cache-Control
is already present and set tono-cache
.
Messerli.Session.AspNetCore 0.2.0
- Depend on latest version (3.1.x) of Microsoft.Extensions.Caching.Abstractions.
- Depend on latest version (3.1.x) of Microsoft.Extensions.Logging.Abstractions.
Messerli.Session 0.1.3
- Added support for the
SameSite
cookie attribute is now supported. The attribute is set toLax
by default.
Messerli.Session.AspNetCore 0.1.2
- Fix incorrect repository URL in NuGet package metadata.
Messerli.Session 0.1.2
- Fix incorrect repository URL in NuGet package metadata.