Skip to content
This repository was archived by the owner on Feb 29, 2024. It is now read-only.

Releases: GoogleCloudPlatform/cloud-debug-java

Java Cloud Debugger v2.28

Choose a tag to compare

@mctavish mctavish released this 21 Jun 21:33
  • Migrate to googleapis/google-auth-library-java for Oauth2
  • Update dependencies

Java Cloud Debugger v2.27

Choose a tag to compare

@jasonborg jasonborg released this 12 May 14: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

Choose a tag to compare

@Louis-Ye Louis-Ye released this 14 Sep 20:14
  • Support short-circuit condition/expression evaluation.
  • Code quality and loggings improvements in general.

Java Cloud Debugger v2.25

Choose a tag to compare

@Louis-Ye Louis-Ye released this 19 May 14: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

Choose a tag to compare

@Louis-Ye Louis-Ye released this 05 Sep 19:40

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

Choose a tag to compare

@hrasadi hrasadi released this 08 May 09:59

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

Choose a tag to compare

@hrasadi hrasadi released this 13 Mar 18:00

This release contains bug fixes and improvements.

Java Cloud Debugger v2.21

Choose a tag to compare

@hrasadi hrasadi released this 28 Nov 17:55

This version upgrades our ASM library dependency to v7.0.

Java Cloud Debugger v2.19

Choose a tag to compare

@emrekultursay emrekultursay released this 09 Aug 01:09

Print more details (with stack trace) when there is an exception in ClassPathLookup construction.

Java Cloud Debugger v2.18

Choose a tag to compare

@cbaueratwork cbaueratwork released this 04 May 21:43
  • 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