Skip to content

Commit 41da907

Browse files
authored
release: v0.20.9 (#1115)
See CHANGELOG
1 parent 92be5d7 commit 41da907

File tree

105 files changed

+544
-225
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

105 files changed

+544
-225
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,29 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.20.9](https://github.com/aws/jsii/compare/v0.20.8...v0.20.9) (2019-12-11)
7+
8+
9+
### Bug Fixes
10+
11+
* allow Missing Dotnet Version Suffix ([#1047](https://github.com/aws/jsii/issues/1047)) ([fc366d0](https://github.com/aws/jsii/commit/fc366d0a461473e1e6caeb85117098c708d191da)), closes [#1037](https://github.com/aws/jsii/issues/1037)
12+
* **dotnet/roslyn:** analyzer target framework ([#1071](https://github.com/aws/jsii/issues/1071)) ([fea0f0a](https://github.com/aws/jsii/commit/fea0f0a4c8ddd002957823a42b2e93cd6a23344d)), closes [aws/aws-cdk#5189](https://github.com/aws/aws-cdk/issues/5189)
13+
* generate non-overlapping artifacts ([#1104](https://github.com/aws/jsii/issues/1104)) ([2add627](https://github.com/aws/jsii/commit/2add6276f9490fdb25ee53a1b1a9ea8a85012a1b))
14+
* **java:** missing remarks in builder documentation ([#1111](https://github.com/aws/jsii/issues/1111)) ([33e820c](https://github.com/aws/jsii/commit/33e820c9252dd791a11eefdb2e6ad64f63facefd)), closes [#1094](https://github.com/aws/jsii/issues/1094)
15+
* **java:** remove Jackson confusion with certain patterns ([#1070](https://github.com/aws/jsii/issues/1070)) ([9eacbe3](https://github.com/aws/jsii/commit/9eacbe3476c471bf0528559bb602bcb1ede0904b)), closes [#987](https://github.com/aws/jsii/issues/987) [aws/aws-cdk#4080](https://github.com/aws/aws-cdk/issues/4080)
16+
* **python:** correctly emit sligified positional args ([#1081](https://github.com/aws/jsii/issues/1081)) ([6f9167b](https://github.com/aws/jsii/commit/6f9167bc21fd5274d4e7c5e5442973d747f7dd94)), closes [aws/aws-cdk#4302](https://github.com/aws/aws-cdk/issues/4302)
17+
* **python:** correctly handle structs out of callbacks ([#1009](https://github.com/aws/jsii/issues/1009)) ([812d8c2](https://github.com/aws/jsii/commit/812d8c2fec948a507bcf488dd7387c6ce1b91b1a)), closes [#1003](https://github.com/aws/jsii/issues/1003) [#997](https://github.com/aws/jsii/issues/997) [#997](https://github.com/aws/jsii/issues/997) [#1003](https://github.com/aws/jsii/issues/1003)
18+
* **python:** members named property results in invalid code ([#1114](https://github.com/aws/jsii/issues/1114)) ([92be5d7](https://github.com/aws/jsii/commit/92be5d7f12cfccb5f7f3ba714b73a4db96f7d329)), closes [#1113](https://github.com/aws/jsii/issues/1113)
19+
20+
21+
### Features
22+
23+
* upgrade to typescript 3.7 ([#988](https://github.com/aws/jsii/issues/988)) ([6e0a7e6](https://github.com/aws/jsii/commit/6e0a7e698ee1f2b20526667bb1222e92beb9eec8))
24+
25+
26+
27+
28+
629
## [0.20.8](https://github.com/aws/jsii/compare/v0.20.7...v0.20.8) (2019-11-24)
730

831

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
"rejectCycles": true
1111
}
1212
},
13-
"version": "0.20.8"
13+
"version": "0.20.9"
1414
}

packages/@jsii/dotnet-analyzers/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.20.9](https://github.com/aws/jsii/compare/v0.20.8...v0.20.9) (2019-12-11)
7+
8+
**Note:** Version bump only for package @jsii/dotnet-analyzers
9+
10+
11+
12+
13+
614
## [0.20.8](https://github.com/aws/jsii/compare/v0.20.7...v0.20.8) (2019-11-24)
715

816
**Note:** Version bump only for package jsii-dotnet-analyzers

packages/@jsii/dotnet-analyzers/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jsii/dotnet-analyzers",
3-
"version": "0.20.8",
3+
"version": "0.20.9",
44
"private": true,
55
"description": ".NET Roslyn Analyzers for Jsii",
66
"license": "Apache-2.0",
@@ -32,7 +32,7 @@
3232
},
3333
"devDependencies": {
3434
"@types/node": "^10.17.9",
35-
"jsii-build-tools": "^0.20.8",
35+
"jsii-build-tools": "^0.20.9",
3636
"typescript": "~3.7.3"
3737
}
3838
}

packages/@jsii/dotnet-jsonmodel/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.20.9](https://github.com/aws/jsii/compare/v0.20.8...v0.20.9) (2019-12-11)
7+
8+
**Note:** Version bump only for package @jsii/dotnet-jsonmodel
9+
10+
11+
12+
13+
614
## [0.20.8](https://github.com/aws/jsii/compare/v0.20.7...v0.20.8) (2019-11-24)
715

816
**Note:** Version bump only for package jsii-dotnet-jsonmodel

packages/@jsii/dotnet-jsonmodel/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jsii/dotnet-jsonmodel",
3-
"version": "0.20.8",
3+
"version": "0.20.9",
44
"private": true,
55
"description": ".NET json model for jsii spec and api.",
66
"license": "Apache-2.0",
@@ -32,7 +32,7 @@
3232
},
3333
"devDependencies": {
3434
"@types/node": "^10.17.9",
35-
"jsii-build-tools": "^0.20.8",
35+
"jsii-build-tools": "^0.20.9",
3636
"typescript": "~3.7.3"
3737
}
3838
}

packages/@jsii/dotnet-runtime-test/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.20.9](https://github.com/aws/jsii/compare/v0.20.8...v0.20.9) (2019-12-11)
7+
8+
9+
### Bug Fixes
10+
11+
* **python:** correctly emit sligified positional args ([#1081](https://github.com/aws/jsii/issues/1081)) ([6f9167b](https://github.com/aws/jsii/commit/6f9167bc21fd5274d4e7c5e5442973d747f7dd94)), closes [aws/aws-cdk#4302](https://github.com/aws/aws-cdk/issues/4302)
12+
13+
14+
15+
16+
617
## [0.20.8](https://github.com/aws/jsii/compare/v0.20.7...v0.20.8) (2019-11-24)
718

819
**Note:** Version bump only for package jsii-dotnet-runtime-test

packages/@jsii/dotnet-runtime-test/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jsii/dotnet-runtime-test",
3-
"version": "0.20.8",
3+
"version": "0.20.9",
44
"private": true,
55
"description": "Tests for the .NET client for jsii runtime",
66
"license": "Apache-2.0",
@@ -30,10 +30,10 @@
3030
"test:update": "UPDATE_DIFF=1 npm run test"
3131
},
3232
"devDependencies": {
33-
"@jsii/dotnet-runtime": "^0.20.8",
33+
"@jsii/dotnet-runtime": "^0.20.9",
3434
"@types/node": "^10.17.9",
35-
"jsii-calc": "^0.20.8",
36-
"jsii-pacmak": "^0.20.8",
35+
"jsii-calc": "^0.20.9",
36+
"jsii-pacmak": "^0.20.9",
3737
"typescript": "~3.7.3"
3838
}
3939
}

packages/@jsii/dotnet-runtime/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.20.9](https://github.com/aws/jsii/compare/v0.20.8...v0.20.9) (2019-12-11)
7+
8+
**Note:** Version bump only for package @jsii/dotnet-runtime
9+
10+
11+
12+
13+
614
## [0.20.8](https://github.com/aws/jsii/compare/v0.20.7...v0.20.8) (2019-11-24)
715

816
**Note:** Version bump only for package jsii-dotnet-runtime

packages/@jsii/dotnet-runtime/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jsii/dotnet-runtime",
3-
"version": "0.20.8",
3+
"version": "0.20.9",
44
"private": true,
55
"description": ".NET client for jsii runtime",
66
"license": "Apache-2.0",
@@ -31,10 +31,10 @@
3131
"package": "package-dotnet"
3232
},
3333
"devDependencies": {
34-
"@jsii/dotnet-jsonmodel": "^0.20.8",
35-
"@jsii/runtime": "^0.20.8",
34+
"@jsii/dotnet-jsonmodel": "^0.20.9",
35+
"@jsii/runtime": "^0.20.9",
3636
"@types/node": "^10.17.9",
37-
"jsii-build-tools": "^0.20.8",
37+
"jsii-build-tools": "^0.20.9",
3838
"semver": "^6.3.0",
3939
"typescript": "~3.7.3"
4040
}

packages/@jsii/java-runtime-test/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.20.9](https://github.com/aws/jsii/compare/v0.20.8...v0.20.9) (2019-12-11)
7+
8+
9+
### Bug Fixes
10+
11+
* **python:** correctly emit sligified positional args ([#1081](https://github.com/aws/jsii/issues/1081)) ([6f9167b](https://github.com/aws/jsii/commit/6f9167bc21fd5274d4e7c5e5442973d747f7dd94)), closes [aws/aws-cdk#4302](https://github.com/aws/aws-cdk/issues/4302)
12+
13+
14+
15+
16+
617
## [0.20.8](https://github.com/aws/jsii/compare/v0.20.7...v0.20.8) (2019-11-24)
718

819
**Note:** Version bump only for package jsii-java-runtime-test

packages/@jsii/java-runtime-test/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jsii/java-runtime-test",
3-
"version": "0.20.8",
3+
"version": "0.20.9",
44
"private": true,
55
"description": "Tests for the Java client for jsii runtime",
66
"license": "Apache-2.0",
@@ -28,8 +28,8 @@
2828
"test:update": "UPDATE_DIFF=1 npm run test"
2929
},
3030
"devDependencies": {
31-
"@jsii/java-runtime": "^0.20.8",
32-
"jsii-calc": "^0.20.8",
33-
"jsii-pacmak": "^0.20.8"
31+
"@jsii/java-runtime": "^0.20.9",
32+
"jsii-calc": "^0.20.9",
33+
"jsii-pacmak": "^0.20.9"
3434
}
3535
}

packages/@jsii/java-runtime/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.20.9](https://github.com/aws/jsii/compare/v0.20.8...v0.20.9) (2019-12-11)
7+
8+
**Note:** Version bump only for package @jsii/java-runtime
9+
10+
11+
12+
13+
614
## [0.20.8](https://github.com/aws/jsii/compare/v0.20.7...v0.20.8) (2019-11-24)
715

816
**Note:** Version bump only for package jsii-java-runtime

packages/@jsii/java-runtime/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jsii/java-runtime",
3-
"version": "0.20.8",
3+
"version": "0.20.9",
44
"private": true,
55
"description": "Java client for jsii runtime",
66
"license": "Apache-2.0",
@@ -31,9 +31,9 @@
3131
"package": "package-java"
3232
},
3333
"devDependencies": {
34-
"@jsii/runtime": "^0.20.8",
34+
"@jsii/runtime": "^0.20.9",
3535
"@types/node": "^10.17.9",
36-
"jsii-build-tools": "^0.20.8",
36+
"jsii-build-tools": "^0.20.9",
3737
"typescript": "~3.7.3"
3838
}
3939
}

packages/@jsii/kernel/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.20.9](https://github.com/aws/jsii/compare/v0.20.8...v0.20.9) (2019-12-11)
7+
8+
**Note:** Version bump only for package @jsii/kernel
9+
10+
11+
12+
13+
614
## [0.20.8](https://github.com/aws/jsii/compare/v0.20.7...v0.20.8) (2019-11-24)
715

816
**Note:** Version bump only for package jsii-kernel

packages/@jsii/kernel/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jsii/kernel",
3-
"version": "0.20.8",
3+
"version": "0.20.9",
44
"description": "kernel for jsii execution environment",
55
"license": "Apache-2.0",
66
"author": {
@@ -30,14 +30,14 @@
3030
"package": "package-js"
3131
},
3232
"dependencies": {
33+
"@jsii/spec": "^0.20.9",
3334
"fs-extra": "^8.1.0",
34-
"@jsii/spec": "^0.20.8",
3535
"source-map": "^0.7.3",
3636
"tar": "^5.0.5"
3737
},
3838
"devDependencies": {
39-
"@scope/jsii-calc-base": "^0.20.8",
40-
"@scope/jsii-calc-lib": "^0.20.8",
39+
"@scope/jsii-calc-base": "^0.20.9",
40+
"@scope/jsii-calc-lib": "^0.20.9",
4141
"@types/fs-extra": "^8.0.1",
4242
"@types/jest": "^24.0.23",
4343
"@types/jest-expect-message": "^1.0.1",
@@ -46,8 +46,8 @@
4646
"eslint": "^6.7.2",
4747
"jest": "^24.9.0",
4848
"jest-expect-message": "^1.0.2",
49-
"jsii-build-tools": "^0.20.8",
50-
"jsii-calc": "^0.20.8",
49+
"jsii-build-tools": "^0.20.9",
50+
"jsii-calc": "^0.20.9",
5151
"typescript": "~3.7.3"
5252
},
5353
"jest": {

packages/@jsii/python-runtime/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.20.9](https://github.com/aws/jsii/compare/v0.20.8...v0.20.9) (2019-12-11)
7+
8+
9+
### Bug Fixes
10+
11+
* **python:** correctly emit sligified positional args ([#1081](https://github.com/aws/jsii/issues/1081)) ([6f9167b](https://github.com/aws/jsii/commit/6f9167bc21fd5274d4e7c5e5442973d747f7dd94)), closes [aws/aws-cdk#4302](https://github.com/aws/aws-cdk/issues/4302)
12+
* **python:** members named property results in invalid code ([#1114](https://github.com/aws/jsii/issues/1114)) ([92be5d7](https://github.com/aws/jsii/commit/92be5d7f12cfccb5f7f3ba714b73a4db96f7d329)), closes [#1113](https://github.com/aws/jsii/issues/1113)
13+
14+
15+
16+
17+
618
## [0.20.8](https://github.com/aws/jsii/compare/v0.20.7...v0.20.8) (2019-11-24)
719

820
**Note:** Version bump only for package jsii-python-runtime

packages/@jsii/python-runtime/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jsii/python-runtime",
3-
"version": "0.20.8",
3+
"version": "0.20.9",
44
"private": true,
55
"description": "Python client for jsii runtime",
66
"license": "Apache-2.0",
@@ -30,9 +30,9 @@
3030
"test:update": "UPDATE_DIFF=1 .env/bin/python bin/generate-calc && .env/bin/py.test -v --mypy"
3131
},
3232
"dependencies": {
33-
"@jsii/runtime": "^0.20.8",
34-
"jsii-build-tools": "^0.20.8",
35-
"jsii-calc": "^0.20.8",
36-
"jsii-pacmak": "^0.20.8"
33+
"@jsii/runtime": "^0.20.9",
34+
"jsii-build-tools": "^0.20.9",
35+
"jsii-calc": "^0.20.9",
36+
"jsii-pacmak": "^0.20.9"
3737
}
3838
}

packages/@jsii/ruby-runtime/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.20.9](https://github.com/aws/jsii/compare/v0.20.8...v0.20.9) (2019-12-11)
7+
8+
**Note:** Version bump only for package @jsii/ruby-runtime
9+
10+
11+
12+
13+
614
## [0.20.8](https://github.com/aws/jsii/compare/v0.20.7...v0.20.8) (2019-11-24)
715

816
**Note:** Version bump only for package jsii-ruby-runtime

packages/@jsii/ruby-runtime/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jsii/ruby-runtime",
3-
"version": "0.20.8",
3+
"version": "0.20.9",
44
"private": true,
55
"description": "Ruby client for jsii runtime",
66
"license": "Apache-2.0",
@@ -33,11 +33,11 @@
3333
"package": "package-ruby"
3434
},
3535
"devDependencies": {
36-
"@jsii/runtime": "^0.20.8",
36+
"@jsii/runtime": "^0.20.9",
3737
"@types/node": "^10.17.9",
38-
"jsii-build-tools": "^0.20.8",
39-
"jsii-calc": "^0.20.8",
40-
"jsii-pacmak": "^0.20.8",
38+
"jsii-build-tools": "^0.20.9",
39+
"jsii-calc": "^0.20.9",
40+
"jsii-pacmak": "^0.20.9",
4141
"typescript": "~3.7.3"
4242
}
4343
}

packages/@jsii/ruby-runtime/project/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
jsii_runtime (0.20.8)
4+
jsii_runtime (0.20.9)
55

66
GEM
77
remote: https://rubygems.org/

0 commit comments

Comments
 (0)