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

Commit f98269c

Browse files
chore(main): release 2.12.0 (#505)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent eaaca48 commit f98269c

File tree

5 files changed

+27
-4
lines changed

5 files changed

+27
-4
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
".": "2.11.3"
2+
".": "2.12.0"
33
}
44

CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,29 @@
44

55
[1]: https://pypi.org/project/google-cloud-monitoring/#history
66

7+
## [2.12.0](https://github.com/googleapis/python-monitoring/compare/v2.11.3...v2.12.0) (2022-12-15)
8+
9+
10+
### Features
11+
12+
* Add typing to proto.Message based class attributes ([eaaca48](https://github.com/googleapis/python-monitoring/commit/eaaca4815872d78725893b0aa26ffd96d84d58d5))
13+
14+
15+
### Bug Fixes
16+
17+
* Add dict typing for client_options ([eaaca48](https://github.com/googleapis/python-monitoring/commit/eaaca4815872d78725893b0aa26ffd96d84d58d5))
18+
* Add metric label example to the snippet ([#509](https://github.com/googleapis/python-monitoring/issues/509)) ([48b4e35](https://github.com/googleapis/python-monitoring/commit/48b4e35dee6066035b91214ccb44022f539cb007))
19+
* Add missing argument description ([#504](https://github.com/googleapis/python-monitoring/issues/504)) ([8d54a7e](https://github.com/googleapis/python-monitoring/commit/8d54a7e337b094e42ab544078f160c15ebc55921))
20+
* **deps:** Require google-api-core &gt;=1.34.0, >=2.11.0 ([eaaca48](https://github.com/googleapis/python-monitoring/commit/eaaca4815872d78725893b0aa26ffd96d84d58d5))
21+
* Drop usage of pkg_resources ([eaaca48](https://github.com/googleapis/python-monitoring/commit/eaaca4815872d78725893b0aa26ffd96d84d58d5))
22+
* Fix timeout default values ([eaaca48](https://github.com/googleapis/python-monitoring/commit/eaaca4815872d78725893b0aa26ffd96d84d58d5))
23+
* Remove duplicate variable declaration ([#503](https://github.com/googleapis/python-monitoring/issues/503)) ([99a981c](https://github.com/googleapis/python-monitoring/commit/99a981c9b4a53597020a30503e028ecc554b4d68))
24+
25+
26+
### Documentation
27+
28+
* **samples:** Snippetgen should call await on the operation coroutine before calling result ([eaaca48](https://github.com/googleapis/python-monitoring/commit/eaaca4815872d78725893b0aa26ffd96d84d58d5))
29+
730
## [2.11.3](https://github.com/googleapis/python-monitoring/compare/v2.11.2...v2.11.3) (2022-10-07)
831

932

google/cloud/monitoring/gapic_version.py

+1-1
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__ = "2.11.3" # {x-release-please-version}
16+
__version__ = "2.12.0" # {x-release-please-version}

google/cloud/monitoring_v3/gapic_version.py

+1-1
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__ = "2.11.3" # {x-release-please-version}
16+
__version__ = "2.12.0" # {x-release-please-version}

samples/generated_samples/snippet_metadata_google.monitoring.v3.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-monitoring",
11-
"version": "0.1.0"
11+
"version": "2.12.0"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)