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 -yNote: Skip 0.8.1 (broken on fresh generation): upgrade straight to 0.9.0.
Installation
pip install aegis-stack==0.9.0Or run directly:
uvx aegis-stack init my-projectLinks
What's Changed
- deps(deps): bump typer from 0.26.7 to 0.26.8 by @dependabot[bot] in #762
- deps(deps): update copier requirement from <9.16,>=9.11.2 to >=9.11.2,<9.17 by @dependabot[bot] in #763
- Neon Implementation by @lbedner in #766
- Update Fix by @lbedner in #777
- v0.9.1-rc1 by @lbedner in #807
- v0.9.0-rc2 by @lbedner in #808
- v0.9.0-rc3 by @lbedner in #809
- v0.9.0 by @lbedner in #810
Full Changelog: v0.8.1...v0.9.0