We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f45eea8 commit 000fa1cCopy full SHA for 000fa1c
src/Simplify.Web/CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Changelog
2
3
+## [5.1.0] - 2024-07-28
4
+
5
+### Added
6
7
+- Static files in-memory cache (#267)
8
9
+### Fixed
10
11
+- Web context is not available on WriteErrorResponseAsync causing NRE
12
13
## [5.0.0] - 2024-06-05
14
15
### Breaking
src/Simplify.Web/Simplify.Web.csproj
@@ -9,7 +9,7 @@
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
- <Version>5.0</Version>
+ <Version>5.1</Version>
<Authors>Simplify community</Authors>
<Product>Simplify</Product>
0 commit comments