[ANN] Nginx-Clojure v0.4.3 is out

xfeep nginx-forum at nginx.us
Sun Oct 25 17:48:23 UTC 2015


0.4.3 (2015-10-25)
=====================================
New Feature: Add directive jvm_classpath which supports wildcard character *
(issue #95)

New Feature: Add directive jvm_classpath_check which is enabled by default
and when it is enabled access permission about classpaths will be checked.

New Feature: Add NginxPubSubTopic(Java)/PubSubTopic(Clojure) to simplify
handling messages among Nginx worker processes. (issue #97)

New Feature: Shared Map based on shared memory (issue #96) and it has two
implementations : tinymap & hashmap.

New Feature: Shared Map based Ring session store (issue #98)

Enhancement: on-broadcast-event-decode!/on-broadcast! returns a removal
function which can be used to remove the registered decoder/listener

Enhancement: embedded nginx-clojure becomes friendly to mock tests and also
fix issue#101

Bug Fix: After stopping an embedded Nginx-Clojure server keep-alived
connections become CLOSE_WAIT.

Bug Fix: HackUtil.decode decodes unnecessary chars when several strings
share one char[] generally on JDK 6

Bug Fix: jvm crashes with thread pool mode when open_file_cache is enabled.

Bug Fix: Fix compile errors when no sha1-implementation/zlib can be found
(issue #99)

Example Project: Add an example project about clojure web dev to show how to
develop & deploy with Nginx-Clojure. Thanks to Peter Taoussanis without
whose comments there would not be such example project. (issue #91)
Documents: Add Directives Reference

Binaries of Releases (for linux, windows and macosx)
https://sourceforge.net/projects/nginx-clojure/files/.  

Freebsd users can get old v0.4.2 from https://www.freshports.org/www/nginx .
or wait a few days for their update.
Sources of Releases
https://github.com/nginx-clojure/nginx-clojure/releases/tag/v0.4.3

website : http://nginx-clojure.github.io/

Posted at Nginx Forum: https://forum.nginx.org/read.php?2,262444,262444#msg-262444



More information about the nginx mailing list