v2.13.1
Overview
This patch release fixes a small bug where a 204 No Content or 304 Not Modified which included a body would result in a panic. After this fix the body is ignored, making it easier to use the huma.Status304NotModified()
utility.
What's Changed
- feature: add Chinese document by @gg1229505432 in #385
- fix: do no try to write 204/304 body if present by @danielgtaylor in #390
New Contributors
- @gg1229505432 made their first contribution in #385
Full Changelog: v2.13.0...v2.13.1