Releases
Notes for each published version, newest first. Every entry lists what changed, what broke, and other important information.
| Version | Date | Summary |
|---|---|---|
| v3.0.2 | 08-27-2026 | Documents the entire public API, switches the Deno examples to jsr: specifiers, and rebuilds the README. |
| v3.0.1 | 08-27-2026 | A patch release. queryParam() now reads the first parameter in a query string, and Drash is published to JSR. |
| v3.0.0 | 08-25-2026 | The first stable v3. A complete rewrite: runtime-agnostic, not an HTTP server wrapper, built on Web Standards. |
Versions before v3.0.0 were previews and betas. They are on GitHub Releases and are not documented here — the API moved between them, and none of it is what v3.0.0 ships.
Versioning
Drash follows semantic versioning . A major version is the only place a breaking change lands, which is why v2 code does not run on v3 and why there is no compatibility layer between them.
Last updated on