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-Encoding
s.Miscellaneous code cleanup.