Releases: googleapis/python-functions
Releases · googleapis/python-functions
v1.13.0
1.13.0 (2023-05-25)
Features
- Added helper methods for long running operations, IAM, and locations (17b7a5b)
- ListFunctions now include metadata which indicates whether a function is a
GEN_1
or GEN_2
function (#263) (ea38aad)
Documentation
- Applied general style guide updates to descriptions (17b7a5b)
- Clarified that vpcConnector shortname is only returned if the connector is in the same project as the function (17b7a5b)
v1.12.0
1.12.0 (2023-03-23)
Features
- Add
available_cpu
field (af189a0)
- Add
kms_key_name
field to ServiceConfig (the CMEK use case) (af189a0)
- Add
max_instance_request_concurrency
field (af189a0)
- Add
security_level
field (af189a0)
Documentation
- Fix formatting of request arg in docstring (#259) (8befe21)
v1.11.0
1.11.0 (2023-02-16)
Features
- Enable "rest" transport in Python for services supporting numeric enums (#248) (be19686)
v1.10.1
1.10.1 (2023-01-20)
Bug Fixes
- Add context manager return types (e50be06)
Documentation
- Add documentation for enums (e50be06)
v1.9.0
1.9.0 (2022-12-14)
Features
- Add support for
google.cloud.functions.__version__
(8fa10be)
- Add typing to proto.Message based class attributes (8fa10be)
Bug Fixes
- Add dict typing for client_options (8fa10be)
- deps: Require google-api-core >=1.34.0, >=2.11.0 (716d441)
- Drop usage of pkg_resources (716d441)
- Fix timeout default values (716d441)
Documentation
- samples: Snippetgen handling of repeated enum field (8fa10be)
- samples: Snippetgen should call await on the operation coroutine before calling result (716d441)
v1.8.3
1.8.3 (2022-10-07)
Bug Fixes
v1.8.2
1.8.2 (2022-09-29)
Bug Fixes
v1.8.1
1.8.1 (2022-08-11)
Bug Fixes
- deps: allow protobuf < 5.0.0 (#207) (bdc415b)
- deps: require proto-plus >= 1.22.0 (bdc415b)
v1.8.0
1.8.0 (2022-07-14)
Features
Bug Fixes
- deps: require google-api-core>=1.32.0,>=2.8.0 (10a61fa)
- require python 3.7+ (#197) (6ed2206)