This repository was archived by the owner on Feb 29, 2024. It is now read-only.
Releases: GoogleCloudPlatform/cloud-debug-java
Releases · GoogleCloudPlatform/cloud-debug-java
Java Cloud Debugger v2.28
- Migrate to googleapis/google-auth-library-java for Oauth2
- Update dependencies
Java Cloud Debugger v2.27
Cloud Debugger has updated the configuration file naming and keywords that you use to block access to sensitive data. For the updated configuration, see Hiding sensitive data for more information.
Java Cloud Debugger v2.26
- Support short-circuit condition/expression evaluation.
- Code quality and loggings improvements in general.
Java Cloud Debugger v2.25
- Support Breakpoint Canary.
- Add version.txt (from GcpDebugletVersion.java) inside the release artifacts so that it is easier to identify the artifact's version.
- Code quality and configuration improvements in general.
Java Cloud Debugger v2.24
This release:
- Get rid of memory leaks from invoking JvmtiEnv::GetLocalVariableTable.
- Fixes the "class not loaded ..." bug.
- Always include service account functionality in agents
- Log version number upon agent initialization.
Java Cloud Debugger v2.23
This release officially adds support for Cloud Run and Cloud Run on GKE, a new computing platform by Google. Please refer to the documentation for more information on how to configure debugger in Cloud Run platform.
Java Cloud Debugger v2.22
This release contains bug fixes and improvements.
Java Cloud Debugger v2.21
This version upgrades our ASM library dependency to v7.0.
Java Cloud Debugger v2.19
Print more details (with stack trace) when there is an exception in ClassPathLookup construction.
Java Cloud Debugger v2.18
- Adds support for Kotlin debugging (see the documentation)
- Variables of type Byte[] can now be viewed as UTF-8 and base64 strings
- Logpoint quota tracking improvements
- Command line flags auth.serviceaccount.enable/enable_service_account_auth are no longer required for service account authentication