Releases: gofiber/contrib
Casbin - v1.0.9
🧹 Updates
- Remove go1.18 support for fiberzap and opafiber (#707)
- build(deps): bump github.com/casbin/casbin/v2 from 2.75.1 to 2.75.2 in /casbin (#722)
- build(deps): bump github.com/casbin/casbin/v2 from 2.75.0 to 2.75.1 in /casbin (#719)
- build(deps): bump github.com/casbin/casbin/v2 from 2.74.0 to 2.75.0 in /casbin (#717)
- build(deps): bump github.com/casbin/casbin/v2 from 2.73.1 to 2.74.0 in /casbin (#714)
- build(deps): bump github.com/casbin/casbin/v2 from 2.73.0 to 2.73.1 in /casbin (#712)
- build(deps): bump github.com/casbin/casbin/v2 from 2.72.1 to 2.73.0 in /casbin (#701)
Full Changelog: casbin/v1.0.8...casbin/v1.0.9
Fiberi18n - v1.0.0
❗ Breaking Changes
- Remove go1.18 support for fiberzap and opafiber (#707)
🧹 Updates
- build(deps): bump golang.org/x/text from 0.11.0 to 0.12.0 in /fiberi18n (#711)
🐛 Fixes
- fix(fiberi18n): use sync.Map and utils.CopyString to fix concurrent problem (#718)
Full Changelog: fiberi18n/v0.1.5...fiberi18n/v1.0.0
Thank you @Skyenought and @gaby for making this update possible.
Fiberzerolog - v0.2.0
🧹 Updates
- fiberzerolog: Use string for latency field (#705)
- Remove go1.18 support for fiberzap and opafiber (#707)
- build(deps): bump github.com/rs/zerolog from 1.29.1 to 1.30.0 in /fiberzerolog (#702)
- Remove go1.18 support for fiberzap and opafiber (#707)
Full Changelog: fiberzerolog/v0.1.4...fiberzerolog/v0.2.0
Thank you @gaby and @raphielscape for making this update possible.
Otelfiber - v1.1.0
🚀 New
- otelfiber: Add custom attributes support (#700)
🧹 Updates
Full Changelog: otelfiber/v1.0.10...otelfiber/v1.1.0
Thank you @kaptinlin, @emanuelef and @gaby for making this update possible.
Opafiber - v2.0.0
❗ Breaking Changes
- Remove go1.18 support for fiberzap and opafiber (#707)
Full Changelog: opafiber/v1.0.7...opafiber/v2.0.0
Fiberzap - v2.0.0
❗ Breaking Changes
- Remove go1.18 support for fiberzap and opafiber (#707)
🚀 New
- Fiberzap: Adapter for fiber/log (#666)
🧹 Updates
- Remove go1.18 support for fiberzap and opafiber (#707)
- build(deps): bump github.com/stretchr/testify from 1.8.0 to 1.8.4 in /fiberzap (#696)
- build(deps): bump github.com/gofiber/fiber/v2 from 2.47.0 to 2.48.0 in /fiberzap (#691)
- build(deps): bump github.com/valyala/fasthttp from 1.47.0 to 1.48.0 in /fiberzap (#658)
- build(deps): bump github.com/gofiber/fiber/v2 from 2.46.0 to 2.47.0 in /fiberzap (#647)
- build(deps): bump github.com/gofiber/fiber/v2 from 2.45.0 to 2.46.0 in /fiberzap (#599)
- build(deps): bump github.com/gofiber/fiber/v2 from 2.44.0 to 2.45.0 in /fiberzap (#581)
- build(deps): bump github.com/valyala/fasthttp from 1.46.0 to 1.47.0 in /fiberzap (#564)
- build(deps): bump github.com/valyala/fasthttp from 1.45.0 to 1.46.0 in /fiberzap (#550)
- build(deps): bump github.com/gofiber/fiber/v2 from 2.43.0 to 2.44.0 in /fiberzap (#537)
- build(deps): bump github.com/gofiber/fiber/v2 from 2.42.0 to 2.43.0 in /fiberzap (#515)
- build(deps): bump github.com/valyala/fasthttp from 1.44.0 to 1.45.0 in /fiberzap (#509)
📚 Documentation
- update READMEs (#677)
Full Changelog: fiberzap/v1.0.2...fiberzap/v2.0.0
Thank you @Skyenought, @efectn and @gaby for making this update possible.
Websocket - v1.2.0
🚀 New
- Add recover config & default recover handler & tests (#681)
https://docs.gofiber.io/contrib/websocket/#note-with-recover-middleware
app := fiber.New()
app.Use(cache.New(cache.Config{
Next: func(c *fiber.Ctx) bool {
return strings.Contains(c.Route().Path, "/ws")
},
}))
cfg := Config{
RecoverHandler: func(conn *Conn) {
if err := recover(); err != nil {
conn.WriteJSON(fiber.Map{"customError": "error occurred"})
}
},
}
app.Get("/ws/:id", websocket.New(func(c *websocket.Conn) {}, cfg))
📚 Documentation
- Update websocket readme about recover middleware (#697)
Full Changelog: websocket/v1.1.0...websocket/v1.1.1
Thank you @gaby and @mstrYoda for making this update possible.
Websocket - v1.1.0
🚀 New
- add unit test for websocket middleware (#669)
🧹 Updates
- build(deps): bump github.com/fasthttp/websocket from 1.5.3 to 1.5.4 in /websocket (#695)
- build(deps): bump github.com/gofiber/fiber/v2 from 2.47.0 to 2.48.0 in /websocket (#690)
Full Changelog: websocket/v1.0.1...websocket/v1.1.0
Thank you @mstrYoda for making this update possible.
Swagger - v1.0.8
🧹 Updates
- build(deps): bump github.com/gofiber/fiber/v2 from 2.47.0 to 2.48.0 in /swagger (#682)
Full Changelog: swagger/v1.0.7...swagger/v1.0.8
Paseto - v1.0.7
🧹 Updates
- update README with examples + Reduce complexity (#680)
- build(deps): bump github.com/gofiber/fiber/v2 from 2.47.0 to 2.48.0 in /paseto (#689)
- build(deps): bump golang.org/x/crypto from 0.10.0 to 0.11.0 in /paseto (#673)
- build(deps): bump github.com/gofiber/fiber/v2 from 2.46.0 to 2.47.0 in /paseto (#646)
- build(deps): bump golang.org/x/crypto from 0.9.0 to 0.10.0 in /paseto (#637)
📚 Documentation
- update READMEs (#677)
Full Changelog: paseto/v1.0.6...paseto/v1.0.7