Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Sep 5, 2023. It is now read-only.

Commit fc6da6a

Browse filesBrowse files
chore(main): release 1.12.0 (#256)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 8befe21 commit fc6da6a
Copy full SHA for fc6da6a

File tree

Expand file treeCollapse file tree

7 files changed

+21
-6
lines changed
Filter options
Expand file treeCollapse file tree

7 files changed

+21
-6
lines changed

‎.release-please-manifest.json

Copy file name to clipboard
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.11.0"
2+
".": "1.12.0"
33
}

‎CHANGELOG.md

Copy file name to clipboardExpand all lines: CHANGELOG.md
+15Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [1.12.0](https://github.com/googleapis/python-functions/compare/v1.11.0...v1.12.0) (2023-03-23)
4+
5+
6+
### Features
7+
8+
* Add `available_cpu` field ([af189a0](https://github.com/googleapis/python-functions/commit/af189a0b5f2ef5c29f017cb4265f0011074ce366))
9+
* Add `kms_key_name` field to ServiceConfig (the CMEK use case) ([af189a0](https://github.com/googleapis/python-functions/commit/af189a0b5f2ef5c29f017cb4265f0011074ce366))
10+
* Add `max_instance_request_concurrency` field ([af189a0](https://github.com/googleapis/python-functions/commit/af189a0b5f2ef5c29f017cb4265f0011074ce366))
11+
* Add `security_level` field ([af189a0](https://github.com/googleapis/python-functions/commit/af189a0b5f2ef5c29f017cb4265f0011074ce366))
12+
13+
14+
### Documentation
15+
16+
* Fix formatting of request arg in docstring ([#259](https://github.com/googleapis/python-functions/issues/259)) ([8befe21](https://github.com/googleapis/python-functions/commit/8befe21b1d7bc16112f17fe32c1280ae7fa52ce2))
17+
318
## [1.11.0](https://github.com/googleapis/python-functions/compare/v1.10.1...v1.11.0) (2023-02-16)
419

520

‎google/cloud/functions/gapic_version.py

Copy file name to clipboardExpand all lines: google/cloud/functions/gapic_version.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "1.11.0" # {x-release-please-version}
16+
__version__ = "1.12.0" # {x-release-please-version}

‎google/cloud/functions_v1/gapic_version.py

Copy file name to clipboardExpand all lines: google/cloud/functions_v1/gapic_version.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "1.11.0" # {x-release-please-version}
16+
__version__ = "1.12.0" # {x-release-please-version}

‎google/cloud/functions_v2/gapic_version.py

Copy file name to clipboardExpand all lines: google/cloud/functions_v2/gapic_version.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "1.11.0" # {x-release-please-version}
16+
__version__ = "1.12.0" # {x-release-please-version}

‎samples/generated_samples/snippet_metadata_google.cloud.functions.v1.json

Copy file name to clipboardExpand all lines: samples/generated_samples/snippet_metadata_google.cloud.functions.v1.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-functions",
11-
"version": "0.1.0"
11+
"version": "1.12.0"
1212
},
1313
"snippets": [
1414
{

‎samples/generated_samples/snippet_metadata_google.cloud.functions.v2.json

Copy file name to clipboardExpand all lines: samples/generated_samples/snippet_metadata_google.cloud.functions.v2.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-functions",
11-
"version": "0.1.0"
11+
"version": "1.12.0"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.