Vapor: 4.89.1 Release

Release date:
December 8, 2023
Previous version:
4.89.0 (released December 6, 2023)
Magnitude:
85 Diff Delta
Contributors:
1 total committer
Data confidence:
Commits:

Top Contributors in 4.89.1

gwynne

Directory Browser for 4.89.1

All files are compared to previous version, 4.89.0. Click here to browse diffs between other versions.

Loading File Browser...

Release Notes Published

What's Changed

Fix encoding and decoding of HTTPHeaders by @gwynne in #3116

The Codable conformance Vapor adds to the HTTPHeaders type now correctly handles cases where more than one header with the same name (such as Set-Cookie) is present, for both encoding and decoding.

The previous encoding format is still recognized for decoding, so that existing serialized data can be safely read.

This patch was released by @gwynne

Full Changelog: https://github.com/vapor/vapor/compare/4.89.0...4.89.1