As of January 1, 2020 this library no longer supports Python 2 on the latest released version.
Library versions released prior to that date will continue to be available. For more information please
visit Python 2 support on Google Cloud.
Changelog¶
3.2.0 (2021-04-01)¶
Features¶
Add
COMMENTS_ENABLED_FOR_EXTERNAL_CONTRIBUTORS_ONLY
for corresponding comment control behavior with triggered builds. (df8ddd0)Add
E2_HIGHCPU_8
andE2_HIGHCPU_32
machine types. (df8ddd0)Add
ReceiveTriggerWebhook
for webhooks activating specific triggers. (df8ddd0)Add
SecretManager
-related resources and messages for corresponding integration. (#73) (df8ddd0)
Bug Fixes¶
Specify
build
as the body of aCreateBuild
call. The Cloud Build API has always assumed this, but now we are actually specifying it. (df8ddd0)