Skip to content

v0.9.0

Latest

Choose a tag to compare

@github-actions github-actions released this 06 Jul 13:51
4e8ea1c
image

Neon Postgres support

Point your database at Neon serverless in production while using a local container in development: opt in with the new postgres_provider option. Default behavior is unchanged.

Fixes

  • aegis update now correctly records new template options added in a release (like the Neon setting).
  • Pinned Copier below a version that broke aegis update, with a guard so it can't regress.
  • More reliable update merges and Stripe webhook startup.

Upgrade

pip install --upgrade aegis-stack
cd your-project && aegis update -y

Note: Skip 0.8.1 (broken on fresh generation): upgrade straight to 0.9.0.

Installation

pip install aegis-stack==0.9.0

Or run directly:

uvx aegis-stack init my-project

Links

What's Changed

Full Changelog: v0.8.1...v0.9.0