v2.34.2
Overview
TLS-Aware URL Scheme Detection
Huma now correctly uses the https URL scheme when TLS is configured, and http when it is not. Previously, the scheme detection could be incorrect in certain scenarios.
Time Wrapper Parsing Fix
Fixed an issue where time wrapper types failed to parse correctly, resolving #844.
What's Changed
- fix: correct example format for tags in Pet struct by @vikyw89 in #858
- docs: add links to hire me by @danielgtaylor in #869
- Revert "docs: add links to hire me" by @danielgtaylor in #890
- chore(deps): bump github.com/gofiber/fiber/v2 from 2.52.7 to 2.52.9 by @dependabot[bot] in #882
- Fix code samples in the response output documentation by @prnvbn in #927
- fix: use "http" URL scheme only if no TLS is used by @leonklingele in #905
- fix: failed to parse time wrapper, close #844 by @zhenzou in #924
- Minor linting/formatting by @wolveix in #936
New Contributors
- @vikyw89 made their first contribution in #858
- @prnvbn made their first contribution in #927
- @leonklingele made their first contribution in #905
- @zhenzou made their first contribution in #924
Full Changelog: v2.34.1...v2.34.2