Skip to content

WebSocket, Support Embedding Tomcat & Jersey (java standard RESTful web services)

Compare
Choose a tag to compare
@xfeep xfeep released this 05 Jul 19:34
· 344 commits to master since this release

0.4.0 (2015-07-06)

  1. New Feature: Service Side Websocket (issue #73)
  2. New Feature: A build-in Jersey container to support java standard RESTful web services (JAX-RS 2.0) (issue #74)
  3. New Feature: Tomcat 8 embedding support (so servlet 3.1/jsp/sendfile/JSR-356 websocket work within nginx!) (issue #67)
  4. New Feature: Coroutined Based Client Socket Supports to Bind to Specified IP Address (issue #69)
  5. New Feature: Handler's Property Configuration (issue #66)
  6. Enhancement: NginxHttpServerChannel can work with Rewrite Handler or Access Handler (issue #79)
  7. Enhancement: Configurable Write Buffer Size for SSE or Websocket (issue #76)
  8. Bug Fix: When we do not configure jvm_path proxy_pass will not work (issue #72)
  9. Bug Fix: nginx worker restart when get the value of header X-Forwarded-For (issue #70)
  10. Bug Fix: proxy_cache_path causes crash (issue #64)
  11. Bug Fix: send_timeout does not take effect with NginxHttpServerChannel (issue #78)
  12. Bug Fix: Waving tool generates wrong wave information of fuzzing classes (issue #80)
  13. Documents : Release History link in README (issue #68)
  14. Binaries Distribution: built with The latest stable Nginx v1.8.0 which released at 2015-04-21.