Skip to content

Releases: aws/jsii

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)

v1.66.0

30 Aug 00:50
3c9512b
Compare
Choose a tag to compare

Features

  • go: emit deprecation warning when using go1.16 and go1.17 (#3718) (3cf5c28)
  • go: runtime type check type unions (#3712) (c73c2ee)

Bug Fixes

  • .net: missing dynamic type checking for collection-nested unions (#3720) (362326e)
  • rosetta: rosetta reader expects default tablet file to be uncompressed (#3723) (9768e2a)
  • type unions in variadic position leads to invalid code-gen (#3722) (93aec85)

v1.65.1

29 Aug 18:33
b0947e4
Compare
Choose a tag to compare

Bug Fixes

  • python: reference to type does not use alias (#3728)

v1.65.0

18 Aug 15:31
7a02b7f
Compare
Choose a tag to compare

Features

  • pacmak: allow opt-out of runtime type checking generation (#3710) (39923a5)

Bug Fixes

  • dotnet: AnonymousObject fails runtime type checks (#3709) (e7fadc0)

v1.64.0

12 Aug 18:05
4c1eae8
Compare
Choose a tag to compare

Features

  • .net: dynamic type checking for union-typed parameters (#3668) (f5e0603), closes #3640
  • .net: embed package icon when configured (#3676) (c65b1d9)

Bug Fixes

  • python: classproperty not working with type checkers (#3694) (5413720), closes #3633
  • python: unable to override methods with keyword arguments (#3695) (bcffb4b), closes #3656