From a5d70724970f83b65c3a2f6bb29a26d88422f7bc Mon Sep 17 00:00:00 2001 From: 64J0 Date: Fri, 6 Sep 2024 18:25:33 -0300 Subject: [PATCH] Release 7.0.2-alpha-001 --- RELEASE_NOTES.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index c50f838d..00460c62 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,6 +1,18 @@ Release Notes ============= +## 7.0.2-alpha-001 - 2024-09-06 + +- [Moar fantomas](https://github.com/giraffe-fsharp/Giraffe/pull/614) - Credits @nojaf + - Format all F# source code using [fantomas](https://github.com/fsprojects/fantomas). + - Started checking the `samples/`, `tests/` and `src/` contents to know if they are complying with fantomas format. +- [HandleOptionGracefullyAnalyzer for ETag and Last-Modified at Preconditional.fs](https://github.com/giraffe-fsharp/Giraffe/pull/613) - Credits @64J0 +- [feat: add request limits on accept, content-type, and content-length headers](https://github.com/giraffe-fsharp/Giraffe/pull/502) - Credits @stijnmoreels + - Add request guards/limitation on: + - `Accept` header + - `Content-Type` header + - `Content-Length` header + ## 7.0.1 - 2024-08-27 - [Add F# Analyzers](https://github.com/giraffe-fsharp/Giraffe/pull/603) - Credits @1eyewonder