Releases: vadage/jvm-classloader-hook
Releases · vadage/jvm-classloader-hook
v1.0.1
v1.0.0
Breaking changes
The library now uses a static key to decrypt class bytes via XOR.
The key is determined at compile-time from the environment variables. You can add a secret to your GitHub called ENCRYPTION_KEY
to modify the secret securely.
Full Changelog: v0.2.1...v1.0.0
v0.2.1
The minimum version for Java got bumped up to 1.6. The utilized export was not available with earlier JNI versions.
Full Changelog: v0.2.0...v0.2.1