Skip to content

Releases: msmolka/ZNetCS.AspNetCore.Compression

10.0.0

Choose a tag to compare

@msmolka msmolka released this 29 Nov 16:10

Added support for .net 10, drop support for .net 3.1 and .net 5.0

6.0.0

Choose a tag to compare

@msmolka msmolka released this 03 Feb 10:55

Breaking Change: Drop support for netstandard and .net framework. Code refactoring. Dependency update. Nullable enable. Logging performance improvements.

2.2.0

Choose a tag to compare

@msmolka msmolka released this 12 Oct 13:31

Code cleanup

2.0.2

Choose a tag to compare

@msmolka msmolka released this 09 Jan 10:23

ASP.NET Core 2

1.0.4

Choose a tag to compare

@msmolka msmolka released this 25 Feb 16:24

Prevent copying empty body to avoid Kestrel 204 No Content error

1.0.3

Choose a tag to compare

@msmolka msmolka released this 23 Dec 10:42

make sure to restore body stream in case on exception
reduce log level to debug

1.0.2

Choose a tag to compare

@msmolka msmolka released this 27 Oct 06:10

Added possibility to define compression level for compressors.

1.0.1

Choose a tag to compare

@msmolka msmolka released this 14 Oct 07:30

Add Vary: Accept-Encoding header for compressed content.

1.0.0

Choose a tag to compare

@msmolka msmolka released this 29 Sep 10:23

First release of compression middleware