Skip to content

Commit e992131

Browse files
committed
prepare for release v0.2.4
1 parent d3507da commit e992131

File tree

5 files changed

+196
-98
lines changed

5 files changed

+196
-98
lines changed

HISTORY.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 0.2.4 (2014-07-25)
2+
3+
1. New Feature: Support Groovy - another dynamic jvm language (issue #34)
4+
2. Fix bug: Slow Memory Leak for Coroutine based Socket bug (issue #32 )
5+
3. Fix bug: Should Clone ThreadLocals for Coroutines (issue #31)
6+
4. New Feature: More friendly to java users who maybe know nothing about clojure feature (issue #29)
7+
5. Five new nginx directives `handler_type`, `handler_name`, `handler_code`, `rewrite_handler_name`, `rewrite_handler_code`.
8+
Make Clojure/Java/Groovy handler configurations have the same form. e.g. The old pair of nginx directives `clojure`, `clojure_code` is equivalent to `handler_type='clojure'` + `handler_code`.
9+
110
## 0.2.3 (2014-07-05)
211

312
1. Fix issue After invoking on coroutine based socket nginx worker will exit and be recreated when network is disabled (issue #26)

0 commit comments

Comments
 (0)