Skip to content

Releases: aws/jsii

v0.16.0

29 Aug 14:45
98909b5

Choose a tag to compare

Bug Fixes

  • dotnet: Fix property set for nested Dictionaries (#736) (04bab47)
  • jsii-diff: handle violations in Enums (#730) (934b5c8)
  • kernel: correctly serialize enum values (#754) (41ed25d), closes #753

Features

  • dotnet: [JsiiOptional] attribute on properties that are optionals + Roslyn Analyzer (#717) (bece042)
  • dotnet: drop the useless I prefix for non datatype interfaces (#728) (b9621f1), closes #109
  • dotnet: Support for JSII_DEBUG and JSII_RUNTIME (#724) (1816740)
  • jsii: improve locality of warnings emitted for reserved words (#739) (e762da6)
  • superchain: bundle which in the Docker image (#751) (50c9152)
  • superchain: ship with openssl CLI tools (#740) (9fb32ad)

BREAKING CHANGES

  • dotnet: names of .NET behavioral interfaces have changed (the duplicate prefix I was removed).

v0.15.2

28 Aug 22:18

Choose a tag to compare

Bug Fixes

  • jsii: pin TypeScript compiler dependency to minor version (22c61c2)

v0.15.1

18 Aug 11:05
ceff2ca

Choose a tag to compare

Bug Fixes

  • dotnet: add missing GetInterfaceType in the .NET runtime (#703) (56617b1)
  • superchain: fix python distribution due to old setuptools (#709) (b37790d), closes #708

Features

  • java: detect & rename members named after reserved words (#705) (32bc117)
  • jsii: emit warnings when using reserved words (#704) (ca44537), closes #701
  • python: check distribution artifacts with twine (#711) (f3d1da0), closes #710

v0.15.0

12 Aug 23:42
b39fafd

Choose a tag to compare

Bug Fixes

  • dotnet: stop mutating Dictionary when iterating on it (#691) (8aedfc9), closes #690
  • java: improve property override detection (#692) (d90b304)

Features

  • dotnet: handling optional and variadic parameters (#680) (e8b5a35), closes #153 #210
  • java: overhauled structs with native implementation, builders, ... (#694) (b0b3fd2), closes #525
  • java: remove dependency on google Guava (#681) (e86bfdc)
  • superchain: add mono toolchain (#687) (3defca3)

v0.14.3

01 Aug 19:19
1b1062d

Choose a tag to compare

Bug Fixes

Features

v0.14.2

19 Jul 15:18

Choose a tag to compare

Bug Fixes

v0.14.1

18 Jul 00:33
01c17d1

Choose a tag to compare

Bug Fixes

  • build: fix python runtime BaseProvider signatures (#601) (6526469)
  • kernel: validate presence of required struct properties (#591) (90135f9)

Features

  • jsii: configure outDir and rootDir for tsc (#593) (21855e2)
  • jsii-diff: also check stability transitions (#592) (15f77b5)
  • add support for "external" stability (#596) (dd66afb)

v0.14.0

08 Jul 08:50
a586a1a

Choose a tag to compare

Features

v0.13.4

03 Jul 08:55
c9fdecc

Choose a tag to compare

Note: Version bump only for package jsii

v0.13.3

01 Jul 16:06
3624e0f

Choose a tag to compare

Bug Fixes