Releases: CCBlueX/netty-httpserver
Releases · CCBlueX/netty-httpserver
2.3.0
2.2.2
What's Changed
- refactor: stop HttpServer manually instead of interruption by @MukjepScarlet in #4
- fixed: remaining path including full path
- chore: bump netty to 4.1.115.Final
Full Changelog: 2.2.1...2.2.2
2.2.1
Full Changelog: 2.2.0...2.2.1
2.2.0
What's Changed
- refactor: TextWebSocketFrame creations by @MukjepScarlet in #1
- refactor(Middleware): remove function alias by @MukjepScarlet in #2
- refactor(rest): improve response creation by @MukjepScarlet in #3
New Contributors
- @MukjepScarlet made their first contribution in #1
Full Changelog: 2.1.1...2.2.0
2.1.1
- Fixes Concurrent Modification on Broadcast
- Increase netty version to 4.1.97-Final
Full Changelog: 2.1.0...2.1.1
v2.1.0
- Introduces support for HTTP Response middleware
- Generic CORS middleware
- Adds various useful response utils
Full Changelog: 2.0.0...2.1.0
v2.0.0
- Introduces support for inline URI parameters
- Improved path processing
- Fixes websocket channels broadcast and close
Node.newrenamed toNode.withPath
Full Changelog: 1.0.0...2.0.0
v1.0.0
This version has been used in production and has been thoroughly tested. It used to be part of https://github.com/CCBlueX/LiquidBounce, but since I will be rewriting parts of it soon, I decided to release it properly as a library.
Full Changelog: https://github.com/CCBlueX/netty-httpserver/commits/1.0.0