Skip to content

Releases: trikko/serverino

Release v0.7.20

07 Sep 17:53

Choose a tag to compare

Minor fixes for multi daemon mode

Release v0.7.19

04 Sep 15:19

Choose a tag to compare

  • Support for multiple daemon instances
  • Minor improvements

Release v0.7.18

04 Jun 07:59

Choose a tag to compare

  • Fixed a bug on websockets (thanks @ArthaTi)
  • Force exit after shutdown if running on main thread.

Release v0.7.17

24 May 16:20

Choose a tag to compare

What's Changed

  • add assertion to verify correct HTTP response status code by @m1dok in #25
  • logging improvement
  • now you can use setMaxRequestTime from inside the endpoint
  • dynamic number of workers by default
  • kqueue now is the default backend for macos
  • on posix kill -SIGUSR1 <server_pid> reload workers
  • config.enableWorkersAutoReload added
  • new examples
  • minor bug fixing

Full Changelog: v0.7.16...v0.7.17

Release v0.7.16

16 Jan 17:58

Choose a tag to compare

  • Small fixes to better adhere to http standard
  • Custom splitter to improve line parsing
  • Now serverino could run in a docker FROM: scratch (~1.6MB container)

Release v0.7.15

10 Jan 22:22

Choose a tag to compare

Release v0.7.14

03 Jan 10:18

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

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

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

Choose a tag to compare

What's Changed

New Contributors

  • @o3o made their first contribution in #23