v0.9.0
[0.9.0] - 2024-09-07 ⚠️ Breaking Changes
Breaking Changes
Removed feature indexmap since it may simply be enabled via openapiv3
Fixed
- Support latest openapiv3 and indexmap. PR#507
- Clippy useless vec lint. PR#511
- Add lint ignores to paperclip unit struct. PR#514
- Fix map conversion for openapiv3. PR#529
Added
- Add TermsOfService to the openapi spec. PR#522
- Add max/min for integers. PR#523
- Parse max/min attributes on fields. PR#524
- Add support for jiff via feature flag. PR#526
- Support generic array size. PR#527
What's Changed
- fix(openapiv3-indexmap): support indexmap 2 by @tiagolobocastro in #508
- fix(useless vec): clippy + performance fix by @mharkins-cosm in #511
- add lint ignores to paperclip unit struct by @formlogic-kirk in #514
- ci: fix build failures by @tiagolobocastro in #521
- fix: add missing tos by @tiagolobocastro in #522
- feat: add max/min for 8, 16 and 128 bit integers by @tiagolobocastro in #523
- feat(openapi): add max and min attribute parsing by @tiagolobocastro in #524
- Add support for jiff by @snaggen in #526
- switch to const generic array instead of 0-32 manual impl of schema type by @formlogic-kirk in #527
- fix maps in v2->v3 schema conversion by @formlogic-kirk in #529
- doc: update changelog by @tiagolobocastro in #530
New Contributors
- @formlogic-kirk made their first contribution in #514
Full Changelog: v0.8.2...v0.9.0