v1.18.0
Features
- add support for bin-scripts (python only) (#1941) (61ef5ed)
- dotnet,java: kernel process inherits host's STDERR (#2248) (70ce153)
- submodules expose readmes and targets via
jsii-reflect
(#2482) (33f41eb) - go: run "go build" on generated code (#2485) (d3602ec), closes #2463
- go: runtime release tagging (#2417) (9ffd204)
- jsii: experimental --strip-deprecated feature (#2437) (f958f5a)
Bug Fixes
- dotnet: Use nested classes for proxies to avoid name collision (#2368) (90b17e2), closes #2367
- go: generated code runtime dependency version (#2399) (f1a06e5)
- go: invalid output for multi-line @return and @deprecated comments (#2462) (590681a), closes #2457
- jsii: errors when invoking with a project root argument (#2351) (9c66340)
- jsii: submodules of dependencies show up in assembly (#2481) (2630a80)
- jsii: unknown error in Assembler._validateHeritageClauses (#2350) (3120bf4), closes #2349
- bad working directory in go runtime push (#2356) (53457e2)
- pacmak: illegal static overrides in java & c# (#2373) (4672e4b), closes #2358
- python: mypy validation errors (#2472) (2b2e9a8), closes #2464 #2476
- python: pin mypy to the exact version (#2476) (01a46d6), closes #2464
- rosetta: correctly emit multi-line string literals (#2419) (a30a996)