Skip to content

Commit

Permalink
call it 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shenfeng committed Mar 29, 2013
1 parent 4a1ef09 commit 01730bf
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 6 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,16 @@

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

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

```clj
[http-kit "2.0.0"] ; WebSocket and async API are not compatible with the RC releases.
```


### Hack locally

Hacker friendly: Written from ground-up, only ~3k lines of code (including java), clean and tidy.
Hacker friendly: Zero dependency, written from ground-up with only ~3k lines of code (including java), clean and tidy.

```sh
# modify as you want, unit tests back you up
Expand All @@ -23,6 +28,10 @@ lein test

Please use the [GitHub issues page](https://github.com/http-kit/http-kit/issues) for feature suggestions, bug reports, or general discussions. Current contributors are listed [here](https://github.com/http-kit/http-kit/graphs/contributors). The http-kit.org website is also on GitHub [here](https://github.com/http-kit/http-kit.github.com).

### Change log

[history.md](https://github.com/http-kit/http-kit/blob/protocol-api/history.md)

### License

Copyright © 2012 [Feng Shen](http://shenfeng.me/). Distributed under the [Apache License Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.html).
6 changes: 3 additions & 3 deletions history.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ HTTP server:
### 2.0-rc2 (2013/2/9)
1. fix a possible CPU 100% usage

### 2.0-0 (2013/3/28)
### 2.0.0 (2013/3/29)
1. Unify WebSocket and HTTP long polling/streaming with Channel protocol and with-channel (API breaks with the RC)
2. WebSocket support sending and receiving binary frame
2. WebSocket support sending and receiving binary frame with byte[]
3. Support HTTP streaming
4. Fix few issues with WebSocket
4. WebSocket message ordering is guaranteed by server
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject http-kit "2.0.0-SNAPSHOT"
(defproject http-kit "2.1.0-SNAPSHOT"
:description "High-performance event-driven HTTP client/server for Clojure"
:dependencies [[org.clojure/clojure "1.4.0"]]
:warn-on-reflection true
Expand Down

0 comments on commit 01730bf

Please sign in to comment.