github vapor/vapor 4.105.1
4.105.1 - Throw an error if unkeyed container is at end

latest release: 4.105.2
11 days ago

What's Changed

Throw an error if unkeyed container is at end by @supersonicbyte in #3226

Throwing an error if the unkeyed container is at end while decoding query params fixes the crash mentioned with this issue:
vapor/vapor#3217

The error being thrown is DecodingError.valueNotFound and it’s matching the error thrown by JSONDecoder.

New Contributor

Reviewers

Thanks to the reviewers for their help:

This patch was released by @0xTim

Full Changelog: 4.105.0...4.105.1

Don't miss a new vapor release

NewReleases is sending notifications on new releases.