danielgtaylor / huma

Huma REST/HTTP API Framework for Golang with OpenAPI 3.1
https://huma.rocks/
MIT License
1.99k stars 146 forks source link

feat!: drop chi v4 adapter #427

Closed costela closed 5 months ago

costela commented 5 months ago

V4 has been deprecated for 7 months since da7ce946

We could also split it into a different package, but IMHO the maintenance overhead doesn't seem worth it for a deprecated version. People can still maintain separate adapter, since there are no huma-internal dependencies.

Fixes #423

codecov[bot] commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 92.74%. Comparing base (3abb70d) to head (b150d13).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #427 +/- ## ======================================= Coverage 92.74% 92.74% ======================================= Files 21 21 Lines 3556 3556 ======================================= Hits 3298 3298 Misses 220 220 Partials 38 38 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.