Skip to content

Releases: aws/jsii

v1.93.0

08 Dec 17:53
1706ca5
Compare
Choose a tag to compare

Features

Bug Fixes

  • check-node: unstable node 21 is incorrectly listed as supported (#4362) (886e465)

v1.92.0

16 Nov 15:48
db7f27d
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.8, instead of 3.7 previously. We recommend users upgrade to the latest supported Python release (Python 3.11).
  • all libraries and tools now require a minimum version of Node.js 18, instead of 16 previously. We recommend users upgrade to the latest supported Node.js release (Node.js 20).

Features

  • jsii-reflect: TypeSystem can be locked to improve reflection performance (#4318) (c87da43)
  • make node 18 the default (#4325) (8784725)
  • superchain: publish a bullseye image with node18 & python 3.9 (#4326) (7197b4f)
  • switch to python 3.8 (#4327) (416e2b5)

Bug Fixes

  • kernel: invokeBinScript fails when using symlinked cache (#4324) (a2ab316)
  • pacmak: *.tsbuildinfo not in auto-generated .npmignore file (#4236) (d55b8d5), closes #3978
  • superchain: installed setuptools is an unsupported version (#4333) (c0a4140)

v1.91.0

24 Oct 20:39
1b1f239
Compare
Choose a tag to compare
chore(release): 1.91.0 (#4308)

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

v1.90.0

06 Oct 21:27
d6bdb4d
Compare
Choose a tag to compare
chore(release): 1.90.0 (#4288)

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

v1.89.0

20 Sep 23:23
2f74b3e
Compare
Choose a tag to compare
chore(release): 1.89.0 (#4272)

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

v1.88.0

25 Aug 16:05
eaabd08
Compare
Choose a tag to compare
chore(release): 1.88.0 (#4250)

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

v1.87.0

11 Aug 15:52
9892444
Compare
Choose a tag to compare

Bug Fixes

  • kernel: fast module loading fails on Windows (EPERM) (#4212) (fac6cbb), closes #4208
  • kernel: package cache fails under parallelism (#4215) (b739ef6), closes #4181 #4207
  • pip, black, setuptools, twine, wheel, and aws-sam-cli incorrectly installed in superchain (#4201) (851415c)
  • python: type object 'InterfaceDynamicProxy' has no attribute 'jsii_type' (#4209) (057b267)
  • superchain: add openssh-client back (#4224) (8390ca1)

v1.86.1

02 Aug 15:30
defb235
Compare
Choose a tag to compare

Bug Fixes

  • kernel: incorrectly scoped FQN resolutions (#4204) (ed667c7)

v1.86.0

01 Aug 22:56
bc5c93a
Compare
Choose a tag to compare

Features

  • faster, lazy-friendly runtime loading (#4181) (ef6e5b1)
  • jsii-pacmak: allow disabling go build conditionally (#4196) (7fc7987)
  • python: deprecation message when using Python <= 3.7 (#4186) (0ef7ace)

Bug Fixes

  • jsii-pacmak: comment lines should not contain comment ending (#4193) (906c24d)
  • jsii-pacmak: handles 'default' doc component for go (#4115) (9085514)
  • type annotation for callable metaclass (#4179) (4ccbb57)

v1.85.0

17 Jul 12:20
08ee592
Compare
Choose a tag to compare

Bug Fixes

  • export transliterateAssembly and fix bug with transliterate cli (backport) (#4166) (6b7eb02)
  • go-runtime: use fatih/color instead of ANSI Escape Code (#4109) (28b192a)