Skip to content

Releases: guzba/mummy

0.3.1

13 Jun 18:53
7dcb623
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.3.0...0.3.1

0.3.0

31 May 21:05
b3dad3e
Compare
Choose a tag to compare

In addition to many internal improvements, this release adds support for handling multipart/form-data requests. See https://github.com/guzba/mummy/blob/master/examples/basic_multipart.nim for an example.

What's Changed

  • no content-length for empty 204 per spec by @guzba in #61
  • multipart post body handling by @guzba in #60
  • add request header check and buf state logs by @guzba in #62
  • log if unexpected receive buffer activity occurs by @guzba in #63
  • add log about multiple non-informational responses by @guzba in #64
  • fix issue 65 by @guzba in #66
  • add libs section to readme by @guzba in #67
  • improve multipart error msgs by @guzba in #68
  • 0.3.0 by @guzba in #70

Full Changelog: 0.2.17...0.3.0

0.2.17

13 May 22:01
bcee1c1
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.2.16...0.2.17

0.2.16

08 May 20:34
e9fd54a
Compare
Choose a tag to compare

Consolidated to one internal worker thread coordination approach (lock+cond), removed other.

What's Changed

Full Changelog: 0.2.15...0.2.16

0.2.15

01 May 21:34
2ff7676
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.2.14...0.2.15

0.2.14

27 Apr 21:29
446a9ed
Compare
Choose a tag to compare

No feature or API changes in this release.

What's Changed

Full Changelog: 0.2.13...0.2.14

0.2.13

26 Apr 20:11
79a2bac
Compare
Choose a tag to compare

Removed hash from WebSocket in favor of import std/hashes.

What's Changed

Full Changelog: 0.2.12...0.2.13

0.2.12

25 Mar 04:13
b5800fa
Compare
Choose a tag to compare

This release does not make significant changes to Mummy.

What's Changed

  • update readme by @guzba in #37
  • Enable listening with IPv6 or IPv4 (previously only IPv4 was possible) by @finitemonkey in #39
  • Revert "Enable listening with IPv6 or IPv4 (previously only IPv4 was possible)" by @guzba in #41
  • 0.2.12 by @guzba in #40

New Contributors

Full Changelog: 0.2.11...0.2.12

0.2.11

14 Feb 18:59
762c176
Compare
Choose a tag to compare

This release no long exports mummy/fileloggers from import mummy. Keeping import mummy as simple as possible. If you use fileloggers in your poject, add import mummy/fileloggers.

What's Changed

Full Changelog: 0.2.10...0.2.11

0.2.10

07 Feb 04:14
89d49a1
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.2.9...0.2.10