Hi all,

The Snap team is pleased to announce the release of Snap 0.2.9. Most of the changes since 0.2.8 are bugfixes and testing improvements.

Changes since 0.2.8.1

Bugfixes:

  • Fixed an HTTP POST body parsing bug where we would not accept the valid MIME type “application/x-www-form-urlencoded; charset=UTF-8”.

Improvements:

  • Test coverage for snap-core is now close to 100% in most modules.

  • Some small performance improvements in sending chunked Transfer-Encodings.

  • Miscellaneous code cleanup.

Dependency changes:

  • We now require cereal 0.3.

  • In libev mode, we now require hlibev 0.2.8.

  • Relaxed criterion bounds in the snap-server testsuite.