All Versions
263
Latest Version
Avg Release Cycle
65 days
Latest Release
16 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v1.18.9 Changes
June 01, 2026- 0๏ธโฃ Disable use of Unsafe by default when Java 25or newer is discovered.
- ๐ Check for escape when creating folders in
Plugin.Engine. - ๐ Improve OpenJ9 attachment.
- Avoid null pointer on missing annotation types.
- ๐ Improve diagnostics for external agent attachment.
- ๐ Improve on Gradle context discovery.
- ๐ Support Android libraries on AGP9 or newer.
- โก๏ธ Update ASM.
-
v1.18.8 Changes
April 01, 2026- ๐ Improve support for repeatable builds.
- ๐ Fix reordering of exception table in type initializers when instrumenting.
-
v1.18.7 Changes
March 03, 2026- Introduce new versioning concept with -jdk5 suffix for backwards-compatible jar and Java 8 baseline for regular jar.
-
v1.18.5 Changes
February 14, 2026- Eagerly resolve of canonical files during attach emulation to avoid failure when process ends before file can be deleted.
- โ Add super classes to hash code / equals computation in
Advicethat were missing.
-
v1.18.4 Changes
January 15, 2026- โ Add support for new build description in Android 9.
-
v1.18.3 Changes
December 19, 2025- ๐ Avoid using Class File API when Byte Buddy is loaded on the boot loader where multi-release jars are not available.
- โ Add additional safety when processing class files with illegally formed parameters.
- โก๏ธ Update to latest ASM.
-
v1.18.2 Changes
November 26, 2025- ๐ Support modifiers for value classes in Valhalla builds.
- ๐ Improve use of build cache in Gradle.
-
v1.18.1 Changes
November 14, 2025- ๐ Fix generated module-info to include new package.
-
v1.18.0 Changes
November 11, 2025- โ Add support for
module-infoclass files andModuleDescriptions. - ๐ Allow for manipulating module information using the
ByteBuddyAPI.
- โ Add support for
-
v1.17.8 Changes
October 09, 2025- ๐ Avoid use of types that are deprecated as of Java 26.
- ๐ Include ASM 9.9 that offers ASM support for Java 26.
- ๐ Make sure that generated code internal to Byte Buddy supports CDS if available.
- โก๏ธ Update version of ASM to JDK Class File API bridge to fix some minor bugs related to type annotations.