Skip to content

Releases: aws/jsii

v1.60.0

08 Jun 15:14
ebcefe6
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • Beginning with this release, jsii packages no longer
    support node 12. Users should migrate to a supported node release (14.x,
    16.x, or 18.x).

Features

Bug Fixes

  • @jsii/spec: speed up assembly validation by 20x for large libraries (#3565) (c40f26c)

  • java: rendering of [@see](https://github.com/see) hyperlink leads to errors (#3554) (9fd3c71)

  • jsii: assert not allowed as interface member (#3553) (f3fec0c)

  • drop support for Node 12 (#3547) (06a7889)

v1.59.0

17 May 00:04
eb02c92
Compare
Choose a tag to compare

Features

  • jsii: enable source maps for declaration files (#3521) (2751ca8)

Bug Fixes

  • jsii: deprecation warnings use this.constructor before calling super (#3528) (5d5f435), closes #3527
  • python: cannot import nested submodules (#3540) (8ef8ef2), closes #3408

v1.58.0

06 May 15:53
f8ba112
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • jsii-pacmak and the libraries it generates for Python
    targets now require a minimum Python version of 3.7, instead of 3.6
    previously. We recommend users upgrade to the latest supported Python
    release (Python 3.10).

Features

Bug Fixes

v1.57.0

19 Apr 20:01
f614666
Compare
Choose a tag to compare

Bug Fixes

v1.56.0

08 Apr 15:03
55e7d15
Compare
Choose a tag to compare

Features

  • drop internal functions from Deprecation Error stack trace (#3426) (5b4b852)
  • expose unknownSnippets config (#3475) (e9d99a0)
  • specify output directory for assemblies (#3437) (5419876)
  • Standardize issue template for discussions (b191f60)

Bug Fixes

v1.55.1

16 Mar 14:57
07d2d90
Compare
Choose a tag to compare
chore(release): 1.55.1 (#3429)

See [CHANGELOG](https://github.com/aws/jsii/blob/bump/1.56.0/CHANGELOG.md)

v1.55.0

10 Mar 12:28
3e0fc04
Compare
Choose a tag to compare

Features

Bug Fixes

  • go: lots of documentation is missing from generated code (#3409) (69d28bb)

v1.54.0

15 Feb 23:13
b1b977a
Compare
Choose a tag to compare

Bug Fixes

  • jsii: dependencies' README files are unnecessarily re-rendered (#3380) (ec4edc5)

v1.53.0

09 Feb 22:10
c071d26
Compare
Choose a tag to compare

Features

Bug Fixes

  • dontet: excessive overrides generated (#3355) (5460d66)
  • go: replace uses of CanConvert to Type.AssignableTo (#3373) (ae4ea62)
  • go: unable to reuse instances between child/parent interfaces (#3321) (70be636)
  • jsii: breaks due to faulty version of colors (#3328) (13c0737)
  • jsii: compiler allows inheriting interface-violating members (#3343) (b5037b9), closes #3342
  • jsii: excessive overrides declarations registered (#3375) (64a5984)
  • jsii: submodule READMEs don't have literate examples (#3347) (5769771), closes aws/aws-cdk#18589
  • kernel: kernel's private object annotations are enumerable (#3339) (d361c7b)
  • pacmak: greatly reduce go code-gen memory footprint (#3362) (77b520f)
  • python: cannot call a method that takes an empty struct (#3372) (c36b67c), closes #2846
  • remove the "comments rewriter" (#3368) (50dd3b0)
  • superchain: failure to download PowerShell (#3340) (59eaaa3)

v1.52.1

10 Jan 02:18
5ccc8f6
Compare
Choose a tag to compare

Bug Fixes

  • jsii: breaks due to faulty version of colors (#3328) (5bd5e04)