Releases: datasprayio/aws-cdk-4j
Releases · datasprayio/aws-cdk-4j
2.1.1
A set of tools to interact with CDK application
Maintenance:
- Bumped AWS SDK, CDK and JSII
2.1.0
Features:
- Added
notificationArns
as an optional parameter during deploy to pass stack related events to a set of SNS topics
2.0.0
Breaking changes:
- Depends on NodeJS v16+ due to EOL support
Fixes:
- Properly detect Mac Silicon to use ARM
1.2.4
Maintenance
- Bump versions of aws-cdk, aws-sdk
1.2.3
Improvements:
- Only show stack events since last action was triggered
- Fix black color on black terminal hides text
Maintenance
- Bump versions of aws-cdk, aws-sdk
1.2.2
Maintenance
- Switch from Jackson to Gson to get around issues with AWS CDK bundling conflicting Jackson version
- Bump versions of aws-cdk, aws-sdk, gson, slf4j-api
- Bump NodeJS above end-of-life
1.2.1
Maintenance
- Bump versions of aws-sdk, jackson, and maven-javadoc-plugin
Fixes:
- Http client increase timeouts for bad network conditons
1.2.0
Improvements:
- Introducing AWS CDK for Java as a standalone library in addition to the Maven Plugin
- Add stack parameters and tags to bootstrap stack using new
bootstrapParameters
and bootstrapTags
arguments
Fixes:
- All ITs are fixed up and are passing
- Works with latest CDK version and template format
1.1.0
Improvements:
- Move away from custom serde POJOs to AWS's JSII for better compatibility over future changes
- Bumping CDK version
Fixes:
- Error log hiding exception
- Properly resolve account from asset destination
- Resolve env variable within bucket name
- Fix file asset incorrect S3 object key
- Fix up Javadoc for release