Skip to content
This repository was archived by the owner on Sep 5, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.12.0"
".": "1.13.0"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [1.13.0](https://github.com/googleapis/python-functions/compare/v1.12.0...v1.13.0) (2023-05-25)


### Features

* Added helper methods for long running operations, IAM, and locations ([17b7a5b](https://github.com/googleapis/python-functions/commit/17b7a5ba23bb561ea06c58df0436d5fed79d0413))
* ListFunctions now include metadata which indicates whether a function is a `GEN_1` or `GEN_2` function ([#263](https://github.com/googleapis/python-functions/issues/263)) ([ea38aad](https://github.com/googleapis/python-functions/commit/ea38aadbd148e7984a6cfd4a68acaa8b697affc1))


### Documentation

* Applied general style guide updates to descriptions ([17b7a5b](https://github.com/googleapis/python-functions/commit/17b7a5ba23bb561ea06c58df0436d5fed79d0413))
* Clarified that vpcConnector shortname is only returned if the connector is in the same project as the function ([17b7a5b](https://github.com/googleapis/python-functions/commit/17b7a5ba23bb561ea06c58df0436d5fed79d0413))

## [1.12.0](https://github.com/googleapis/python-functions/compare/v1.11.0...v1.12.0) (2023-03-23)


Expand Down
2 changes: 1 addition & 1 deletion google/cloud/functions/gapic_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "1.12.0" # {x-release-please-version}
__version__ = "1.13.0" # {x-release-please-version}
2 changes: 1 addition & 1 deletion google/cloud/functions_v1/gapic_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "1.12.0" # {x-release-please-version}
__version__ = "1.13.0" # {x-release-please-version}
2 changes: 1 addition & 1 deletion google/cloud/functions_v2/gapic_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "1.12.0" # {x-release-please-version}
__version__ = "1.13.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-functions",
"version": "0.1.0"
"version": "1.13.0"
},
"snippets": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-functions",
"version": "0.1.0"
"version": "1.13.0"
},
"snippets": [
{
Expand Down