Skip to content

Releases: datasprayio/aws-cdk-4j

2.3.0

03 Jan 17:54
2.3.0
c145a41
Compare
Choose a tag to compare

A set of tools to interact with CDK application

What's Changed

  • Minimum supported Java is now 11 (from 8)
  • Update libraries for newer cloud assembly support by @mjdinsmore in #100
    • AWS CDK 2.173.4
    • AWS Cloud Assembly Schema 39.1.35
    • Bootstrap Stack template 25

New Contributors

Full Changelog: 2.2.6...2.3.0

2.2.6

29 Mar 18:26
2.2.6
5babe6b
Compare
Choose a tag to compare

2.2.5

21 Dec 18:32
2.2.5
909b4d1
Compare
Choose a tag to compare

2.2.4

20 Nov 01:17
2.2.4
ded2899
Compare
Choose a tag to compare

Fixes:

  • Packing and uploading a whole directory asset to S3 in one stream caused corruption in some cases. Switched away from JVM ZipOutputStream to org.zeroturnaround.zt-zip dependency

2.2.2

16 Nov 04:08
2.2.2
796f813
Compare
Choose a tag to compare

Changes:

  • Bumped Toolkit stack version 18 to 19

Fixes:

  • Fix Resolving vars AWS::Region AWS::Partition AWS::Account
  • Fixed latest version of maven invoker plugin causing IT failure
  • interpret "current_account" value from CDK
  • Fix ITs not using AWS profile or region from env vars
  • Allow other AWS partitions: aws-gov, aws-cn, ...
  • Fixed asset deployed repo name

2.2.1

16 Nov 03:59
2.2.1
7c2d5dc
Compare
Choose a tag to compare

Changes:

  • Bump AWS CDK version
  • Fix support for Java 21, bump lombok version

2.2.0

08 Nov 14:51
2.2.0
ddf700d
Compare
Choose a tag to compare

Changes:

  • Upgraded dependencies including AWS
  • Minimum Node version is 16 -> 18 as 16 is EOL
  • Changed Java support to support 8+ but only LTS releases not EOL
  • Now testing against Corretto rather than Adopt

2.1.3

08 Nov 14:49
2.1.3
25b1859
Compare
Choose a tag to compare

Fixes:

  • Asset upload resulted in zero-padded corrupted zip file with recent AWS SDK

2.1.2

08 Nov 14:49
2.1.2
dddc85f
Compare
Choose a tag to compare

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