Changelog

PyPI History

3.34.0 (2025年12月04日)

Features

3.33.0 (2025年10月16日)

Features

Bug Fixes

3.32.0 (2025年08月29日)

Features

  • Add option to enable nested virtualization if available (47981a8)

Documentation

  • Update comments for machine_type and disk_size_gb (47981a8)

3.31.3 (2025年07月26日)

Documentation

  • [google-cloud-build] Updated Private Service Connect IP ranges when route_all_traffic is false (#14149) (7bbeba4)

3.31.2 (2025年06月11日)

Documentation

  • Update import statement example in README (8697120)

3.31.1 (2025年03月15日)

Bug Fixes

  • [Many APIs] Allow Protobuf 6.x (1e43e75)

  • remove setup.cfg configuration for creating universal wheels (#13659) (59bfd42)

3.31.0 (2025年02月18日)

Features

  • Add option to enable fetching dependencies (3fe8899)

  • Support for git proxy setup (3fe8899)

Bug Fixes

  • deps: Require grpc-google-iam-v1>=0.14.0 (3fe8899)

Documentation

  • Updates to proto message comments (3fe8899)

3.30.0 (2025年02月12日)

Features

  • Add REST Interceptors which support reading metadata (e22e2bd)

  • Add support for reading selective GAPIC generation methods from service YAML (e22e2bd)

3.29.0 (2025年01月13日)

Features

  • [google-cloud-build] Add GoModule to Artifact and Results messages and new GO_MODULE_H1 hash type (#13416) (8a3a6d6)

  • [google-cloud-build] Add option to enable structured logging (#13430) (dc7d7f2)

3.28.0 (2024年12月12日)

Features

  • Add support for opt-in debug logging (e31cbb0)

Bug Fixes

  • Fix typing issue with gRPC metadata when key ends in -bin (e31cbb0)

3.27.1 (2024年11月11日)

Bug Fixes

3.27.0 (2024年10月28日)

Features

  • [google-cloud-build] Add PrivateServiceConnect option to WorkerPool (#13221) (629b927)

3.26.0 (2024年10月24日)

Features

3.25.0 (2024年09月23日)

Features

  • Add LEGACY_BUCKET option to DefaultLogsBucketBehavior (e889809)

Documentation

3.24.2 (2024年07月30日)

Bug Fixes

  • Retry and timeout values do not propagate in requests during pagination (a6f7356)

3.24.1 (2024年07月08日)

Bug Fixes

3.24.0 (2024年03月22日)

Features

  • Add Bitbucket Data Center Config and Bitbucket Cloud config for Cloud Build Repositories (6994587)

3.23.3 (2024年03月05日)

Bug Fixes

3.23.2 (2024年02月22日)

Bug Fixes

  • deps: [Many APIs] Require google-api-core>=1.34.1 (#12304) (c52e0cd)

  • fix ValueError in test__validate_universe_domain (dd749df)

3.23.1 (2024年02月06日)

Bug Fixes

  • Add google-auth as a direct dependency (8465244)

  • Add staticmethod decorator to _get_client_cert_source and _get_api_endpoint (8465244)

  • Resolve AttributeError ‘Credentials’ object has no attribute ‘universe_domain’ (8465244)

3.23.0 (2024年02月01日)

Features

  • Allow users to explicitly configure universe domain (#12238) (8701267)

3.22.0 (2023年12月07日)

Features

  • Add support for python 3.12 (0d1a592)

  • Introduce compatibility with native namespace packages (0d1a592)

Bug Fixes

  • Require proto-plus >= 1.22.3 (0d1a592)

  • Use retry_async instead of retry in async client (0d1a592)

3.21.0 (2023年11月02日)

Features

  • Add optional field "SourceFetcher" to choose source fetcher tool (#11965) (bf00c56)

3.20.1 (2023年10月09日)

Documentation

3.20.0 (2023年08月08日)

Features

  • Add automap_substitutions flag to use substitutions as envs in Cloud Build (a1e03be)

  • Add git_file_source and git_repo_source to build_trigger (a1e03be)

  • Add update_mask to UpdateBuildTriggerRequest proto (a1e03be)

3.19.0 (2023年07月17日)

Features

  • Add routing information in Cloud Build GRPC clients (#419) (d94aabd)

3.18.0 (2023年07月10日)

Features

3.17.1 (2023年07月04日)

Bug Fixes

  • Add async context manager return types (#413) (794de7a)

3.17.0 (2023年06月29日)

Features

  • Add GitLabConfig and fetchGitRefs for Cloud Build Repositories (#412) (f5b1b42)

  • Add repositoryevent to buildtrigger (#409) (a7d5ed3)

3.16.0 (2023年04月18日)

Features

  • Add NpmPackages to Artifact and Results messages and new SHA512 hash type (95ebbce)

  • Add PeeredNetworkIpRange to NetworkConfigs message (95ebbce)

Documentation

3.15.0 (2023年04月17日)

Features

  • v1: Update third party clodubuild.proto library to include git_source (#400) (4ae6238)

3.14.0 (2023年03月23日)

Features

  • Add DefaultLogsBucketBehavior to BuildOptions (#391) (599c938)

Documentation

  • Fix formatting of request arg in docstring (#397) (1c7725f)

3.13.0 (2023年02月17日)

Features

  • Enable "rest" transport in Python for services supporting numeric enums (0c4d84f)

Bug Fixes

  • Remove empty v2.CloudBuild definition (0c4d84f)

3.12.0 (2023年02月04日)

Features

  • Client libraries for Cloud Build Repositories (preview) (#376) (9b53646)

3.11.1 (2023年01月20日)

Bug Fixes

  • Add context manager return types (51b64ba)

Documentation

  • Add documentation for enums (51b64ba)

3.11.0 (2023年01月10日)

Features

3.10.0 (2022年12月15日)

Features

  • Add allow_failure, exit_code, and allow_exit_code to BuildStep message (#351) (0ef62e5)

  • Add support for google.cloud.devtools.cloudbuild.__version__ (f2962f8)

  • Add typing to proto.Message based class attributes (f2962f8)

  • Integration of Cloud Build with Artifact Registry (f2962f8)

Bug Fixes

  • Add dict typing for client_options (f2962f8)

  • deps: Require google-api-core >=1.34.0, >=2.11.0 (601b46c)

  • Drop usage of pkg_resources (601b46c)

  • Fix timeout default values (601b46c)

Documentation

  • samples: Snippetgen handling of repeated enum field (f2962f8)

  • samples: Snippetgen should call await on the operation coroutine before calling result (601b46c)

3.9.3 (2022年10月07日)

Bug Fixes

3.9.2 (2022年10月03日)

Bug Fixes

3.9.1 (2022年08月11日)

Bug Fixes

  • deps: allow protobuf < 5.0.0 (#319) (db1e8be)

  • deps: require proto-plus >= 1.22.0 (db1e8be)

3.9.0 (2022年07月16日)

Features

Bug Fixes

3.8.3 (2022年06月03日)

Bug Fixes

Documentation

  • fix changelog header to consistent size (#294) (057a06d)

3.8.2 (2022年05月05日)

Documentation

  • fix type in docstring for map fields (3a4be49)

3.8.1 (2022年03月05日)

Bug Fixes

  • deps: require google-api-core>=1.31.5, >=2.3.2 (#239) (d2d9c83)

  • deps: require proto-plus>=1.15.0 (d2d9c83)

3.8.0 (2022年02月14日)

Features

Bug Fixes

  • resolve DuplicateCredentialArgs error when using credentials_file (2af2b18)

3.7.1 (2021年11月05日)

Bug Fixes

  • deps: require google-api-core >= 1.28.0, drop packaging dep (f3fb436)

Documentation

  • list oneofs in docstring (f3fb436)

3.7.0 (2021年10月13日)

Features

3.6.0 (2021年10月11日)

Features

  • add context manager support in client (#184) (7ac092c)

3.5.2 (2021年09月30日)

Bug Fixes

  • improper types in pagers generation (f56eed5)

3.5.1 (2021年09月24日)

Bug Fixes

  • add ‘dict’ annotation type to ‘request’ (925a436)

3.5.0 (2021年08月27日)

Features

  • add script field to BuildStep message (#154) (8336413)

  • Update cloudbuild proto with the service_account for BYOSA Triggers. (#155) (e18dbee)

3.4.0 (2021年08月20日)

Features

  • Add ability to configure BuildTriggers to create Builds that require approval before executing and ApproveBuild API to approve or reject pending Builds (#147) (0ba4e0d)

3.3.2 (2021年07月28日)

Documentation

  • Add a new build phase SETUPBUILD for timing information (#142) (eb23c8d)

3.3.1 (2021年07月24日)

Features

  • add a WorkerPools API (#129) (2ea98bd)

  • add Samples section to CONTRIBUTING.rst (#131) (7593c96)

  • Implementation of Build Failure Info: - Added message FailureInfo field (#132) (76564e8)

Bug Fixes

  • deps: pin ‘google-{api,cloud}-core’, ‘google-auth’ to allow 2.x versions (#130) (e92b7a2)

  • enable self signed jwt for grpc (#139) (89f7931)

Miscellaneous Chores

3.3.0 (2021年06月30日)

Features

Bug Fixes

Documentation

3.2.1 (2021年05月16日)

Bug Fixes

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 and E2_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 a CreateBuild call. The Cloud Build API has always assumed this, but now we are actually specifying it. (df8ddd0)

Documentation

  • Add $PROJECT_NUMBER as a substitution variable. (df8ddd0)

  • Clarify lifetime/expiration behavior around ListBuilds page tokens. (df8ddd0)

  • Update field docs on required-ness behavior and fix typos. (df8ddd0)

3.1.1 (2021年03月26日)

Documentation

3.1.0 (2021年03月23日)

Features

3.0.2 (2021年02月19日)

Documentation

  • update python contributing guide (#63) (f199171)

3.0.1 (2021年02月08日)

Bug Fixes

  • remove client recv msg limit (a1727c3)

3.0.0 (2020年11月04日)

⚠ BREAKING CHANGES

  • rename fields that conflict with builtins (#29) (3b27cc3)

    • StorageSource.object -> StorageSource.object_

    • RepoSource.dir -> RepoSource.dir_

    • BuildStep.dir -> BuildStep.dir_

    • Hash.type -> Hash.type_

Features

  • add new build message fields (#29) (3b27cc3)

    • service_account, which is available to members of our closed alpha

    • STACKDRIVER_ONLY and CLOUD_LOGGING_ONLY logging modes

    • dynamic_substitutions option

2.0.0 (2020年07月23日)

⚠ BREAKING CHANGES

  • migrate to use microgenerator (#23)

Features

1.1.0 (2020年06月30日)

Features

  • add time-to-live in a queue for builds (#19) (d30aba7)

1.0.0 (2020年02月28日)

Features

  • bump library release level to GA (#8) (f6e5c3b)

0.1.0

11-07-2019 10:48 PST

Note: This library is incompatible with google-cloud-containeranalysis<0.3.1. Please upgrade to google-cloud-containeranalysis>=0.3.1 to use this library.

New Features

  • Initial generation of Cloud Build v1 (#9510).

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年12月04日 UTC.