Skip to content

Releases: trikko/serverino

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.

Release v0.7.4

28 Apr 22:27
Compare
Choose a tag to compare

Fixed slow worker startup if user set a large softlimit for NOFILE. Workaround for issue #24453

Release v0.7.3

26 Apr 08:03
Compare
Choose a tag to compare
  • Fixed bug on ServerinoLogger
  • Round robin working again!

Release v0.7.2

22 Apr 15:44
Compare
Choose a tag to compare

Minor fixes and improvements