This repository has been 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 v4.1
What's Changed
- docs: Remove deprecated functionality from README by @jasonborg in #78
- build(deps): bump com.google.guava:guava from 30.1.1-jre to 32.0.0-jre in /src/codegen by @dependabot in #79
- docs: Document archival status by @mctavish in #81
- chore: Release version 4.1 by @mctavish in #82
New Contributors
- @dependabot made their first contribution in #79
- @mctavish made their first contribution in #81
Full Changelog: v4.0...v4.1
Java Cloud Debugger v4.0
What's Changed
- docs: Add extra info on Firebase configuration by @jasonborg in #73
- chore: Bump snakeyaml version to 2.0 (from 1.32). by @jasonborg in #74
- chore: Remove Cloud Debugger Backend support. by @jasonborg in #75
- chore: Release version 4.0 by @jasonborg in #77
Full Changelog: v3.3...v4.0
Java Cloud Debugger v3.3
- Supports App Engine Java8 environment
- Contains fix for breakpoint expiry
Java Cloud Debugger v3.2
- Now uses antlr 2.7.7 (prior version was 2.7.2)
Java Cloud Debugger v3.1
- Supports the active debuggee feature (GoogleCloudPlatform/snapshot-debugger#76)
- Firebase Admin SDK debug logs can now be enabled
- The SDK uses slf4j, and the agent now includes the slf4j Simple logger
- One simple way to configure it is to add
-Dorg.slf4j.simpleLogger.defaultLogLevel=debug
to the java command invocation. - See https://www.slf4j.org/api/org/slf4j/simple/SimpleLogger.html for more information
Java Cloud Debugger v3.0
- Supports Firebase RTDB backend
Java Cloud Debugger v2.32
- Bump com.google.code.gson dependency to version 2.9.1
Java Cloud Debugger v2.31
- Bump google-api-client dependency to version 1.35.2
Java Cloud Debugger v2.30
- Update dependencies
- Tweak Makefile to use
python3
instead ofpython
Java Cloud Debugger v2.29
More dependency updates.