Skip to content

Releases: SaturnFramework/Saturn

0.13.0

24 Apr 15:42
Compare
Choose a tag to compare

Allow all functions in a channel to see the socketId (by @robertpi)
Add exception handler for site.map generation (by @Krzysztof-Cieslak)
Fix edit action in controller (by @Krzysztof-Cieslak)
Moves use_open_id_auth_with_config to the Saturn.Extensions.Authorization project, obsoletes the old member and forwards it to the new project. (by @ChrSteinert))
Channel improvements (typed handle action) (by @Krzysztof-Cieslak)
Doc generation and infrastructure updates (by @Krzysztof-Cieslak)

0.12.1

02 Mar 10:25
Compare
Choose a tag to compare

Add support for AzureAD OAuth (by @ChrSteinert))

0.12.0

18 Feb 15:35
Compare
Choose a tag to compare

bump TFM to netcoreapp3.1 (by @baronfel)
fully-qualify applicationbuilder type to use the saturn type instead of aspnetcore (by @baronfel)
Fixed naming collision in Auth extensions (by @rusanov-vladimir )

0.11.0

01 Feb 16:26
Compare
Choose a tag to compare
  • Include .Net Core 3.0 version (by @baronfel)

0.10.1

25 Nov 10:33
Compare
Choose a tag to compare

Update Giraffe to 4.0.1 (by @mastoj)

0.10.0

17 Oct 10:31
Compare
Choose a tag to compare

add OpenId Saturn extension (by @gfritz)
updated Giraffe to version 4 (by @brase)
fix for signature of tryMatchInput (by @brase)
renames AddAuthorization to AddAuthorizationCore (by @brase)
Add more constraints for package dependencies (by @Krzysztof-Cieslak)

0.9.0

26 Jul 16:45
Compare
Choose a tag to compare

0.8.0

05 Dec 19:18
Compare
Choose a tag to compare
  • Updates Index and DeleteAll to not result in plugs fired twice. (by @jeremyabbott)
  • Upgrade of Giraffe to 3.4, fixes breaking compilation errors. (by @NinoFloris)
  • Fixes other spots that are related to #143, DeleteAll and Index, brings consistency, all plugs are now only run after route check (by @NinoFloris)
  • Removes stringConvert, we now completely rely on giraffe to convert our route segments, which means ShortID and ShortGuid automatically work as they should, also adds quite some tests for (sub) routing (by @NinoFloris)

0.7.6

05 Nov 18:40
Compare
Choose a tag to compare

Add extension for turbolinks
Fix turbolinks header application (by @NinoFloris)
Set 404 status code on not found handlers in sample
return an IActionResult over HttpResponse in azure functions handler
Fix for plugs firing twice (by @jeremyabbott)

0.7.5

03 Aug 19:19
Compare
Choose a tag to compare

Check state.Urls before running UseUrls (by @NinoFloris)
fixes missing doctype in html controller actions (by @WalternativE)
Add abstraction for hosting Saturn on Azure Functions (by @Krzysztof-Cieslak)
Enable packaging for extensions (by @Krzysztof-Cieslak)