File tree 2 files changed +20
-1
lines changed
2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 1
1
/truffle /CHANGELOG.md merge =union
2
- /sdk /CHANGELOG.md merge =union
2
+ /sdk /CHANGELOG.md merge =union
3
+ /espresso /CHANGELOG.md merge =union
Original file line number Diff line number Diff line change
1
+ # Espresso Changelog
2
+
3
+ ## Version 21.3.0
4
+ ### User-visible changes
5
+ * Java 17 guest and host support.
6
+ * Support using interop buffer-like object as a ` byte[] ` in espresso.
7
+ * Add buffer interop messages to the explicit interop API.
8
+ * The Polyglot API is not enabled by default anymore. When needed, contexts should be created with the ` java.Polyglot ` option set to ` true ` .
9
+ * The HotSwapAPI is not auto-enabled by debugging anymore. When needed, contexts should be created with the ` java.HotSwapAPI ` option set to ` true ` .
10
+ * Avoid illegal reflective access warnings with host Java >= 11.
11
+ ### Internal changes
12
+ * The Static Object Model has moved to Truffle.
13
+ * On-Stack-Replacement using the new Truffle bytecode OSR API.
14
+ * Detect and report trivial methods.
15
+ * Enable saturated type flows.
16
+ ### Noteworthy fixes
17
+ * Performance and functional related to JDWP.
18
+ * Fix some crashes observed when using the JNA.
You can’t perform that action at this time.
0 commit comments