Releases: stacktape/stacktape
Releases · stacktape/stacktape
2.16.0
2.15.5
Version: 2.15.5
2.15.4
Version: 2.15.4
2.15.3
Version: 2.15.3
2.15.2
Version: 2.15.2
2.15.1
🎉 New features
- (Core) Add ability to set a maintenance window for relational database (RDS).
Improvements
- (Core) Upgrade from using gp2 storage to gp3.
- (Core) Upgrade default runtime for js/ts lambda functions to node22
🔧 Fixes
- (Core) Fix unexpected error when an undefined directive is nested.
- (Core) Improve error handling and message when space on the disk runs out.
- (Console) Fix "deploy last/previous commit" functionality.
🔗 Links
2.15.0
2.14.1
2.14.0
🎉 New features
- (Core) Add support for Prisma
queryBuilder
for Stacktape image and container buildpacks. Stacktape will skip copying rust-based query engine binaries, if yourschema.prisma
hasqueryBuilder
configured. Instead, it will copyquery_compiler_bg.wasm
to the output package. - (Core) Improve config validation errors and formatting.
- (Core) Connections to private databases are automatically tunneled during
dev
command (if the stack hasbastion
resource in it). - (Core) Add ability to pass custom CLI arguments to Stacktape CLI and to reference them in the Stacktape config (using
CliArgs
directive)