Skip to content

0.9.1

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Apr 14:10
· 65 commits to main since this release
4079842

Added

  • Added support for automatic decompression of HTTP requests in net.serve (#310)

Fixed

  • Fixed net.serve no longer serving requests if the returned ServeHandle is discarded (#310)
  • Fixed net.serve having various performance issues (#310)
  • Fixed Lune still running after cancelling a task such as task.delay(5, ...) and all tasks having completed