Skip to content

Commit

Permalink
chore(release): 1.64.0 (#3702)
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Aug 12, 2022
2 parents a8a8833 + 46ea940 commit 4c1eae8
Show file tree
Hide file tree
Showing 82 changed files with 19,451 additions and 12,789 deletions.
9 changes: 9 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -1420,6 +1420,15 @@
"contributions": [
"code"
]
},
{
"login": "gshpychka",
"name": "Glib Shpychka",
"avatar_url": "https://avatars.githubusercontent.com/u/23005347?v=4",
"profile": "https://github.com/gshpychka",
"contributions": [
"bug"
]
}
],
"repoType": "github",
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,7 @@ jobs:
java: ['8']
node:
- '14' # EOL 2023-04-30
- '16' # EOL 2024-04-30
- '17' # EOL 2022-06-01
- '16' # EOL 2023-09-11
- '18' # EOL 2025-04-30
os: [ubuntu-latest]
python: ['3.7']
Expand Down Expand Up @@ -363,7 +362,8 @@ jobs:
name: Run benchmark suite
runs-on: ubuntu-latest
permissions:
contents: write
contents: read
pull-requests: write
needs: build
steps:
# Check out the code
Expand Down Expand Up @@ -396,7 +396,7 @@ jobs:
tool: 'customSmallerIsBetter'
output-file-path: ${{ runner.temp }}/bench-output.json
comment-always: true
github-token: ${{ secrets.PROJEN_GITHUB_TOKEN }}
github-token: ${{ secrets.GITHUB_TOKEN }}
fail-on-alert: true
- name: Upload Benchmark Results
if: github.event_name == 'push'
Expand Down
4 changes: 0 additions & 4 deletions .mergify/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ queue_rules:
# One test for each supported nodejs version
- status-success~=^Test \(.* node 14 .*$
- status-success~=^Test \(.* node 16 .*$
- status-success~=^Test \(.* node 17 .*$
- status-success~=^Test \(.* node 18 .*$
# One test for each supported dotnet version
- status-success~=^Test \(.* dotnet 3\.1\.x .*$
Expand Down Expand Up @@ -60,7 +59,6 @@ pull_request_rules:
# One test for each supported nodejs version
- status-success~=^Test \(.* node 14 .*$
- status-success~=^Test \(.* node 16 .*$
- status-success~=^Test \(.* node 17 .*$
- status-success~=^Test \(.* node 18 .*$
# One test for each supported dotnet version
- status-success~=^Test \(.* dotnet 3\.1\.x .*$
Expand Down Expand Up @@ -110,7 +108,6 @@ pull_request_rules:
# One test for each supported nodejs version
- status-success~=^Test \(.* node 14 .*$
- status-success~=^Test \(.* node 16 .*$
- status-success~=^Test \(.* node 17 .*$
- status-success~=^Test \(.* node 18 .*$
# One test for each supported dotnet version
- status-success~=^Test \(.* dotnet 3\.1\.x .*$
Expand Down Expand Up @@ -160,7 +157,6 @@ pull_request_rules:
# One test for each supported nodejs version
- status-success~=^Test \(.* node 14 .*$
- status-success~=^Test \(.* node 16 .*$
- status-success~=^Test \(.* node 17 .*$
- status-success~=^Test \(.* node 18 .*$
# One test for each supported dotnet version
- status-success~=^Test \(.* dotnet 3\.1\.x .*$
Expand Down
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [1.64.0](https://github.com/aws/jsii/compare/v1.63.2...v1.64.0) (2022-08-11)


### Features

* **.net:** dynamic type checking for union-typed parameters ([#3668](https://github.com/aws/jsii/issues/3668)) ([f5e0603](https://github.com/aws/jsii/commit/f5e06038adfa6912baabc9ea004ad40a5ad87295)), closes [#3640](https://github.com/aws/jsii/issues/3640)
* **.net:** embed package icon when configured ([#3676](https://github.com/aws/jsii/issues/3676)) ([c65b1d9](https://github.com/aws/jsii/commit/c65b1d9fd1e0a6e37dad96c763c0bb1a1d15f57d))


### Bug Fixes

* **python:** classproperty not working with type checkers ([#3694](https://github.com/aws/jsii/issues/3694)) ([5413720](https://github.com/aws/jsii/commit/5413720a274fbcc9d3b62823197b76589f99329c)), closes [#3633](https://github.com/aws/jsii/issues/3633)
* **python:** unable to override methods with keyword arguments ([#3695](https://github.com/aws/jsii/issues/3695)) ([bcffb4b](https://github.com/aws/jsii/commit/bcffb4bb65846fcada33755269e72ce708ebeacf)), closes [#3656](https://github.com/aws/jsii/issues/3656)

## [1.63.2](https://github.com/aws/jsii/compare/v1.63.1...v1.63.2) (2022-07-29)


Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ The following tools need to be installed to develop on JSII locally. We recommen
using the docker image from the above section, but if you wish to, you can install
in your development environment.

- [Node `12.7.0`] or later
- [Node `14.6.0`] or later
- [Yarn `1.19.1`] or later
- An OpenJDK-8 distribution (e.g: [Oracle's OpenJDK8], [Amazon Corretto 8])
+ [`maven >= 3.0.5`](https://maven.apache.org)
Expand All @@ -51,7 +51,7 @@ in your development environment.
+ [`wheel`](https://pypi.org/project/wheel/)
+ *Recommended:* [`twine`](https://pypi.org/project/twine/)

[Node `12.7.0`]: https://nodejs.org/download/release/v12.7.0/
[Node `14.6.0`]: https://nodejs.org/download/release/v14.6.0/
[Yarn `1.19.1`]: https://yarnpkg.com/en/docs/install
[Oracle's OpenJDK8]: http://openjdk.java.net/install/
[Amazon Corretto 8]: https://aws.amazon.com/corretto/
Expand Down
Loading

0 comments on commit 4c1eae8

Please sign in to comment.