From b92a2f9a5d144d76e33e60248fe59d5005e487d2 Mon Sep 17 00:00:00 2001 From: AWS CDK Team Date: Thu, 16 Nov 2023 13:35:17 +0000 Subject: [PATCH 1/2] chore(release): 1.92.0 --- CHANGELOG.md | 28 ++++++++++++++++++++++++++++ lerna.json | 2 +- 2 files changed, 29 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 930fc7c2bb..735abef620 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,34 @@ 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.92.0](https://github.com/aws/jsii/compare/v1.91.0...v1.92.0) (2023-11-16) + + +### ⚠ BREAKING CHANGES + +* jsii-pacmak and the libraries it generates for Python targets now require a minimum Python version of 3.8, instead of 3.7 previously. We recommend users upgrade to the latest supported Python release (Python 3.11). +* jsii-pacmak and the libraries it generates for Python +targets now require a minimum Python version of 3.8, instead of 3.7 +previously. We recommend users upgrade to the latest supported Python +release (Python 3.11). + +### Features + +* **jsii-reflect:** TypeSystem can be locked to improve reflection performance ([#4318](https://github.com/aws/jsii/issues/4318)) ([c87da43](https://github.com/aws/jsii/commit/c87da436671d677d1fee276d0932ea7edd431f78)) +* make node 18 the default ([#4325](https://github.com/aws/jsii/issues/4325)) ([8784725](https://github.com/aws/jsii/commit/87847254c8a39f6e99383bfa3a375ae6c8d9a8a5)) +* **superchain:** publish a bullseye image with node18 & python 3.9 ([#4326](https://github.com/aws/jsii/issues/4326)) ([7197b4f](https://github.com/aws/jsii/commit/7197b4f21e7f6776fbbfe5bac7f03a308cd9f7c0)) +* switch to python 3.8 ([#4239](https://github.com/aws/jsii/issues/4239)) ([#4327](https://github.com/aws/jsii/issues/4327)) ([416e2b5](https://github.com/aws/jsii/commit/416e2b504895800281a3598b3139b141330aa906)) + + +### Bug Fixes + +* **kernel:** invokeBinScript fails when using symlinked cache ([#4324](https://github.com/aws/jsii/issues/4324)) ([a2ab316](https://github.com/aws/jsii/commit/a2ab31609d361ac5ceca6c928584ec59f2d705d3)) +* **pacmak:** *.tsbuildinfo not in auto-generated .npmignore file ([#4236](https://github.com/aws/jsii/issues/4236)) ([d55b8d5](https://github.com/aws/jsii/commit/d55b8d57ce43dc9fd3d5132d7ba3ad0aa9ead3b9)), closes [#3978](https://github.com/aws/jsii/issues/3978) +* **superchain:** installed setuptools is an unsupported version ([#4333](https://github.com/aws/jsii/issues/4333)) ([c0a4140](https://github.com/aws/jsii/commit/c0a41409568bc71b086fd1c56e2c5a08f708c3ad)) + + +* switch to python 3.8 ([#4239](https://github.com/aws/jsii/issues/4239)) ([087ff24](https://github.com/aws/jsii/commit/087ff241bc852b49d91c79883e5faeaf5bb92f42)) + ## [1.91.0](https://github.com/aws/jsii/compare/v1.90.0...v1.91.0) (2023-10-24) ## [1.90.0](https://github.com/aws/jsii/compare/v1.89.0...v1.90.0) (2023-10-06) diff --git a/lerna.json b/lerna.json index aa79516c86..69c784d5bf 100644 --- a/lerna.json +++ b/lerna.json @@ -12,6 +12,6 @@ "rejectCycles": true } }, - "version": "1.91.0", + "version": "1.92.0", "$schema": "node_modules/lerna/schemas/lerna-schema.json" } From 7d2da6f1c85f4b85ba30dd1d5ec31ea5b69e847d Mon Sep 17 00:00:00 2001 From: Momo Kornher Date: Thu, 16 Nov 2023 13:44:17 +0000 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 735abef620..7c428182b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,17 +8,14 @@ All notable changes to this project will be documented in this file. See [standa ### ⚠ BREAKING CHANGES * jsii-pacmak and the libraries it generates for Python targets now require a minimum Python version of 3.8, instead of 3.7 previously. We recommend users upgrade to the latest supported Python release (Python 3.11). -* jsii-pacmak and the libraries it generates for Python -targets now require a minimum Python version of 3.8, instead of 3.7 -previously. We recommend users upgrade to the latest supported Python -release (Python 3.11). +* all libraries and tools now require a minimum version of Node.js 18, instead of 16 previously. We recommend users upgrade to the latest supported Node.js release (Node.js 20). ### Features * **jsii-reflect:** TypeSystem can be locked to improve reflection performance ([#4318](https://github.com/aws/jsii/issues/4318)) ([c87da43](https://github.com/aws/jsii/commit/c87da436671d677d1fee276d0932ea7edd431f78)) * make node 18 the default ([#4325](https://github.com/aws/jsii/issues/4325)) ([8784725](https://github.com/aws/jsii/commit/87847254c8a39f6e99383bfa3a375ae6c8d9a8a5)) * **superchain:** publish a bullseye image with node18 & python 3.9 ([#4326](https://github.com/aws/jsii/issues/4326)) ([7197b4f](https://github.com/aws/jsii/commit/7197b4f21e7f6776fbbfe5bac7f03a308cd9f7c0)) -* switch to python 3.8 ([#4239](https://github.com/aws/jsii/issues/4239)) ([#4327](https://github.com/aws/jsii/issues/4327)) ([416e2b5](https://github.com/aws/jsii/commit/416e2b504895800281a3598b3139b141330aa906)) +* switch to python 3.8 ([#4327](https://github.com/aws/jsii/issues/4327)) ([416e2b5](https://github.com/aws/jsii/commit/416e2b504895800281a3598b3139b141330aa906)) ### Bug Fixes @@ -27,9 +24,6 @@ release (Python 3.11). * **pacmak:** *.tsbuildinfo not in auto-generated .npmignore file ([#4236](https://github.com/aws/jsii/issues/4236)) ([d55b8d5](https://github.com/aws/jsii/commit/d55b8d57ce43dc9fd3d5132d7ba3ad0aa9ead3b9)), closes [#3978](https://github.com/aws/jsii/issues/3978) * **superchain:** installed setuptools is an unsupported version ([#4333](https://github.com/aws/jsii/issues/4333)) ([c0a4140](https://github.com/aws/jsii/commit/c0a41409568bc71b086fd1c56e2c5a08f708c3ad)) - -* switch to python 3.8 ([#4239](https://github.com/aws/jsii/issues/4239)) ([087ff24](https://github.com/aws/jsii/commit/087ff241bc852b49d91c79883e5faeaf5bb92f42)) - ## [1.91.0](https://github.com/aws/jsii/compare/v1.90.0...v1.91.0) (2023-10-24) ## [1.90.0](https://github.com/aws/jsii/compare/v1.89.0...v1.90.0) (2023-10-06)