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-8Lines changed: 9 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@
14
14
Core Features
15
15
=================
16
16
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).
17
+
The latest release is v0.6.0, 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.
@@ -23,7 +23,8 @@ The latest release is v0.5.3, more detail changes about it can be found from [Re
23
23
1. Nginx Body Filter by Clojure / Java / Groovy
24
24
1. Nginx Log Handler by Clojure / Java / Groovy
25
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
26
+
1. Support Java 9, 10, 11, 12, 19
27
+
1. Support to use jdk19 built-in coroutine viz. Continuation
27
28
1. Pub/Sub Among Nginx Worker Processes
28
29
1. Shared Map based on shared memory & Shared Map based Ring session store
29
30
1. Support Sente, see [this PR](https://github.com/ptaoussanis/sente/pull/160)
@@ -40,7 +41,7 @@ With this feature one java main thread can handle thousands of connections.
40
41
1. Long Polling & Server Sent Events
41
42
1. Run initialization clojure code when nginx worker starting
42
43
1. Support user defined http request method
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
+
1. Compatible with the Nginx lastest most mainline version 1.23.3. (Nginx 1.22.X, 1.20.X, 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
45
1. One of benifits of [Nginx](http://nginx.org/) is worker processes are automatically restarted by a master process if they crash
45
46
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
47
1. Utilize [Nginx](http://nginx.org/) zero copy file sending mechanism to fast handle static contents controlled by Clojure or Java code.
@@ -60,19 +61,19 @@ Nginx-Clojure has already been published to https://clojars.org/ whose maven rep
60
61
</repository>
61
62
```
62
63
63
-
After adding clojars repository, you can reference nginx-clojure 0.5.3 , e.g.
64
+
After adding clojars repository, you can reference nginx-clojure 0.6.0 , e.g.
64
65
65
66
Leiningen (clojure, no need to add clojars repository which is a default repository for Leiningen)
0 commit comments