Skip to content

Releases: CCBlueX/netty-httpserver

2.3.0

02 Sep 22:49

Choose a tag to compare

What's Changed

Full Changelog: 2.2.2...2.3.0

2.2.2

02 Sep 02:32

Choose a tag to compare

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

20 May 22:50

Choose a tag to compare

Full Changelog: 2.2.0...2.2.1

2.2.0

20 May 22:09

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.1.1...2.2.0

2.1.1

25 Nov 16:36

Choose a tag to compare

  • Fixes Concurrent Modification on Broadcast
  • Increase netty version to 4.1.97-Final

Full Changelog: 2.1.0...2.1.1

v2.1.0

25 Oct 16:42

Choose a tag to compare

  • 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

04 Sep 10:20

Choose a tag to compare

  • Introduces support for inline URI parameters
  • Improved path processing
  • Fixes websocket channels broadcast and close
  • Node.new renamed to Node.withPath

Full Changelog: 1.0.0...2.0.0

v1.0.0

03 Sep 03:19

Choose a tag to compare

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