This repository has been archived by the owner on Jan 23, 2024. It is now read-only.
Releases: GoogleCloudPlatform/cloud-debug-python
Releases · GoogleCloudPlatform/cloud-debug-python
Python Cloud Debugger v4.1
Python Cloud Debugger v4.0
What's Changed
- feat!: default to Firebase backend. by @mctavish in #86
- NOTE: This change removes support for the deprecated Cloud Debugger API. See https://github.com/GoogleCloudPlatform/snapshot-debugger#readme for information on how to use this agent with the Firebase backend.
- chore: release v4.0 by @mctavish in #88
Full Changelog: v3.5...v4.0
Python Cloud Debugger v3.5
What's Changed
- chore: Add extra test cleanup to build scripts by @jasonborg in #82
- fix: address some cases where jumps were not being updated by @mctavish in #83
- chore: release version 3.5 by @mctavish in #84
Full Changelog: v3.4...v3.5
Python Cloud Debugger v3.4
What's Changed
- fix: handle negative line number deltas by @mctavish in #73
- fix: Breakpoint Expiry in Firebase Backend Version by @jasonborg in #74
- fix: Cleanup logs when Firebase RTDB does no exist by @jasonborg in #76
- feat: Support default-rtdb instance. by @jasonborg in #78
- fix: Module not found corner case by @jasonborg in #80
- chore: Release version 3.4 by @jasonborg in #81
Full Changelog: v3.3...v3.4
Python Cloud Debugger v3.3
What's Changed
- docs: Update Firebase notes in README by @jasonborg in #66
- chore: Add first cc unit tests. by @mctavish in #67
- chore: move python tests into a subdirectory by @mctavish in #68
- chore: clean up unused BUILD file. by @mctavish in #69
- feat: Add support for Python 3.10 by @mctavish in #70
- chore: Release version 3.3 by @mctavish in #71
New Contributors
- @jasonborg made their first contribution in #66
Full Changelog: v3.2...v3.3
Python Cloud Debugger v3.2
What's Changed
- fix: safely handle multiple deletions of a breakpoint by @mctavish in #58
- docs: Add instructions for development by @mctavish in #61
- chore: bump firebase-admin version by @mctavish in #62
- feat: add active debuggee support by @mctavish in #64
- chore: release version 3.2 by @mctavish in #65
Full Changelog: v3.1...v3.2
Python Cloud Debugger v3.1
What's Changed
- fix: save data in /snapshot instead of /snapshots. by @mctavish in #56
- chore: release version 3.1 by @mctavish in #57
Full Changelog: v3.0...v3.1
Python Cloud Debugger v3.0
Python Cloud Debugger v2.19
- Drop Python 2.7 support
- Migrate build & release system
- Update glog and gflags versions
- Bug fixes
Python Cloud Debugger v2.18
- Support Google Cloud Functions platform and region detection.
- Bug fixes and improvements.