Skip to content

Releases: sinetja/netty-router

3.2.0-beta2

13 Dec 16:29
Compare
Choose a tag to compare

Netty 3.2.0 Beta Release

  1. Implement New Routing system upon Sub pipeline switcher.
  2. exception handler's Pipeline provided.
  3. SimpleHttpExceptionHandler provided as a default exception handler for exception pipeline.
  4. Content-Length Fixer handler for output httpResponse.
  5. Exception Forwarder to help auto catch exception from user handlers into the parent router exception pipeline.
  6. Exception throw when sub packages left after channel closed by some exception occasions.
  7. Interface to define routing with some common routing config predefined.
  8. HttpException class provided, with some common Http Errors predefined.
  9. SimpleCycleRouter provide decoder support.
  10. Testing Cases on HttpRouter, RouterUtil, RoutingPathMatcher, DefaultExceptionForwarder.

3.0.0

22 Nov 06:43
Compare
Choose a tag to compare

Netty-Router 3.0.0 Stable release

  1. Stark Implementation for the Http Router based upon older version.
  2. Simplized class organization and providing potential interface on router, routed and pattern defined.
  3. Import Exception Catch handler for convenience in controlling both of applications errors and user exception.