Skip to content

Releases: aws/jsii

v1.76.0

24 Feb 12:17
a2651be
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • dotnet: The runtime library for .NET & generated .NET bindings will no longer support netcoreapp3.1 after this release. Users are advised to upgrade their apps to use net6.0 or net7.0 instead.

Features

Bug Fixes

v1.75.0

14 Feb 20:09
63bb957
Compare
Choose a tag to compare

Features

Bug Fixes

  • go: shorten file names for sub-packages (#3927) (7697571)
  • rosetta: submodule-qualified names produce invalid Go, Java (#3928) (1ff230d), closes #3551

v1.74.0

28 Jan 19:14
6d08790
Compare
Choose a tag to compare

Bug Fixes

v1.73.0

04 Jan 19:33
6faeda3
Compare
Choose a tag to compare
chore(release): 1.73.0 (#3896)

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

v1.72.0

05 Dec 12:41
4b8828b
Compare
Choose a tag to compare

Features

Bug Fixes

  • dotnet: broken error name deserialization (#3855) (be008d4)
  • python: dereference values returned from Kernel.ainvoke (#3847) (5643c50)
  • python: parameter names shadow imported modules (#3848) (8bac012)
  • revert "chore(deps): Bump aws-actions/stale-issue-cleanup from 5 to 6" (#3850) (6700f1a), closes aws/jsii#3844

v1.71.0

09 Nov 13:10
f1f58ae
Compare
Choose a tag to compare

Features

Bug Fixes

  • jsii-diff: does not check types in submodules (#3808) (12ea38e)
  • python: type-checking may require incorrect type (#3820) (e9d4084), closes #3818

v1.70.0

19 Oct 18:18
03c2f6f
Compare
Choose a tag to compare

Features

  • add error awareness to go deserialization (#3793) (9b6a307)
  • python: add error differentiation to Python. (#3772) (e3f7d5e)
  • superchain: add 'acl' package to support projen GHA (#3783) (306b248)

Bug Fixes

  • jsii-reflect: TypeMember is not SourceLocatable (#3778) (db809e2), closes #3777
  • python: KeyError in type checks when decorating methods (#3791) (dae724c)

v1.69.0

27 Sep 11:46
f656c31
Compare
Choose a tag to compare

Features

Bug Fixes

v1.68.0

22 Sep 20:38
b45f2f6
Compare
Choose a tag to compare

Features

  • kernel: distinguish framework errors from userland errors in Java (#3747) (a4d39c6)

Bug Fixes

v1.67.0

02 Sep 17:06
2c027f5
Compare
Choose a tag to compare

Features

Bug Fixes

  • java: type generation code-gen issues (#3735) (cf04f79)
  • pacmak: crash when generating java code (1fd58db)