Skip to content

v0.11.1

Compare
Choose a tag to compare
@mnahkies mnahkies released this 27 Jul 10:22
· 46 commits to main since this release

What's Changed

This is a bug fix release, containing a solution for #217.

Previously query parameters of an array type did not work when a single element was provided, now this will be parsed and handed to the route handler as an array of one element.

Bug fixes

  • fix: support array of 1 for query parameter arrays (round 2) by @mnahkies in #225

Misc

Full Changelog: v0.11.0...v0.11.1