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

21 Apr 20:38
Compare
Choose a tag to compare

Bug fixes and improvements

Python Cloud Debugger v2.16

09 Apr 17:42
Compare
Choose a tag to compare
  • Add support for Python 3.9
  • Use environment markers in setup.py
  • Bug fixes and improvements

Python Cloud Debugger v2.15

16 Jun 15:18
Compare
Choose a tag to compare

Python Cloud Debugger 2.14

03 Dec 17:15
Compare
Choose a tag to compare

Provides experimental support for Python 3.8.

Python Cloud Debugger 2.13

22 Nov 16:55
Compare
Choose a tag to compare

This release

  • Log version number
  • Fix bugs and improve things

Python Cloud Debugger 2.12

20 Jun 17:52
Compare
Choose a tag to compare

Bug fixes and improvements.

Python Cloud Debugger 2.11

09 May 15:09
Compare
Choose a tag to compare

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

Python Cloud Debugger 2.10

14 Mar 21:33
Compare
Choose a tag to compare

This release contains several bug fixes and performance improvements.

Python Cloud Debugger 2.9

14 Aug 21:38
Compare
Choose a tag to compare

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

09 Apr 21:57
Compare
Choose a tag to compare

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.