Skip to content

Releases: aws/jsii

v1.17.1

13 Jan 16:23
2bac5fd
Compare
Choose a tag to compare

Bug Fixes

  • python: process.terminate() got an unexpected keyword argument 'timeout' (#2421), closes #2398

v1.17.0

13 Jan 13:08
4aaed09
Compare
Choose a tag to compare

Features

  • add support for bin-scripts (python only) (#1941) (61ef5ed)
  • dotnet,java: kernel process inherits host's STDERR (#2248) (70ce153)

Bug Fixes

  • bad working directory in go runtime push (#2356) (53457e2)
  • dotnet: Use nested classes for proxies to avoid name collision (#2368) (90b17e2), closes #2367
  • go: generated code runtime dependency version (#2399) (f1a06e5)
  • jsii: errors when invoking with a project root argument (#2351) (9c66340)
  • jsii: unknown error in Assembler._validateHeritageClauses (#2350) (3120bf4), closes #2349
  • pacmak: illegal static overrides in java & c# (#2373) (4672e4b), closes #2358

v1.16.0

08 Dec 00:17
99a3413
Compare
Choose a tag to compare

Bug Fixes

v1.15.0

25 Nov 04:07
585166b
Compare
Choose a tag to compare

Features

Bug Fixes

v1.14.1

04 Nov 12:20
828de8a
Compare
Choose a tag to compare

Bug Fixes

v1.14.0

29 Oct 11:56
729554b
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • The jsii/superchain Docker image no longer includes ruby and gcc. Users who need those should install them as part of their initialization script.

Features

Bug Fixes

  • dotnet: abundant nullability warnings in generated code (#2061) (01a2951)

  • go: fix generation of readonly and static properties (#2133) (57b7d56), closes #2093

  • go: runtime api json invalid tags (#2115) (a9d96db)

  • go: Submodule File Paths (#2147) (8863493)

  • jsii: annotation '@internal' causes missing type declarations downstream (#2172) (e80a4f7), closes #1947 #1830

  • jsii: TypeError: Cannot read property 'getJsDocTags' of undefined (#2163) (5d87101), closes #2098

  • jsii-diff: external structs returned from methods cannot be changed (#2070) (11e9389), closes #2064

  • pacmak/python: escape character escapes in python docs (#2138) (1578899), closes #2137

  • python: leftover jsii-kernel-* directories in TMPDIR (#2100) (c119994)

  • rosetta: duplicated problem markers (#2130) (21c6fb5)

  • removes unused software from superchain to reduce image size (#2092) (fe2c597)

v1.13.0

29 Sep 14:39
385c325
Compare
Choose a tag to compare

Features

Bug Fixes

v1.12.0

27 Aug 16:22
5ddc9f2
Compare
Choose a tag to compare

Features

Bug Fixes

v1.11.0

19 Aug 03:06
1e9b8e1
Compare
Choose a tag to compare

Features

Bug Fixes

v1.10.0

05 Aug 16:30
27cfbed
Compare
Choose a tag to compare

Bug Fixes

  • java: user.xml repository ID was not sanitized (#1812) (4283af0)
  • jsii: Location of initializers in source was not documented (#1806) (3957827)
  • jsii: selective exports declarations are ignored (#1829) (2699ccf), closes #1818
  • python: missing imports for certain keyword arguments (#1810) (f124bc8), closes #1809
  • rosetta: OOpsie -- couldn't find root file back on Windows (#1842) (6ea8daa)
  • rosetta: kwargs arguments are emitted at a variadic position (#1832) (079e147), closes #1821