This repository was archived by the owner on Sep 9, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed
Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -41,14 +41,19 @@ var clientCompressionHandler = new ClientCompressionHandler(4096, new GZipCompre
4141The above code will skip compression for any request/response that is smaller than ` 4096 bytes ` / ` 4 kB ` .
4242
4343## Version history
44- #### 1.1.2 (current)
44+ #### [ 1.2.0] ( https://www.nuget.org/packages/Microsoft.AspNet.WebApi.MessageHandlers.Compression/1.2.0 ) (current)
45+ * Fixed 504 timeout error when returning ` ByteArrayContent ` from an ` ApiController `
46+ * Fixed bug wuth content stream sometimes being disposed before returning
47+ * Added better test coverage
48+
49+ #### [ 1.1.2] ( https://www.nuget.org/packages/Microsoft.AspNet.WebApi.MessageHandlers.Compression/1.1.2 )
4550* Changed default threshold for compression to 860 bytes (what Akamai uses)
4651* Now reports proper Content-Length
4752
48- #### 1.1.0
53+ #### [ 1.1.0] ( https://www.nuget.org/packages/Microsoft.AspNet.WebApi.MessageHandlers.Compression/1.1.0 )
4954* Simplified usage
5055* Added support for setting a minimum content size for compressing
5156
52- #### 1.0.3
57+ #### [ 1.0.3] ( https://www.nuget.org/packages/Microsoft.AspNet.WebApi.MessageHandlers.Compression/1.0.3 )
5358* First release, basic compression of server responses and client requests
5459* Did not support compressing POSTs and PUTs
You can’t perform that action at this time.
0 commit comments