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 v2.17

Choose a tag to compare

@mctavish mctavish released this 21 Apr 20:38

Bug fixes and improvements

Python Cloud Debugger v2.16

Choose a tag to compare

@mctavish mctavish released this 09 Apr 17:42
  • Add support for Python 3.9
  • Use environment markers in setup.py
  • Bug fixes and improvements

Python Cloud Debugger v2.15

Choose a tag to compare

@Louis-Ye Louis-Ye released this 16 Jun 15:18

Python Cloud Debugger 2.14

Choose a tag to compare

@jasonborg jasonborg released this 03 Dec 17:15

Provides experimental support for Python 3.8.

Python Cloud Debugger 2.13

Choose a tag to compare

@Louis-Ye Louis-Ye released this 22 Nov 16:55

This release

  • Log version number
  • Fix bugs and improve things

Python Cloud Debugger 2.12

Choose a tag to compare

@mctavish mctavish released this 20 Jun 17:52

Bug fixes and improvements.

Python Cloud Debugger 2.11

Choose a tag to compare

@hrasadi hrasadi released this 09 May 15:09

This version adds support for GCP Cloud Run environment. Please refer to product documentation for more information on this.

Python Cloud Debugger 2.10

Choose a tag to compare

@hrasadi hrasadi released this 14 Mar 21:33

This release contains several bug fixes and performance improvements.

Python Cloud Debugger 2.9

Choose a tag to compare

@xinghuadou-google xinghuadou-google released this 14 Aug 21:38

This release adds:
Better pretty printing of protorpc.messages.Enum and certain exceptions
Built the agent according to manylinux requirements
An experimental version of the agent for Python 3.7

Python Cloud Debugger 2.8

Choose a tag to compare

@xinghuadou-google xinghuadou-google released this 09 Apr 21:57

This release:
Removed the static linking of libstdc++ which could cause conflicts with a different version installed on the system.
Removed support for authenticating via P12 files.
Added support for application default credentials, and removed the need to pass the --enable_service_account_auth, --project_id, and --project_number flags for authentication.