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

Commit c6ec3c4

Browse files
chore(main): release 1.8.0 (#282)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 5cd01da commit c6ec3c4

File tree

7 files changed

+28
-6
lines changed

7 files changed

+28
-6
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.7.3"
2+
".": "1.8.0"
33
}

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,28 @@
44

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

7+
## [1.8.0](https://github.com/googleapis/python-trace/compare/v1.7.3...v1.8.0) (2022-12-14)
8+
9+
10+
### Features
11+
12+
* Add support for `google.cloud.trace.__version__` ([a45bd77](https://github.com/googleapis/python-trace/commit/a45bd7739b2614d3cff6e607bef1eeeb68b6d115))
13+
* Add typing to proto.Message based class attributes ([a45bd77](https://github.com/googleapis/python-trace/commit/a45bd7739b2614d3cff6e607bef1eeeb68b6d115))
14+
15+
16+
### Bug Fixes
17+
18+
* Add dict typing for client_options ([a45bd77](https://github.com/googleapis/python-trace/commit/a45bd7739b2614d3cff6e607bef1eeeb68b6d115))
19+
* **deps:** Require google-api-core &gt;=1.34.0, >=2.11.0 ([5cd01da](https://github.com/googleapis/python-trace/commit/5cd01da4001cf06f775661c61ae7edf7a3405a42))
20+
* Drop usage of pkg_resources ([5cd01da](https://github.com/googleapis/python-trace/commit/5cd01da4001cf06f775661c61ae7edf7a3405a42))
21+
* Fix timeout default values ([5cd01da](https://github.com/googleapis/python-trace/commit/5cd01da4001cf06f775661c61ae7edf7a3405a42))
22+
23+
24+
### Documentation
25+
26+
* **samples:** Snippetgen handling of repeated enum field ([a45bd77](https://github.com/googleapis/python-trace/commit/a45bd7739b2614d3cff6e607bef1eeeb68b6d115))
27+
* **samples:** Snippetgen should call await on the operation coroutine before calling result ([5cd01da](https://github.com/googleapis/python-trace/commit/5cd01da4001cf06f775661c61ae7edf7a3405a42))
28+
729
## [1.7.3](https://github.com/googleapis/python-trace/compare/v1.7.2...v1.7.3) (2022-10-07)
830

931

google/cloud/trace/gapic_version.py

Lines 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.7.3" # {x-release-please-version}
16+
__version__ = "1.8.0" # {x-release-please-version}

google/cloud/trace_v1/gapic_version.py

Lines 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.7.3" # {x-release-please-version}
16+
__version__ = "1.8.0" # {x-release-please-version}

google/cloud/trace_v2/gapic_version.py

Lines 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.7.3" # {x-release-please-version}
16+
__version__ = "1.8.0" # {x-release-please-version}

samples/generated_samples/snippet_metadata_google.devtools.cloudtrace.v1.json

Lines 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-trace",
11-
"version": "0.1.0"
11+
"version": "1.8.0"
1212
},
1313
"snippets": [
1414
{

samples/generated_samples/snippet_metadata_google.devtools.cloudtrace.v2.json

Lines 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-trace",
11-
"version": "0.1.0"
11+
"version": "1.8.0"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)