Skip to content

Releases: giraffe-fsharp/Giraffe

8.0.0-alpha-001

11 Feb 23:33
880dcd7
Compare
Choose a tag to compare
8.0.0-alpha-001 Pre-release
Pre-release

With this release, we're improving the codebase a bit by fixing warnings triggered by Ionide.Analyzers, and adding .NET 9 as a target framework to the project.

Other than that, we're adding new router functions for the EndpointRouting module which will let the user interact with Giraffe's ConfigureEndpoint directly. This will let you use Asp.Net extensions directly, like rate limiting, response caching, etc. Just remember its type definition:

type ConfigureEndpoint = IEndpointConventionBuilder -> IEndpointConventionBuilder

And here we have the list of PRs related to this release:

7.0.2

16 Oct 20:32
7d085c5
Compare
Choose a tag to compare

7.0.2-alpha-002

20 Sep 20:14
9770699
Compare
Choose a tag to compare

7.0.2-alpha-001

06 Sep 21:27
Compare
Choose a tag to compare
7.0.2-alpha-001 Pre-release
Pre-release

7.0.1

27 Aug 13:25
8dfe352
Compare
Choose a tag to compare

7.0.0

15 Jul 23:05
Compare
Choose a tag to compare

7.0.0-alpha-001

08 Jul 23:36
b5cb0e7
Compare
Choose a tag to compare

Breaking changes

  • NewtonsoftJson and SystemTextJson modules are removed, the latter is now module Json, NewtonSoft is not supported anymore, see PR Promote System.Text.Json as default JSON serializer.
    • For more information, check the updated JSON documentation section: link. This has instructions on how to setup NewtonsoftJson back if you need to keep it for your project.

Other updates

6.4.1-alpha-3

14 May 20:14
Compare
Choose a tag to compare
6.4.1-alpha-3 Pre-release
Pre-release

6.4.1-alpha-2

12 May 17:37
Compare
Choose a tag to compare
6.4.1-alpha-2 Pre-release
Pre-release

6.4.1-alpha-1

12 May 15:13
7db8803
Compare
Choose a tag to compare