Skip to main content

32 posts tagged with "fiber"

View All Tags

What's New in Fiber v3

ยท 9 min read
Fiber Team
Maintainers

When most teams read a "what's new" post, they are usually looking for one of two things.

The first is curiosity: what did the framework ship? The second is risk management: what do we need to change first, and what can wait until later?

For Fiber v3, the second question is the important one.

The release includes a lot of meaningful work, but a few parts have outsized impact in real services: request binding, lifecycle hooks, listen configuration, handler compatibility, context improvements, and the new extractors package.

This article is intentionally written for that reality. You should be able to read this, open one service in your codebase, and know exactly what to migrate first and why.

Welcome to the Fiber Blog

ยท One min read
Fiber Team
Maintainers

Welcome to the official Fiber blog. This is where we share what matters to Fiber developers: migration guides when new versions drop, deep dives into features that the API docs alone do not cover, production patterns from real-world deployments, and ecosystem updates when new storage drivers, template engines, or contrib packages land.