Release history

What changed—and what has not shipped yet.

Stable documentation follows published Git tags. Work on the default branch is shown separately so install commands and API examples remain trustworthy.

Unreleased

Next · Echo v5 and Go 1.26 migration

The master branch is preparing the v1.5 line with Echo v5 handler signatures, dependency upgrades, and scaffold fixes. These APIs are not part of the latest tagged release yet.

Stable

v1.4.8 · Latest published release

The current installable release retains Go 1.24 and Echo v4 compatibility. The website documentation targets this tag until v1.5.0 is published.

2024-12-29

v1.4.0 · Realtime and integration release

Added typed file uploads, WebSocket support with a hub pattern, gqlgen integration, hot reload, enhanced testing, and OpenAPI-driven code generation.

2024-12-09

v1.3.0 · Database and testing utilities

Introduced Atlas migration workflows, database helpers, a fluent API test client, response assertions, and broader contrib coverage.

2024-12-01

v1.0.0 · Initial release

Shipped typed Echo handlers, automatic OpenAPI generation, validation, Swagger UI, CLI scaffolding, contrib packages, examples, and documentation.