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

Releases: GoogleCloudPlatform/cloud-debug-python

Python Cloud Debugger 1.16

14 Apr 22:14
Compare
Choose a tag to compare

This release:

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

Python Cloud Debugger 1.15

05 Apr 01:18
Compare
Choose a tag to compare

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

11 Jan 22:41
Compare
Choose a tag to compare

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

08 Nov 21:36
Compare
Choose a tag to compare

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

23 Sep 01:56
Compare
Choose a tag to compare

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

15 Aug 18:26
Compare
Choose a tag to compare

This version supports oauth2client v3.0.0.

Python Cloud Debugger 1.10

21 Jun 23:59
Compare
Choose a tag to compare

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

Python Cloud Debugger 1.9

05 Apr 18:36
Compare
Choose a tag to compare
Increment python debugger minor version.

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

Python Cloud Debugger 1.8

28 Mar 20:13
Compare
Choose a tag to compare

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

Fix startup sequence issues

09 Feb 23:36
Compare
Choose a tag to compare

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