You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,21 @@
2
2
3
3
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.
* 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))
0 commit comments