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

Releases: GoogleCloudPlatform/cloud-debug-python

Python Cloud Debugger 1.16

Choose a tag to compare

@xinghuadou-google xinghuadou-google released this 14 Apr 22:14

This release:

Adds rate limiting for logpoints, for both total messages logged and total bytes logged.

Python Cloud Debugger 1.15

Choose a tag to compare

@emrekultursay emrekultursay released this 05 Apr 01:18

This release:

  1. Supports new environment variables set by GAE Flex.
  2. Prints class names when using logpoints.
  3. Displays class names in stack trace when using breakpoints.
  4. Supports capturing byte arrays.

Python Cloud Debugger 1.14

Choose a tag to compare

@b-daniels b-daniels released this 11 Jan 22:41

This release:

  • Improves location reporting for logpoints
  • Works around the race condition in http://bugs.python.org/issue7980 to avoid failures when setting breakpoints.
  • Modifies the stack capture code to retrieve data in user-specified expressions before the rest of the local variables.

Python Cloud Debugger 1.13

Choose a tag to compare

@b-daniels b-daniels released this 08 Nov 21:36

This release:

  • Fixes a performance issue related to setting a breakpoint in a module that is not yet loaded.
  • Enhances reporting capabilities for expired breakpoints.
  • Adds a timeout to enable the debugger to recover from failed calls to the hub service.
  • Relaxes the limit on list data capture for explicitly-requested expressions.

Python Cloud Debugger 1.12

Choose a tag to compare

@b-daniels b-daniels released this 23 Sep 01:56

This version:

Changes enable_service_account_auth to use json auth files. The previous support for p12 files has been dropped from oauth2client, so we are moving to the recommended style of auth.

Fixes an issue where breakpoints could cause Python applications to crash if GC occurred while enumerating the members of an object.

FIxes parsing of timestamp text to handle the case where OnePlatform infrastructure strips a redundant ".000".

Python Cloud Debugger 1.11

Choose a tag to compare

@emrekultursay emrekultursay released this 15 Aug 18:26

This version supports oauth2client v3.0.0.

Python Cloud Debugger 1.10

Choose a tag to compare

@b-daniels b-daniels released this 21 Jun 23:59

Added a consistent prefix to logpoints. Fixed documentation bug. Changed debugger entrypoint to "enable".

Python Cloud Debugger 1.9

Choose a tag to compare

@emrekultursay emrekultursay released this 05 Apr 18:36
Increment python debugger minor version.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=118806795

Python Cloud Debugger 1.8

Choose a tag to compare

@b-daniels b-daniels released this 28 Mar 20:13

This release adds support for the LOG breakpoint action, and suppresses some overly-verbose logging in discovery.py.

Fix startup sequence issues

Choose a tag to compare

@b-daniels b-daniels released this 09 Feb 23:36

This version contains fixes for some issues relating to the load order for system modules in some environments.