Releases: gofiber/schema
Release list
v1.8.7
🧹 Updates
- require Go 1.26 and update dependencies (#93)
Full Changelog: v1.8.6...v1.8.7
Thank you @ReneWerner87 for making this update possible.
v1.8.6
🧹 Updates
- integrate gofiber/utils v2.5 helpers; cut allocations across decode, encode and defaults (#91)
🛠️ Maintenance
3 changes
Full Changelog: v1.8.5...v1.8.6
Thank you @gaby and @ReneWerner87 for making this update possible.
v1.8.5
🧹 Updates
- cap fan-out nesting at depth 11 to avoid Go 1.27 compiler blowup (#86)
🛠️ Maintenance
1 change
- bump github.com/gofiber/utils/v2 from 2.4.1 to 2.4.2 (#84)
Full Changelog: v1.8.4...v1.8.5
Thank you @ReneWerner87 for making this update possible.
v1.8.4
🧹 Updates
- SWAR-accelerated path lookup, fast scalar/slice decode, fewer encoder allocations (#83)
🛠️ Maintenance
6 changes
- bump github.com/gofiber/utils/v2 from 2.4.0 to 2.4.1 (#81)
- bump poseidon/wait-for-status-checks from 0.6.0 to 0.7.0 (#82)
- bump release-drafter/release-drafter from 7.6.0 to 7.7.0 (#80)
- bump github.com/gofiber/utils/v2 from 2.3.0 to 2.4.0 (#79)
- bump github.com/gofiber/utils/v2 from 2.2.0 to 2.3.0 (#78)
- bump actions/checkout from 7.0.0 to 7.0.1 (#77)
Full Changelog: v1.8.3...v1.8.4
Thank you @gaby and @ReneWerner87 for making this update possible.
v1.8.3
🧹 Updates
- rewrite decode/encode hot paths - zero-alloc decoding, SWAR utils, cached metadata, panic-safety (#76)
🛠️ Maintenance
2 changes
Full Changelog: v1.8.2...v1.8.3
Thank you @ReneWerner87 and @gaby for making this update possible.
v1.8.2
🐛 Fixes
- clone path key before storing in pathCache (#73)
🛠️ Maintenance
1 change
- bump github.com/gofiber/utils/v2 from 2.1.1 to 2.1.2 (#72)
Full Changelog: v1.8.1...v1.8.2
Thank you @ReneWerner87 for making this update possible.
v1.8.1
🛠️ Maintenance
7 changes
- bump github.com/gofiber/utils/v2 from 2.1.0 to 2.1.1 (#71)
- bump actions/cache/save from 6.0.0 to 6.1.0 (#69)
- bump release-drafter/release-drafter from 7.4.0 to 7.5.1 (#68)
- bump actions/setup-go from 6.4.0 to 6.5.0 (#67)
- bump actions/cache from 5.0.5 to 6.0.0 (#66)
- bump actions/checkout from 6.0.3 to 7.0.0 (#65)
- bump release-drafter/release-drafter from 7.3.1 to 7.4.0 (#64)
Full Changelog: v1.8.0...v1.8.1
Thank you @ReneWerner87 for making this update possible.
v1.8.0
🚀 New
- pool transient decode buffers for slice parsing (#59)
🛠️ Maintenance
2 changes
Full Changelog: v1.7.2...v1.8.0
Thank you @ReneWerner87 and @gaby for making this update possible.
v1.7.2
🧹 Updates
- reduce allocations and improve latency across schema package (#60)
🛠️ Maintenance
6 changes
- bump github.com/gofiber/utils/v2 from 2.0.6 to 2.1.0 (#61)
- bump release-drafter/release-drafter from 7.3.0 to 7.3.1 (#58)
- bump github.com/gofiber/utils/v2 from 2.0.5 to 2.0.6 (#57)
- bump github.com/gofiber/utils/v2 from 2.0.0 to 2.0.5 (#55)
- bump benchmark-action/github-action-benchmark from 1.22.0 to 1.22.1 (#54)
- bump codecov/codecov-action from 6.0.0 to 6.0.1 (#56)
Full Changelog: v1.7.1...v1.7.2
Thank you @ReneWerner87 and @pageton for making this update possible.
v1.7.1
🛠️ Maintenance
- bump codecov/codecov-action from 5.5.2 to 6.0.0 (#50)
- bump benchmark-action/github-action-benchmark from 1.20.7 to 1.22.0 (#51)
Full Changelog: v1.7.0...v1.7.1
Thank you @ReneWerner87 and @gaby for making this update possible.