WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Releases: aws/jsii

v1.124.0

30 Dec 12:14
987897b

Choose a tag to compare

Bug Fixes

  • jsii-pacmak: Maven resolve-ranges command is missing repo settings (#5015) (ec8ecf9)

v1.123.0

29 Dec 21:15
432bf02

Choose a tag to compare

Bug Fixes

  • java-runtime: dependency ranges make Maven download too many files (#5005) (ecdd223)
  • jsii-pacmak: collection-of-union arguments in static functions break compilation (#5012) (2970397)
  • jsii-pacmak: underscore arguments conflict in Java (#5011) (638b546)

v1.122.0

22 Dec 15:30
d5d44e9

Choose a tag to compare

Bug Fixes

  • pacmak: dependency ranges make Maven download too many files (#5006) (2198295)
  • pacmak: generates too many methods for Java (#5007) (018396e)

v1.121.0

09 Dec 17:24
d7af9b9

Choose a tag to compare

Features

  • jsii-reflect: add parent assembly reference to Submodule (#4992) (1232932)
  • jsii-reflect: track directory and package.json for Assembly (#4991) (3232edf)

Bug Fixes

  • jsii-pacmak: compilation fails if a type is named "Object" (#4990) (6a5fc58)
  • jsii-pacmak: inheritance between nested types fails (#4993) (d5009c5)

v1.120.0

24 Nov 11:59
192dc88

Choose a tag to compare

Bug Fixes

  • java: pre-release versions installed for jackson dependencies (#4983) (2b687d1)
  • Typeguard cannot check the protocol (#4986) (e9b53ec)

v1.119.0

10 Nov 14:35
1634eac

Choose a tag to compare

Features

Bug Fixes

  • jsii-pacmak: Python interfaces sometimes violate MRO (#4973) (cfb6580)
  • jsii-reflect: advertise jsii-query via bin entry of package.json (#4974) (b6c0a35)

v1.118.0

29 Oct 09:56
02eec31

Choose a tag to compare

Features

Bug Fixes

  • covariant method overrides break Go compilation (#4967) (2c39079)
  • type intersections are missing dependencies in Go (#4965) (ee67cc9)

v1.117.0

22 Oct 16:41
b8499c7

Choose a tag to compare

Features

  • support class covariant overrides in kernel, tools and docs (#4925) (cf4a0b6)

Bug Fixes

  • jsii-reflect: statically guarantee JsiiFeature subset (#4956) (17bf498)

v1.116.0

14 Oct 11:54
0eddcff

Choose a tag to compare

Bug Fixes

  • type intersections don't work for Java class builders (#4945) (8f6ecd9)

v1.115.0

29 Sep 13:33
9c5134e

Choose a tag to compare

Features

  • declare support for new feature class-covariant-overrides (#4924) (bac5377)
  • dotnet-runtime: prepare for intersection types (#4919) (1c6d36d)
  • dotnet: update TargetFramework to net6.0 (#4916) (c0b11c7), closes #4574
  • go-runtime: add helper functions for the new interface type (#4936) (df85a80)
  • intersection types (#4929) (f82e0ac)
  • jsii-pacmak: document union types for C# (#4928) (c54d27c)
  • jsii-pacmak: document union types in JavaDoc (#4922) (5a1a8cd)

Bug Fixes

  • intersection types cannot be deserialized (#4920) (2c5d29c)
  • jsii-pacmak errors if new targets in package.json (#4914) (f890e12)
  • jsii-pacmak: remove deprecation warning DEP0190 (#4915) (389f888)
  • pacmak: python classes are generated out of order (#4927) (4ee24e1), closes #4426