github gofiber/fiber v3.0.0-rc.1

pre-release7 days ago

๐Ÿš€ New Features

  • Middleware/basicAuth: Add Fiber Context to BasicAuth Authorizer by @gaby in #3621
  • Middleware/basicAuth: Add HeaderLimit option to BasicAuth middleware by @gaby in #3620
  • Middleware/basicAuth: Support hashed BasicAuth passwords by @gaby in #3631
  • Middleware/csrf: Enhance extractor functionality with metadata and security validation by @sixcolors in #3630
  • Middleware/limiter: Support for disabling response headers in Limiter Middleware by @gaby in #3618
  • Middleware/proxy: Add KeepConnectionHeader option to Proxy middleware by @gaby in #3662
  • Middleware/session: Introduce Extractor pattern for session ID retrieval by @sixcolors in #3625
  • Support for SendEarlyHints by @pjebs in #3483
  • Support generic configurable logger by @ReneWerner87 in #3705
  • Add conditional copy helpers by @ReneWerner87 in #3703
  • Add support for embedded Koa-Style Req and Res structs by @grivera64 in #3533
  • Add default UTF-8 charset by @Copilot in #3583

๐Ÿงน Updates

๐Ÿ› Bug Fixes

  • Middleware/cors: Fix CORS subdomain wildcard boundary by @gaby in #3690
  • Middleware/limiter: Fix limiter middleware not counting fiber.NewErrorf responses as failed requests by @Copilot in #3623
  • Middleware/static: Fix Static middleware browser support for subdirectories by @efectn in #3673
  • Fix retry config handling by @gaby in #3609
  • Fix race in cookie tests by @ReneWerner87 in #3629
  • Fix bind All() merging logic by @gaby in #3659

๐Ÿ› ๏ธ Maintenance

  • build(deps): bump kenchan0130/actions-system-info from 1.3.1 to 1.4.0 by @dependabot[bot] in #3679
  • build(deps): bump github.com/shamaton/msgpack/v2 from 2.2.3 to 2.3.0 by @dependabot[bot] in #3678
  • build(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in #3681
  • build(deps): bump github.com/valyala/fasthttp from 1.64.0 to 1.65.0 by @dependabot[bot] in #3684
  • build(deps): bump github.com/gofiber/utils/v2 from 2.0.0-beta.14 to 2.0.0-rc.1 by @dependabot[bot] in #3689
  • build(deps): bump codecov/codecov-action from 5.4.3 to 5.5.0 by @dependabot[bot] in #3701
  • build(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.0 by @dependabot[bot] in #3712

๐Ÿ“š Documentation

New Contributors

A fully-detailed view of all new features and the migration guide is available in our
https://docs.gofiber.io/next/whats_new

Full Changelog: v3.0.0-beta.5...v3.0.0-rc.1

Don't miss a new fiber release

NewReleases is sending notifications on new releases.