Skip to content
This repository was archived by the owner on Sep 9, 2022. It is now read-only.

Commit 37d5253

Browse files
committed
Update README.md
1 parent dd19033 commit 37d5253

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,19 @@ var clientCompressionHandler = new ClientCompressionHandler(4096, new GZipCompre
4141
The 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

0 commit comments

Comments
 (0)