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#3217The error being thrown is
DecodingError.valueNotFound
and it’s matching the error thrown byJSONDecoder
.
New Contributor
- @supersonicbyte made their first contribution in #3226 🎉
Reviewers
Thanks to the reviewers for their help:
This patch was released by @0xTim
Full Changelog: 4.105.0...4.105.1