Skip to content

v7.0.0-beta.6

Pre-release
Pre-release
Compare
Choose a tag to compare
@twelch twelch released this 26 Jul 18:17
· 82 commits to dev since this release

What's Changed

πŸ’₯ Breaking Changes

  • Migrate lambdas to NestedStack to avoid cdk 500 resource limit. Scales to add more stacks as needed automatically by @twelch in #309 and #314. The breaking change is that due to fixed logical ID's being used for each lambda function, a duplicate ID error will result when redeploying an existing project and CDK tries to create a function in a nested LambdaStack that already exists in the root stack. It doesn't appear to take care of the deletion first. Until a solution can be found, you will need to completely destroy and redeploy your project.

See Migrating guide for more information.

πŸš€ New Feature / Improvement

  • Overcome dynamoDB 400KB item size limit by splitting metric results across one or more additional metricGroup DB items in a way that auto-scales @twelch in #313

πŸ› Bug Fix

  • Fix template path bug on new project init by @twelch in #308
  • Handle no-overlap for categorical rasters, creating proper zero metrics by @avmey in #315
  • bug: task metricGroup results not saved when just one group by @twelch in #319

🏠 Internal

  • Add node 22 to CI tests in prep for future use by @twelch in #305
  • End-to-end test of project build + CDK synth for a variety of scenarios by @twelch in #314

Full Changelog: v7.0.0-beta.5...v7.0.0-beta.6