Skip to content

Releases: trikko/serverino

Release v0.4.7

24 Aug 13:11
Compare
Choose a tag to compare
  • Fixed pipeline support (I hope)
  • Strict chunk transfer for empty body
  • Improved polling for request timeout
  • Changed some default params to be more tolerant

Release v0.4.6

17 Aug 11:32
e425ffc
Compare
Choose a tag to compare

Small fix

Release 0.4.5

07 Jul 13:20
bb57fd7
Compare
Choose a tag to compare

What's Changed

  • Resolve issue #10 by @m1dok in #11
  • Added onDaemonStart/onDaemonStop
  • Small fixes

Full Changelog: v0.4.4...v0.4.5

Release 0.4.4

24 May 15:49
Compare
Choose a tag to compare

What's Changed

  • Handle Base64 Exception by @m1dok in #8
  • Fixed regressions
  • Fixed empty content-type for post
  • Better logging

Release v0.4.3

14 May 20:35
Compare
Choose a tag to compare
  • Error response improved
  • Response body is not sent if not allowed by http method (HEAD, CONNECT, ...)
  • Disable response body with output = false;
  • Removed extra headers
  • HTTP/1.1 pipeline experimental support

Full Changelog: v0.4.2...v0.4.3

Release v0.4.2

13 Feb 17:03
Compare
Choose a tag to compare

Sometimes serverino was trying to close two times the keepalive connection.

Release v0.4.1

03 Feb 15:33
f2e75bc
Compare
Choose a tag to compare

Fix for 32bit build

Release v0.4.0

01 Feb 17:13
Compare
Choose a tag to compare
  • Added @route for basic routing (thanks to @aferust)

Release v0.3.2

29 Jan 09:57
a58eb0b
Compare
Choose a tag to compare

Missing include for ipv6

Release v0.3.1

26 Nov 18:30
Compare
Choose a tag to compare

Fix compatibility with dmd 2.101