All Versions
249
Latest Version
Avg Release Cycle
17 days
Latest Release
992 days ago

Changelog History
Page 8

  • v1.9.12 Changes

    March 26, 2019
    • ๐Ÿ›  Fixed stack map frame generation during constructor advice.
    • ๐Ÿ‘Œ Improves frame generation for cropping-capable frames.
  • v1.9.11 Changes

    March 21, 2019
    • โœ‚ Remove field reference in injected class due to possibility of loading Byte Buddy on the boot loader.
    • โšก๏ธ Updated to ASM 7.1.
    • ๐Ÿ›  Fix unsafe injection on Java 12/13.
  • v1.9.10 Changes

    February 11, 2019
    • ๐Ÿ›  Fixed ByteArrayClassLoader when used from boot class loader.
    • ๐Ÿ›  Fixed shading to include ASM class required during renaming.
  • v1.9.9 Changes

    February 04, 2019
    • ๐Ÿ— Properly interrupt resubmission process in agent builder.
    • ๐Ÿ›  Fix visibility checks for nest mates.
  • v1.9.8 Changes

    January 24, 2019
    • Extend MethodCall to allow for loading target from StackManipulation.
    • ๐Ÿ‘ Allow for injection into MultipleParentClassLoader.
    • ๐ŸŽ Performance improvement on array creation.
    • ๐Ÿ‘ Allow for custom strategy for visibility bridge creation.
  • v1.9.7 Changes

    January 12, 2019
    • Retain native modifier when defining a method without method body.
    • ๐Ÿ‘ Allow appending class loader to multiple parent class loader with hierarchy check.
    • โž• Add support for Java 13.
    • Extend experimental property to allow for detection of unknown versions.
  • v1.9.6 Changes

    December 01, 2018
    • โž• Add the JVM extension / platform class loaders to the default excludes for the AgentBuilder.
    • ๐Ÿ”จ Refactor MethodCall to better reuse intermediates. This implies some API changes in the customization API.
    • โž• Add hook to AgentBuilder to customize class file transformer.
  • v1.9.5 Changes

    November 01, 2018
    • ๐Ÿ›  Fixed lookup injection for classes in the default package in Java 9.
  • v1.9.4 Changes

    November 01, 2018
    • โž• Add API for explicit field access from FieldAccessor.
    • ๐Ÿ›  Fix stack size adjustment for custom MemberSubstitutions.
    • ๐ŸŽ Performance improvement for classes with many methods.
  • v1.9.3 Changes

    October 01, 2018
    • โšก๏ธ Update to ASM 7.0 final
    • ๐Ÿ‘Œ Improve field setting capabilities of FieldAccessor and MethodCall.