Skip to content

Releases: henryjcee/ktor-jetty-12-poc

v0.1.0

25 Feb 14:46
release_0.1.0
313a8ce
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

Changelog

0.0.2

  • Added a new dispatcher implementation that sends the termination token to the vthread task queue allowing it to be cleaned up.
  • Few other minor tweaks

0.0.3

  • No content response support
  • Implemented byte-array response support

0.0.4

  • Websockets support (needs work)
  • HTTP3 support

0.1.0

  • Switched dispatcher to unbounded task queue instead of a rendezvous. Not sure why I did that to start with as it ( obviously) leads to deadlocks
  • Added loomAsync {} to go with loomLaunch {}
  • TLS is working (see Ktor docs for config)
  • Websockets support has been worked on and I've got it running over http and https