Skip to content

Commit 2350834

Browse files
committed
update history and readme for v0.4.2
1 parent 354b86c commit 2350834

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

HISTORY.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ Downloads & Release History
44
1. [Binaries of Releases](http://sourceforge.net/projects/nginx-clojure/files/)
55
1. [Sources of Releases](https://github.com/nginx-clojure/nginx-clojure/releases)
66

7+
## 0.4.2 (2015-08-31)
8+
9+
1. New Feature: Support Sente (issue #87, see [this PR](https://github.com/ptaoussanis/sente/pull/160))
10+
1. New Feature: Per-message Compression Extensions (PMCEs) for WebSocket (issue #88)
11+
1. New Feature: Add `add-aggregated-listener!` in HttpServerChannel to makes handling small but fragmented websocket messages easier by clojure.
12+
1. Enhancement: Support to build on a Linux ARM machine
13+
1. Bug Fix: WebSocket and Server Channel do not Work with Some Ring Middlewares (issue #89)
14+
1. Bug Fix: Autodetect jvm_path doesn't work sometimes
15+
716
## 0.4.1 (2015-08-12)
817

918
1. New Feature: Coroutine based socket supports unix domain socket

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
Core Features
88
=================
99

10-
The latest release is v0.4.1, more detail changes about it can be found from [Release History](http://nginx-clojure.github.io/downloads.html).
10+
The latest release is v0.4.2, more detail changes about it can be found from [Release History](http://nginx-clojure.github.io/downloads.html).
1111

1212
1. Compatible with [Ring](https://github.com/ring-clojure/ring/blob/master/SPEC) and obviously supports those Ring based frameworks, such as Compojure etc.
1313
1. Http Services by using Clojure / Java / Groovy to write simple handlers for http services.

0 commit comments

Comments
 (0)