You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,16 +14,16 @@
14
14
Core Features
15
15
=================
16
16
17
-
The latest release is v0.5.2, more detail changes about it can be found from [Release History](//nginx-clojure.github.io/downloads.html).
17
+
The latest release is v0.5.3, more detail changes about it can be found from [Release History](//nginx-clojure.github.io/downloads.html).
18
18
19
19
1. Compatible with [Ring](https://github.com/ring-clojure/ring/blob/master/SPEC) and obviously supports those Ring based frameworks, such as Compojure etc.
20
20
1. Http Services by using Clojure / Java / Groovy to write simple handlers for http services.
21
21
1. Nginx Access Handler by Clojure / Java / Groovy
22
22
1. Nginx Header Filter by Clojure / Java / Groovy
23
23
1. Nginx Body Filter by Clojure / Java / Groovy
24
-
1.**_NEW_**: Nginx Log Handler by Clojure / Java / Groovy
25
-
1.**_NEW_**: HTTP V2 support in both standard edition and embedded edition which are compiled against Nginx 1.18.0
26
-
1.**_NEW_**: Support Java 9, 10, 11, 12
24
+
1. Nginx Log Handler by Clojure / Java / Groovy
25
+
1. HTTP V2 support in both standard edition and embedded edition which are compiled against Nginx 1.18.0+
26
+
1. Support Java 9, 10, 11, 12
27
27
1. Pub/Sub Among Nginx Worker Processes
28
28
1. Shared Map based on shared memory & Shared Map based Ring session store
29
29
1. Support Sente, see [this PR](https://github.com/ptaoussanis/sente/pull/160)
@@ -40,7 +40,7 @@ With this feature one java main thread can handle thousands of connections.
40
40
1. Long Polling & Server Sent Events
41
41
1. Run initialization clojure code when nginx worker starting
42
42
1. Support user defined http request method
43
-
1. Compatible with the Nginx lastest most stable version 1.18.0. (Nginx 1.14.x, 1.12.x, 1.8.x, 1.6.x, 1.4.x is also ok, older version is not tested and maybe works.)
43
+
1. Compatible with the Nginx lastest most stable version 1.20.2. (Nginx 1.18.x, 1.14.x, 1.12.x, 1.8.x, 1.6.x, 1.4.x is also ok, older version is not tested and maybe works.)
44
44
1. One of benifits of [Nginx](http://nginx.org/) is worker processes are automatically restarted by a master process if they crash
45
45
1. Utilize lazy headers and direct memory operation between [Nginx](http://nginx.org/) and JVM to fast handle dynamic contents from Clojure or Java code.
46
46
1. Utilize [Nginx](http://nginx.org/) zero copy file sending mechanism to fast handle static contents controlled by Clojure or Java code.
@@ -60,19 +60,19 @@ Nginx-Clojure has already been published to https://clojars.org/ whose maven rep
60
60
</repository>
61
61
```
62
62
63
-
After adding clojars repository, you can reference nginx-clojure 0.5.2 , e.g.
63
+
After adding clojars repository, you can reference nginx-clojure 0.5.3 , e.g.
64
64
65
65
Leiningen (clojure, no need to add clojars repository which is a default repository for Leiningen)
for ncs in ngx_http_clojure_mem ngx_http_clojure_socket ngx_http_clojure_shared_map_tinymap ngx_http_clojure_shared_map_hashmap; do \
495
+
for ncs in ngx_http_clojure_mem ngx_http_clojure_module ngx_http_clojure_shared_map ngx_http_clojure_socket ngx_http_clojure_shared_map_tinymap ngx_http_clojure_shared_map_hashmap; do \
0 commit comments