Skip to content

Releases: stacktape/stacktape

2.16.0

17 Jun 15:19
Compare
Choose a tag to compare

🎉 New features

  • (Core) Automatically create VPC Endpoint when accessing DynamoDB or S3 from Lambda connected to VPC.

Improvements

  • (Core) Improve debug logging for typescript/javascript packaging.

🔗 Links

WebDocsDiscordXLinkedIninfo@stacktape.com

2.15.5

12 Jun 15:47
Compare
Choose a tag to compare

Version: 2.15.5

2.15.4

11 Jun 18:17
Compare
Choose a tag to compare

Version: 2.15.4

2.15.3

10 Jun 20:41
Compare
Choose a tag to compare

Version: 2.15.3

2.15.2

10 Jun 13:52
Compare
Choose a tag to compare

Version: 2.15.2

2.15.1

04 Jun 17:20
Compare
Choose a tag to compare

🎉 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

WebDocsDiscordXLinkedIninfo@stacktape.com

2.15.0

29 May 10:13
Compare
Choose a tag to compare

🎉 New features

  • (Core) Add property assumeRoleOfResource to scripts to provide the ability to assume IAM permissions during script execution.
  • (Core) Add $FileRaw directive for loading files as a string into config

🔗 Links

WebDocsDiscordXLinkedIninfo@stacktape.com

2.14.1

21 May 22:00
Compare
Choose a tag to compare

🎉 New features

  • (Core) Add build for linux-arm platform.
  • (Core) Allow passing arbitrary arguments to scripts defined by executeCommand

🔗 Links

WebDocsDiscordXLinkedIninfo@stacktape.com

2.14.0

16 May 10:51
Compare
Choose a tag to compare

🎉 New features

  • (Core) Add support for Prisma queryBuilder for Stacktape image and container buildpacks. Stacktape will skip copying rust-based query engine binaries, if your schema.prisma has queryBuilder configured. Instead, it will copy query_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 has bastion 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)

🔗 Links

WebDocsDiscordXLinkedIninfo@stacktape.com

2.13.1

15 Apr 10:40
Compare
Choose a tag to compare

🔨 Fixes

  • (Core) Fix domain:add command - do not validate default domain info during initialization
  • (Core) Fix incorrect resolvment of environment variables referenced by $ResourceParam directive which had type number for ECS tasks

🔗 Links

WebDocsDiscordXLinkedIninfo@stacktape.com