Skip to content

Commit

Permalink
update history.md; release 2.0.0-RC2
Browse files Browse the repository at this point in the history
  • Loading branch information
shenfeng committed Feb 2, 2013
1 parent 294014c commit 10ac588
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

See **[http-kit.org](http://http-kit.org)** for documentation, examples, benchmarks, etc.

Current [semantic](http://semver.org/) version: `[http-kit "2.0.0-RC1"]`.
Current [semantic](http://semver.org/) version: `[http-kit "2.0.0-RC2"]`.

### Contact & Contribution

Expand Down
16 changes: 13 additions & 3 deletions history.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,20 @@ HTTP client:
2. Timeout per request
3. Support keep-alive

### 2.0(not released yet)
### 2.0-rc2 (2013/2/2)

1. package rename me.shenfeng.http => org.httpkit
2. using semantic version
3. more unit test

HTTP client:
1. :filter option
2. fix potential deadlock: async request with callback, in callback, a async request is issued
1. :filter option and max-body-filter
2. fix potential deadlock: in async request's callback, a sync request is issued
3. fix url double percent encoding issue
5. fix deflated body is not properly decompressed
6. fix keep-alive issue, add unit test to make sure it always works as expected
7. :body can be nil, string, file, inputstream, iseq, just as ring response's body

HTTP server:
1. properly pass :head and other method for :request-method
2. save memory when decoding request by using a reasonable buffer size, increase as necessary

0 comments on commit 10ac588

Please sign in to comment.