Skip to content

Releases: aws/jsii

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)

v1.84.0

14 Jun 09:33
5404dcf
Compare
Choose a tag to compare

Features

  • jsii: allow specifying a deprecation message regardless of stability (#4145) (38d327c)

v1.83.0

07 Jun 12:11
fd4544d
Compare
Choose a tag to compare
chore(release): 1.83.0 (#4134)

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

v1.82.0

22 May 22:19
2d2ddd7
Compare
Choose a tag to compare

Features

Bug Fixes

  • jsii-pacmak: disable doclint (#4103) (30afa09)
  • jsii-pacmak: emit correct [@return](https://github.com/return) tag for JavaDocs (#4095) (fc7ab7c)
  • jsii-pacmak: escape documentation in all positions (#4096) (6a2248d)
  • pacmak: _ is not treated as a keyword in Java (#4094) (eaaf3ee)

v1.81.0

10 May 17:46
80988b0
Compare
Choose a tag to compare

Features

  • jsii-diff: allow external stability to be treated as error (#4076) (95689ea)
  • jsii-pacmak: parsing arguments in non-strict mode (#4068) (3d49d6f), closes #3465

Bug Fixes

v1.80.0

04 Apr 16:32
bce6a1d
Compare
Choose a tag to compare

Features

Bug Fixes

  • enable dereference when copying module to tmp dir (#4030) (e00102b)
  • jsii: incorrect symbol-id generated with typesVersions (#4037) (1f06ac9)

v1.79.0

23 Mar 13:10
b22f628
Compare
Choose a tag to compare

Features

v1.78.1

16 Mar 18:51
878761e
Compare
Choose a tag to compare

Bug Fixes

  • pacmak: runtime dependency should match pacmak release (#4013) (37c29f7)

v1.78.0

16 Mar 12:19
1041b18
Compare
Choose a tag to compare

Features

  • jsii-reflect now renders union candidates sorted (#4005) (1fd6cde)

Bug Fixes