Skip to content

Commit 540f6ec

Browse files
authored
2 parents 6088919 + 643b83f commit 540f6ec

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
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.
44

5+
## [1.136.0](https://github.com/aws/jsii/compare/v1.135.0...v1.136.0) (2026-06-18)
6+
7+
8+
### Features
9+
10+
* ability to send Java stack traces to the host ([#5158](https://github.com/aws/jsii/issues/5158)) ([45c50ba](https://github.com/aws/jsii/commit/45c50ba7804bde9582ab54de8614715ff648c6c5))
11+
* propagate host-language stack traces through the jsii protocol ([#5153](https://github.com/aws/jsii/issues/5153)) ([6d28fc7](https://github.com/aws/jsii/commit/6d28fc74bf0e579f1633f0ca020d84cc5df42c31))
12+
13+
14+
### Bug Fixes
15+
16+
* **kernel:** improve performance by ~10% by deferring error-context and cache serialization values ([#5162](https://github.com/aws/jsii/issues/5162)) ([69f2c2b](https://github.com/aws/jsii/commit/69f2c2b9bf6937de9062fb1ccf51635044bbd3a1))
17+
* **python:** typeguard check runs on every call instead of once per process ([#5169](https://github.com/aws/jsii/issues/5169)) ([d9b804b](https://github.com/aws/jsii/commit/d9b804b5c98f50f03142eb1386eb28d6d4b82459))
18+
* sibling module dependencies are eagerly loaded even if only for type annotations ([#5172](https://github.com/aws/jsii/issues/5172)) ([6088919](https://github.com/aws/jsii/commit/6088919e8be0513140654bf22ba5eb95899a2f2a))
19+
520
## [1.135.0](https://github.com/aws/jsii/compare/v1.134.0...v1.135.0) (2026-06-11)
621

722

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
"rejectCycles": true
1313
}
1414
},
15-
"version": "1.135.0",
15+
"version": "1.136.0",
1616
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
1717
}

0 commit comments

Comments
 (0)