Releases: SaturnFramework/Saturn
0.13.0
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
Add support for AzureAD OAuth (by @ChrSteinert))
0.12.0
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
0.10.1
0.10.0
0.9.0
- Change
use_config
to acceptIConfiguration -> 'a
(by @Krzysztof-Cieslak) - Case Insensitive support (
case_insensitive
) (by @Krzysztof-Cieslak) - OAuth refactoring (by @Krzysztof-Cieslak)
- Add overloads for controller actions that automatically providing dependencies (by @Krzysztof-Cieslak)
- Controller key should always match up to a single path segment (by @NinoFloris)
- Add Chanel abstraction (websocket abstraction) (by @Krzysztof-Cieslak and @baronfel)
- Add a tryCsrf handler as well as the CSRF handler (by @baronfel)
- Add routing diagnostic page (by @Krzysztof-Cieslak)
- Don't use setBody on CORS 204 (by @Titaye)
- Fix error on invalid key type if Patch is used (by @Frassle)
- Controller plug All should affect Patch (by @Frassle)
- Server channels design - SocketHub (by @baronfel)
- Make application working without router and add
no_router
operation (by @Krzysztof-Cieslak) - Add
use_developer_exceptions
andlisten_local
to application CE (by @Krzysztof-Cieslak) - Add gRPC extension (by @Krzysztof-Cieslak)
- Update Saturn to Asp.Net Core 2.2 (by @Krzysztof-Cieslak)
0.8.0
- 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
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
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)