Skip to content

0.4.5 2017-05-28

Compare
Choose a tag to compare
@xfeep xfeep released this 28 May 16:30
· 179 commits to master since this release

0.4.5 (2017-05-28)

  1. New Feature: Support to be compiled as Nginx dynamic module, thanks to Andrew Hutchings
  2. Bug Fix: Cannot add multiple Cookies in a response
  3. Bug Fix: Too many empty chunks are passed to Body filter & some body data lost
  4. Enhancement: [Nginx-Jersey] Support jersey application sub class
  5. Enhancement: Try to use enviroment variable JAVA_HOME to detect jvm when jvm_path is auto
  6. Enhancement: NginxSharedHashMap.keySet/values/entrySet for debug/test usage.
  7. Bug Fix: Can not use more than two shared maps.
  8. Bug Fix: NullPointerExecption will happen when multiple rewrite handlers are invoked for one request
  9. Bug Fix: Can't access ring request data in Sente handler. (content_handler_property fore-prefetch-all-properties true;)
  10. Enhancement: Compile against Nginx 1.11 & Nginx 1.12
  11. Bug Fix: Nginx reload will cause connection reset without response
  12. Bug Fix: Header filter can not change response status from upstream
  13. Bug Fix: body filters sometimes crash under thread pool mode
  14. Binaries Distribution: built with the latest stable Nginx v1.12.0 & openssl v1.1.0e