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
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
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.1, more detail changes about it can be found from [Release History](//nginx-clojure.github.io/downloads.html).
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).
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.
@@ -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.14.2. (Nginx 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.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.)
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.1 , e.g.
63
+
After adding clojars repository, you can reference nginx-clojure 0.5.2 , e.g.
64
64
65
65
Leiningen (clojure, no need to add clojars repository which is a default repository for Leiningen)
0 commit comments