Vapor: 4.41.9 Release

Release date:
March 23, 2021
Previous version:
4.41.8 (released March 23, 2021)
Magnitude:
0 Diff Delta
Contributors:
1 total committer
Data confidence:
Commits:

Top Contributors in 4.41.9

Joannis

Directory Browser for 4.41.9

We haven't yet finished calculating and confirming the files and directories changed in this release. Please check back soon.

Release Notes Published

This patch was authored by @Joannis and released by @0xTim.

When communicating with API's following the JSON API format, these API's emit a content-type of vnd.api+json. This content type is always used with JSON formatted responses, although they follow a certain JSON format. I think it's therefore helpful to provide a default encoder/decoder for this media type.

I'm not sure if this would be a semver-patch or semver-minor as it's additive behaviour but doesn't touch public API.