Skip to content

Releases: trikko/serverino

Release v0.7.14

03 Jan 10:18
Compare
Choose a tag to compare

Added kqueue backend for linux and macOS. Still disabled, for now.
Full Changelog: v0.7.13...v0.7.14

Release v0.7.13

18 Dec 17:04
Compare
Choose a tag to compare
  • Now you can run serverino on a secondary thread, just use mixin ServerinoBackground instead of mixin ServerinoMain and provide your own main
  • Added enableLoggerOverride (default=true) on config
  • Now you can pause and resume execution of serverino using Daemon.suspend() and Daemon.resume()
  • Minor fixes

Release v0.7.12

16 Dec 21:36
Compare
Choose a tag to compare
  • Simplified way to running daemon on secondary thread
  • Minor fixes and improvements.

Release v0.7.11

10 Sep 12:51
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @o3o made their first contribution in #23

Release v0.7.10

22 Jul 15:16
216aed5
Compare
Choose a tag to compare
  • Implemented fallthrough
  • Added @onWorkerException
  • Minor fixes

Release v0.7.9

08 Jun 08:57
Compare
Choose a tag to compare

Release v0.7.8

30 May 09:08
Compare
Choose a tag to compare
  • Deprected request.uri (use request.path)
  • Fix compiler compatibility

Full Changelog: v0.7.7...v0.7.8

Release v0.7.7

24 May 10:56
Compare
Choose a tag to compare
  • serveFile doesn't store file content in memory
  • improved buffering
  • fixed some issues (thank to @m1dok)

Release v0.7.6

14 May 16:02
Compare
Choose a tag to compare

Fixed bug with epoll version and big files

Release v0.7.5

05 May 18:25
Compare
Choose a tag to compare

Added epoll support for linux platform.