Skip to content

Commit 9d605df

Browse files
committed
Release 8.2.0-alpha-001
1 parent 9b42f75 commit 9d605df

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

RELEASE_NOTES.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
Release Notes
22
=============
33

4+
## 8.2.0-alpha-001 - 2025-11-10
5+
6+
#### Breaking changes
7+
8+
- [Some security fixes for Giraffe](https://github.com/giraffe-fsharp/Giraffe/pull/691) - Credits @Thorium
9+
- New handlers added to improve security aspects, like `safeRedirectTo`, `safeRedirectToExt`, `validateCsrfTokenExt` and more. Those deal with:
10+
- URL validation in `redirectTo` to prevent cross-site scripting (XSS)
11+
- Cross-Site Request Forgery (CSRF) token validation helpers
12+
- XML serializer's `Deserialize<'T>(xml: string)` method now uses a configuration to prevent XXE attacks.
13+
- `redirectTo` handler now marked as Obsolete.
14+
15+
#### Other updates
16+
17+
- [Could we avoid allocation of UTF8 byte array?](https://github.com/giraffe-fsharp/Giraffe/pull/692) - Credits @Thorium
18+
419
## 8.1.0-alpha-001 - 2025-10-25
520

621
#### Breaking changes

src/Giraffe/Giraffe.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<!-- General -->
44
<AssemblyName>Giraffe</AssemblyName>
5-
<Version>8.1.0-alpha-001</Version>
5+
<Version>8.2.0-alpha-001</Version>
66
<Description>A native functional ASP.NET Core web framework for F# developers.</Description>
77
<Copyright>Copyright 2020 Dustin Moris Gorski</Copyright>
88
<Authors>Dustin Moris Gorski and contributors</Authors>

0 commit comments

Comments
 (0)