Skip to content

Releases: datasprayio/aws-cdk-4j

2.1.1

02 Aug 18:17
2.1.1
0c8c262
Compare
Choose a tag to compare

A set of tools to interact with CDK application

Maintenance:

  • Bumped AWS SDK, CDK and JSII

2.1.0

21 Jul 15:01
2.1.0
d1d989a
Compare
Choose a tag to compare

Features:

  • Added notificationArns as an optional parameter during deploy to pass stack related events to a set of SNS topics

2.0.0

16 Jul 19:49
2.0.0
210b490
Compare
Choose a tag to compare

Breaking changes:

  • Depends on NodeJS v16+ due to EOL support

Fixes:

  • Properly detect Mac Silicon to use ARM

1.3.0

02 May 04:43
1.3.0
331c790
Compare
Choose a tag to compare

Maintenance

  • Upgrade aws-cdk v1 -> v2

1.2.4

02 May 04:24
1.2.4
20e4a3e
Compare
Choose a tag to compare

Maintenance

  • Bump versions of aws-cdk, aws-sdk

1.2.3

26 Sep 15:48
1.2.3
92ca043
Compare
Choose a tag to compare

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

14 Sep 17:20
1.2.2
ea0d9a8
Compare
Choose a tag to compare

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

07 Sep 05:39
1.2.1
2c3bdb6
Compare
Choose a tag to compare

Maintenance

  • Bump versions of aws-sdk, jackson, and maven-javadoc-plugin

Fixes:

  • Http client increase timeouts for bad network conditons

1.2.0

04 Sep 21:28
1.2.0
74022fb
Compare
Choose a tag to compare

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

04 Sep 21:25
1.1.0
33bc6d3
Compare
Choose a tag to compare

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