All Versions
26
Latest Version
Avg Release Cycle
16 days
Latest Release
259 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.15.0-preview01
June 23, 2020โ Added
- Helpers for getting
IWebHostEnvironment
andIConfiguration
in context ofapplication
CE (by @Krzysztof-Cieslak) - ๐ [Infrastructure] Add performance benchmark using wrk and GitHub Action to run it
๐ Changed
- ๐ Use
IWebHostEnvironment
internally (by @Krzysztof-Cieslak) - ๐ Move application CE to
IHostBuilder
(by @Krzysztof-Cieslak) - ๐ [Infrastructure] Moved to CHANGELOG.md from RELEASE_NOTES.md (by @Krzysztof-Cieslak)
- โก๏ธ [Infrastructure] Updated SDK to 3.1.301 (by @Krzysztof-Cieslak)
- [Infrastructure] Added GitHub action to publish new version of Saturn (by @Krzysztof-Cieslak)
- โก๏ธ [Infrastructure] Update FAKE build script (by @Krzysztof-Cieslak)
โ Removed
- โ Removed support for
netstandard2.0
(by @Krzysztof-Cieslak) - โ Removed any obsolete APIs (by @Krzysztof-Cieslak)
- โ Remove deprecated
OpenIdConnect
extension (by @Krzysztof-Cieslak)
- Helpers for getting
-
v0.14.1
June 18, 2020โ Added
- Helpers for getting
IWebHostEnvironment
andIConfiguration
in context ofapplication
CE (by @Krzysztof-Cieslak) - ๐ [Infrastructure] Add performance benchmark using wrk and GitHub Action to run it
๐ Changed
- ๐ Use
IWebHostEnvironment
internally (by @Krzysztof-Cieslak) - ๐ Move application CE to
IHostBuilder
(by @Krzysztof-Cieslak) - ๐ [Infrastructure] Moved to CHANGELOG.md from RELEASE_NOTES.md (by @Krzysztof-Cieslak)
- โก๏ธ [Infrastructure] Updated SDK to 3.1.301 (by @Krzysztof-Cieslak)
- [Infrastructure] Added GitHub action to publish new version of Saturn (by @Krzysztof-Cieslak)
- โก๏ธ [Infrastructure] Update FAKE build script (by @Krzysztof-Cieslak)
โ Removed
- โ Removed support for
netstandard2.0
(by @Krzysztof-Cieslak) - โ Removed any obsolete APIs (by @Krzysztof-Cieslak)
- โ Remove deprecated
OpenIdConnect
extension (by @Krzysztof-Cieslak)
- Helpers for getting
-
v0.14.0
June 18, 2020 -
v0.13.3
June 15, 2020๐ Changed
- ๐ Fix initialization error caused by
use_gzip
(by @Krzysztof-Cieslak)
- ๐ Fix initialization error caused by
-
v0.13.2
June 11, 2020๐ Changed
- ๐ Make RequestUrl fetching lazy (by @Krzysztof-Cieslak)
- โ Added a few more mime-types that should be compressed. (by @Thorium)
-
v0.13.1
April 27, 2020๐ Changed
- ๐ Make SocketMiddleware ~great~ public again (by @Krzysztof-Cieslak)
-
v0.13.0
April 24, 2020๐ Changed
- ๐ 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)
-
v0.12.1
March 02, 2020๐ Changed
- โ Add support for AzureAD OAuth (by @ChrSteinert))
-
v0.12.0
February 18, 2020๐ Changed
- โฌ๏ธ 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 )