Skip to content

Commit b85e025

Browse files
chore(main): release 1.7.0 (#182)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 8965e23 commit b85e025

File tree

5 files changed

+28
-4
lines changed

5 files changed

+28
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.6.3"
2+
".": "1.7.0"
33
}

packages/google-cloud-eventarc/CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Changelog
22

3+
## [1.7.0](https://github.com/googleapis/python-eventarc/compare/v1.6.3...v1.7.0) (2022-12-15)
4+
5+
6+
### Features
7+
8+
* Add CMEK support to Eventarc client library ([6ba2726](https://github.com/googleapis/python-eventarc/commit/6ba27265ef643fc0d6e85994d15b1dab5ce496e8))
9+
* Add support for `google.cloud.eventarc.__version__` ([6ba2726](https://github.com/googleapis/python-eventarc/commit/6ba27265ef643fc0d6e85994d15b1dab5ce496e8))
10+
* Add typing to proto.Message based class attributes ([6ba2726](https://github.com/googleapis/python-eventarc/commit/6ba27265ef643fc0d6e85994d15b1dab5ce496e8))
11+
* Update Eventarc Channel to support custom events ([6ba2726](https://github.com/googleapis/python-eventarc/commit/6ba27265ef643fc0d6e85994d15b1dab5ce496e8))
12+
13+
14+
### Bug Fixes
15+
16+
* Add dict typing for client_options ([6ba2726](https://github.com/googleapis/python-eventarc/commit/6ba27265ef643fc0d6e85994d15b1dab5ce496e8))
17+
* **deps:** Require google-api-core &gt;=1.34.0, >=2.11.0 ([cc353d1](https://github.com/googleapis/python-eventarc/commit/cc353d199aa23ccdd5b6aecbf98ce077538e6c3c))
18+
* Drop usage of pkg_resources ([cc353d1](https://github.com/googleapis/python-eventarc/commit/cc353d199aa23ccdd5b6aecbf98ce077538e6c3c))
19+
* Fix timeout default values ([cc353d1](https://github.com/googleapis/python-eventarc/commit/cc353d199aa23ccdd5b6aecbf98ce077538e6c3c))
20+
21+
22+
### Documentation
23+
24+
* **samples:** Snippetgen handling of repeated enum field ([6ba2726](https://github.com/googleapis/python-eventarc/commit/6ba27265ef643fc0d6e85994d15b1dab5ce496e8))
25+
* **samples:** Snippetgen should call await on the operation coroutine before calling result ([cc353d1](https://github.com/googleapis/python-eventarc/commit/cc353d199aa23ccdd5b6aecbf98ce077538e6c3c))
26+
327
## [1.6.3](https://github.com/googleapis/python-eventarc/compare/v1.6.2...v1.6.3) (2022-10-07)
428

529

packages/google-cloud-eventarc/google/cloud/eventarc/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.6.3" # {x-release-please-version}
16+
__version__ = "1.7.0" # {x-release-please-version}

packages/google-cloud-eventarc/google/cloud/eventarc_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.6.3" # {x-release-please-version}
16+
__version__ = "1.7.0" # {x-release-please-version}

packages/google-cloud-eventarc/samples/generated_samples/snippet_metadata_google.cloud.eventarc.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-eventarc",
11-
"version": "0.1.0"
11+
"version": "1.7.0"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)