Vapor: 4.36.1 Release

Release date:
December 11, 2020
Previous version:
4.36.0 (released November 27, 2020)
Magnitude:
0 Diff Delta
Contributors:
2 total committers
Data confidence:
Commits:

Top Contributors in 4.36.1

gregoryyoung2
aheze

Directory Browser for 4.36.1

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 @gregoryyoung2 and released by @0xTim.

Improves cookie parsing (#2511)

  • Directive keys (i.e. cookie names) can now include % characters (fixes #2504)
  • If a directive has no value (i.e. from failing to parse properly) it will be excluded from HTTPCookies
  • If some directives have values and others do not, the directives with values will still be included in HTTPCookies