Releases: giraffe-fsharp/Giraffe
Releases · giraffe-fsharp/Giraffe
6.4.0-alpha-1
- Update to .net 8 - Credits @Banashek @fpellet
6.3.0
- No need to build so many Regex - Credits @Thorium
- Minor code optimisation - Credits @Thorium
- Fix requiresAuthentication for null user identity - Credits @rslopes
- Add explicitly the statement that the usage of Giraffe.EndpointRouting is recommended - Credits @64J0
- Add an example app using the cache features - Credits @64J0
- Change sample EndpointRoutingApp level - Credits @64J0
- Add GetWebHostEnvironment function and add deprecation warning to GetHostingEnvironment - Credits @64J0
6.3.0-alpha-1
- No need to build so many Regex - Credits @Thorium
- Minor code optimisation - Credits @Thorium
- Fix requiresAuthentication for null user identity - Credits @rslopes
- Add explicitly the statement that the usage of Giraffe.EndpointRouting is recommended - Credits @64J0
- Add an example app using the cache features - Credits @64J0
- Change sample EndpointRoutingApp level - Credits @64J0
- Add GetWebHostEnvironment function and add deprecation warning to GetHostingEnvironment - Credits @64J0
6.2.0
- remove Utf8Json support - Credits @jcmrva
6.2.0-beta001
- remove Utf8Json support - Credits @jcmrva
6.1.0
- Updating github workflow file to use nuget-acceptable version numbers for packaging - Credits @Banashek
- Updating mimetype accept header parsing to use builtin aspnet parse/methods - Credits @Banashek
- Make recyclableMemoryStreamManager internal - Credits @kerams
- Upgrade to .NET 7 - Credits @epoyraz
- Documentation: Add another tutorial video to README - Credits @SIRHAMY
- Fixed Slack invite link - Credits @anpin
- RFC-compliant Content-Length handling for 1xx, 204 and 205 responses and CONNECT requests - Credits @retendo
- Fix spelling in docs for BindJsonAsync and BindXmlAsync - Credits @onpikono
- Restore 6.0 as TFM - Credits @TheAngryByrd
6.1.0-beta002
- Updating github workflow file to use nuget-acceptable version numbers for packaging - Credits @Banashek
- Updating mimetype accept header parsing to use builtin aspnet parse/methods - Credits @Banashek
- Make recyclableMemoryStreamManager internal - Credits @kerams
- Upgrade to .NET 7 - Credits @epoyraz
- Documentation: Add another tutorial video to README - Credits @SIRHAMY
- Fixed Slack invite link - Credits @anpin
- RFC-compliant Content-Length handling for 1xx, 204 and 205 responses and CONNECT requests - Credits @retendo
- Fix spelling in docs for BindJsonAsync and BindXmlAsync - Credits @onpikono
- Restore 6.0 as TFM - Credits @TheAngryByrd
6.1.0-beta001
- Updating github workflow file to use nuget-acceptable version numbers for packaging - Credits @Banashek
- Updating mimetype accept header parsing to use builtin aspnet parse/methods - Credits @Banashek
- Make recyclableMemoryStreamManager internal - Credits @kerams
- Upgrade to .NET 7 - Credits @epoyraz
- Documentation: Add another tutorial video to README - Credits @SIRHAMY
- Fixed Slack invite link - Credits @anpin
- RFC-compliant Content-Length handling for 1xx, 204 and 205 responses and CONNECT requests - Credits @retendo
- Fix spelling in docs for BindJsonAsync and BindXmlAsync - Credits @onpikono
- Restore 6.0 as TFM - Credits @TheAngryByrd
6.0.0
See notes for 6.0.0-alpha-2.
6.0.0-alpha-2
- Added
setContentType
handler - Made the
RecyclableMemoryStreamManager
configurable through DI - Improved
Xml.Serializer
to also make use of theRecyclableMemoryStreamManager