0.3.0 (2014-12-11)

   1. Discard: Directive clojure, clojure_code are no longer supported, use
   handler_type/content_handler_type, handler_name/content_handler_name,
   handler_code/content_handler_code instead.
   2. Discard: Now handler_*** can not be used to declare a nginx worker
   initialization handler, use `jvm_init_handler_*** instead.
   3. New Feature: Supports writing nginx access handler by
   java/clojure/groovy (issue #53)
   4. New Feature: Supports writing nginx header filter by
   java/clojure/groovy (issue #55)
   5. New Feature: Add new directive max_balanced_tcp_connections to make
   nginx auto set worker_connections.
   6. Enhancement: For Java We can use r.setVariable, r.getVariable now if
   r is an instance of NginxJavaRequest.
   7. Deprecated Directives: handler_type, handler_name, handler_code are
   deprecated and maybe will be removed in the next version, add new directive
   content_handler_type, content_handler_code, content_handler_code
   8. New Directives: rewrite_handler_type, access_handler_type,
   header_filter_type, body_filter_type
   9. New Feature: Supports nested locations (issue #56)
   10. Bug Fix : uppercase letters in nginx variable name can not work
   (issue #54)
   11. Bug Fix: The first registered handler will not work if there 's a
   asynchronous reading of request body (issue #51)
   12. Enhancement: handlers_lazy_init can be used to make handler
   initialized lazily or eagerly (issue #52)




   1. Binaries of Releases
   <http://sourceforge.net/projects/nginx-clojure/files/>
   2. Sources of Releases
   <https://github.com/nginx-clojure/nginx-clojure/releases>
   3. website : http://nginx-clojure.github.io/

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to