Releases: aws/jsii
Releases · aws/jsii
v1.35.0
⚠ BREAKING CHANGES
- the minimum supported version of
node
changed from
10.3.0
to12.7.0
. We recommend using16.x
if possible.
Features
Bug Fixes
v1.34.0
⚠ BREAKING CHANGES
- superchain: the
jsii/superchain
image tags:latest
,:nightly
,
:node10
and:node14
are no longer maintained. Users should migrate to
the new debian-based tags starting with:1-buster-slim
.
Features
- @struct type system hint (#2965) (a4ed9a8)
- superchain: arm64 support (#2949) (ceb66a6), closes #2930
Bug Fixes
v1.33.0
v1.32.0
Features
- jsii-rosetta transliterate: transliterate a jsii assembly (#2869) (d9028c8)
- rosetta: hoist declare statements to top-level of document (#2897) (7b2ec05)
- rosetta: transliterate loose mode (#2892) (43e6dfd)
Bug Fixes
- crash when assembly originator key file is missing (#2899) (e05ce62)
- dotnet: strong-name sign assemblies (#2894) (7b90f27)
- pacmak/go: missing go.sum entry (#2893) (6e6ad69)
- rosetta: extract does not respect strict metadata entry (#2863) (5d2392b), closes #2861
- rosetta: fails on "Debug Failure" (#2917) (f6078ef), closes cdklabs/jsii-docgen#369
- rosetta: hangs on 'markdown' command when a file is provided (#2871) (e538b36)
v1.31.0
v1.30.0
Features
Bug Fixes
- docs: correct the "source version" in Python version mapping (47a40f1)
- update lineMap after altering source.text (#2837) (82f5d5f), closes #2680
- pacmak: fails when package path contains space (#2758) (0fbba6b), closes #2748
- python: classes do not correctly implement interfaces (#2809) (0769347), closes aws/aws-cdk#13474
- python: module import fails: NameError: name 'List' is not defined (#2851) (b7b9e5f)
v1.29.0
v1.28.0
v1.27.1
Bug Fixes
- go: retracted github.com/aws/jsii-runtime-go@v1.27.0 as it was unusable.
v1.27.0
Features
- go: variadic type helpers to build slices (#2755) (16b6546)
- superchain: also build a superchain image with Node 14 (#2741) (6364d51)
Bug Fixes
- go: dates are mistreated as strings (#2730) (2ba2ec4), closes #2659
- go: missing setter for R/W interface properties (#2731) (74d0d99), closes #2665
- go: protected property accessors missing (#2738) (94c799a)
- go: unable to set an array of interfaces/enums (#2754) (0cd514e), closes #2686
- python: accept Sequence[T] for array parameters (#2606) (b09d578), closes aws/aws-cdk#13203
- python: module import fails with: KeyError: 'all' (#2757) (c32a889), closes #2750
- rosetta: 'extract' does not translate samples in submodule READMEs (#2744) (0a3f01f)
- superchain: use entrypoint to set up nvm (#2736) (0e247b6)