Skip to content

Release history

Andurel releases

All releases

58 shown

Review required
v1.5.5 Security relevant
Dependencies

GO-2026-5970 remediation

No immediate action
v1.5.2 New feature

inertia Svelte + skill harness + scaffold fix

No immediate action
v1.5.0 New feature

Inertia Svelte + skill harness install

No immediate action
v1.2.15 Maintenance

chore, CI, fix updates

No immediate action
v1.2.9 Bug fix

Fix version response close error

No immediate action
v1.2.2 New feature

Validation rules + route fix

No immediate action
v1.0.2 Bug fix

Fixes upgrade file update loss

No immediate action
v1.0.0 Breaking risk

RC release guard removal

No immediate action
v1.0.0-rc.3 Mixed

Periodic jobs + rebranding + route helpers

No immediate action
v1.0.0-rc.2 Mixed

shadowfax update + API fixes + gen cmds

No immediate action
v1.0.0-rc.1 Breaking risk

Custom controllers + validation + React Inertia

No immediate action
v1.0.0-beta.5 Maintenance

hypermedia API + storage + factories

No immediate action
v1.0.0-beta.4 Mixed

Chore, fix, feat updates

No immediate action
v1.0.0-beta.3 Mixed

Referer cookie + scaffolding + routing

No immediate action
v1.0.0-beta.2 Breaking risk

Chore + Fix + Feature

No immediate action
v1.0.0-beta.1 Maintenance

Routine maintenance and dependency updates.

No immediate action
v1.0.0-beta Breaking risk

Timestamp removal + Shadowfax switch + Fragment generation

v1.0.0-alpha.8 Breaking risk
⚠ Upgrade required
  • Add `// andurel:controller-registration-point` comment in setupControllers function (cmd/main/app.go) after running `andurel upgrade` to enable automatic controller route registration.
  • Follow migration guides in issues #337 and #354 for full Echo v5 transition.
Breaking changes
  • echo.Context is now a pointer (change from previous versions)
  • Route registration now uses AddRoute method returning RouteInfo struct
  • `andurel generate resource` automatically registers controllers with routes; requires `// andurel:controller-registration-point` marker in setupControllers function of cmd/main/app.go
Notable features
  • Sec‑Fetch‑Site header support similar to Rails 8.0.2
  • Improved documentation: added working Discord link and clearer scaffold steps
Full changelog

Breaking Changes

This releases contains breaking changes required in order to upgrade echo to v5. The main change here is that echo.Context is now a pointer (echo change) and route registration now includes a AddRoute method that returns a RouteInfo struct.

The andurel generate resource command will now also register controllers with routes so that you do not have to manage that yourself. This also introduces breaking changes compared to previous version.

This release also introduces Sec-Fetch-Site similar to what was introduced in Rails 8.0.2.

For a reference on how to upgrade your andurel project after running 'andurel upgrade', see #337 and #354. It's important that you add this marker: // andurel:controller-registration-point to the setupControllers function in cmd/main/app.go so andurel now knows where to place the controller routes connection. You can also generate a new resource after running andurel upgrade and placing the marker to see how controller routes registration now works.

Sorry for any inconveniences!

What's Changed

  • doc: add working discord link by @MBvisti in https://github.com/mbvlabs/andurel/pull/333
  • chore: refactor to echo v5 by @MBvisti in https://github.com/mbvlabs/andurel/pull/337
  • feat: wire up controllers and routes completely by @MBvisti in https://github.com/mbvlabs/andurel/pull/354
  • docs: explain scaffold steps more clearly by @MBvisti in https://github.com/mbvlabs/andurel/pull/356

Full Changelog: https://github.com/mbvlabs/andurel/compare/v1.0.0-alpha.7...v1.0.0-alpha.8

No immediate action
v1.0.0-alpha.7 Bug fix

Snake case generator fixes

No immediate action
v1.0.0-alpha.6 Bug fix

URL fix + upgrade block

No immediate action
v1.0.0-alpha.5 Mixed

Path fixes + model updates

No immediate action
v1.0.0-alpha.4 Breaking risk

Constructor function removal

No immediate action
v1.0.0-alpha.3 Mixed

doctor cmd + route desc + login feedback

No immediate action
v1.0.0-alpha.2 Maintenance

Routine maintenance and dependency updates.

No immediate action
v1.0.0-alpha.1 Mixed

Upgrade fix + docs + e2e installs

No immediate action
v1.0.0-alpha Mixed

auth, telemetry, framework moves + dblab + SES fix

No immediate action
v0.38.9 Breaking risk

SQLite removal + Andurel upgrade + JSONB fix

No immediate action
v0.37.9 Bug fix

Fixes goose setup

No immediate action
v0.37.8 Maintenance

Routine maintenance and dependency updates.

No immediate action
v0.37.6 Maintenance

Routine maintenance and dependency updates.

No immediate action
v0.37.2 Breaking risk

Routes + tooling changes

No immediate action
v0.36.0 Mixed

templ cmd + CRUD generation + query extensions

No immediate action
v0.33.0 New feature

Integration testing framework

No immediate action
v0.32.2 Maintenance

Routine maintenance and dependency updates.

v0.31.1 Mixed
Notable features
  • Extended email sending interface
  • Added AWS SES extension
  • Added Paddle extension
Full changelog

What's Changed

  • chore: move email ext to base by @MBvisti in https://github.com/mbvlabs/andurel/pull/128
  • feat: extend email sending interface by @MBvisti in https://github.com/mbvlabs/andurel/pull/130
  • chore: add mit license by @MBvisti in https://github.com/mbvlabs/andurel/pull/131
  • fix: correct name for license by @MBvisti in https://github.com/mbvlabs/andurel/pull/132
  • refactor: routes controller and router setup by @MBvisti in https://github.com/mbvlabs/andurel/pull/133
  • chore: split email sender interface by @MBvisti in https://github.com/mbvlabs/andurel/pull/134
  • chore: add readme to project scaffold by @MBvisti in https://github.com/mbvlabs/andurel/pull/135
  • feat: add aws ses extension by @MBvisti in https://github.com/mbvlabs/andurel/pull/136
  • chore: remove golden files tests by @MBvisti in https://github.com/mbvlabs/andurel/pull/137
  • feat: add paddle extension by @MBvisti in https://github.com/mbvlabs/andurel/pull/138
  • fix: auth ext broken by @MBvisti in https://github.com/mbvlabs/andurel/pull/129

Full Changelog: https://github.com/mbvlabs/andurel/compare/v0.28.2...v0.31.1

No immediate action
v0.28.2 Mixed

Datastar helpers + Rate limiter + RiverQueue + Cache update

No immediate action
v0.25.0 New feature

Dockerfile extension

No immediate action
v0.24.3 Bug fix

Cookie domain fix

Review required
v0.24.0 Mixed
Auth

Auth fix + multi‑instance + jobs + telemetry

No immediate action
v0.22.0 New feature

LLM text feature

No immediate action
v0.21.0 New feature

Asset route caching

No immediate action
v0.20.1 Maintenance

Routine maintenance and dependency updates.

No immediate action
v0.19.21 Bug fix

Case‑insensitive emails

Review required
v0.19.11 Breaking risk
Auth

Removed password salt

No immediate action
v0.19.10 Maintenance

Routine maintenance and dependency updates.

No immediate action
v0.19.7 Bug fix

Fixes for view generation & migration timestamps

No immediate action
v0.19.4 Breaking risk

Email button removal

No immediate action
v0.19.2 Mixed

Extension deps, tools, auth, scaffold fix

No immediate action
v0.16.12 Mixed

Blueprint config + DB naming + architecture

No immediate action
v0.16.1 Breaking risk

usql + extensions + blueprint

No immediate action
v0.9.6 Maintenance

Routine maintenance and dependency updates.

No immediate action
v0.9.5 Mixed

Chore, feat, fix updates

No immediate action
v0.7.1 Breaking risk

riverqueue migrations removed

No immediate action
v0.7.0 New feature

Flexible controller management + Tailwind

No immediate action
v0.2.8 Maintenance

Routine maintenance and dependency updates.

No immediate action
v0.2.5 Maintenance

Routine maintenance and dependency updates.

No immediate action
v0.2.4 Maintenance

Routine maintenance and dependency updates.

No immediate action
v0.2.3 Maintenance

Routine maintenance and dependency updates.

Beta — feedback welcome: [email protected]