Skip to content

Releases: gofiber/schema

v1.8.7

Choose a tag to compare

@github-actions github-actions released this 15 Sep 13:07
11c8d48

🧹 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

Choose a tag to compare

@github-actions github-actions released this 08 Sep 12:37
3393e3b

🧹 Updates

  • integrate gofiber/utils v2.5 helpers; cut allocations across decode, encode and defaults (#91)

🛠️ Maintenance

3 changes
  • bump github.com/gofiber/utils/v2 from 2.5.0 to 2.5.1 (#90)
  • bump github.com/gofiber/utils/v2 from 2.4.3 to 2.5.0 (#88)
  • bump github.com/gofiber/utils/v2 from 2.4.2 to 2.4.3 (#87)

Full Changelog: v1.8.5...v1.8.6

Thank you @gaby and @ReneWerner87 for making this update possible.

v1.8.5

Choose a tag to compare

@github-actions github-actions released this 01 Sep 13:04
46f0946

🧹 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

Choose a tag to compare

@github-actions github-actions released this 11 Aug 08:51
c9a4f6f

🧹 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

Choose a tag to compare

@github-actions github-actions released this 19 Jul 16:42
9cc2149

🧹 Updates

  • rewrite decode/encode hot paths - zero-alloc decoding, SWAR utils, cached metadata, panic-safety (#76)

🛠️ Maintenance

2 changes
  • bump actions/setup-go from 6.5.0 to 7.0.0 (#75)
  • bump github.com/gofiber/utils/v2 from 2.1.2 to 2.2.0 (#74)

Full Changelog: v1.8.2...v1.8.3

Thank you @ReneWerner87 and @gaby for making this update possible.

v1.8.2

Choose a tag to compare

@github-actions github-actions released this 13 Jul 10:56
860b052

🐛 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

Choose a tag to compare

@github-actions github-actions released this 07 Jul 10:53
459ba09

🛠️ 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

Choose a tag to compare

@github-actions github-actions released this 09 Jun 10:58
b6d2160

🚀 New

  • pool transient decode buffers for slice parsing (#59)

🛠️ Maintenance

2 changes
  • bump codecov/codecov-action from 6.0.1 to 7.0.0 (#63)
  • bump actions/checkout from 6.0.2 to 6.0.3 (#62)

Full Changelog: v1.7.2...v1.8.0

Thank you @ReneWerner87 and @gaby for making this update possible.

v1.7.2

Choose a tag to compare

@github-actions github-actions released this 02 Jun 12:02
fd0696d

🧹 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

Choose a tag to compare

@github-actions github-actions released this 18 Apr 08:43

🛠️ 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.