Skip to content
This repository was archived by the owner on Sep 5, 2023. It is now read-only.

Releases: googleapis/python-functions

v1.13.0

01 Jun 12:01
c155b2c
Compare
Choose a tag to compare

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

27 Mar 15:53
fc6da6a
Compare
Choose a tag to compare

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

16 Feb 20:34
bf65279
Compare
Choose a tag to compare

1.11.0 (2023-02-16)

Features

  • Enable "rest" transport in Python for services supporting numeric enums (#248) (be19686)

v1.10.1

23 Jan 15:41
c883572
Compare
Choose a tag to compare

1.10.1 (2023-01-20)

Bug Fixes

  • Add context manager return types (e50be06)

Documentation

  • Add documentation for enums (e50be06)

v1.10.0

10 Jan 19:07
dced57a
Compare
Choose a tag to compare

1.10.0 (2023-01-10)

Features

v1.9.0

15 Dec 16:52
fef0a0e
Compare
Choose a tag to compare

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

10 Oct 16:10
85e2b10
Compare
Choose a tag to compare

1.8.3 (2022-10-07)

Bug Fixes

v1.8.2

29 Sep 19:59
5d98478
Compare
Choose a tag to compare

1.8.2 (2022-09-29)

Bug Fixes

v1.8.1

15 Aug 18:18
f6d7780
Compare
Choose a tag to compare

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

14 Jul 13:58
3680edd
Compare
Choose a tag to compare

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)