8000 chore(main): release 1.3.0 (#146) · googleapis/python-datastream@c48ae1e · GitHub
[go: up one dir, main page]

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

Commit c48ae1e

Browse files
chore(main): release 1.3.0 (#146)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent d118247 commit c48ae1e

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.2.2"
2+
".": "1.3.0"
33
}

CHANGELOG.md

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

3+
## [1.3.0](https://github.com/googleapis/python-datastream/compare/v1.2.2...v1.3.0) (2022-12-15)
4+
5+
6+
### Features
7+
8+
* Add support for `google.cloud.datastream.__version__` ([431698c](https://github.com/googleapis/python-datastream/commit/431698c65b2a937900c49a5f1c313253b68e2d7a))
9+
* Add typing to proto.Message based class attributes ([431698c](https://github.com/googleapis/python-datastream/commit/431698c65b2a937900c49a5f1c313253b68e2d7a))
10+
11+
12+
### Bug Fixes
13+
14+
* Add dict typing for client_options ([431698c](https://github.com/googleapis/python-datastream/commit/431698c65b2a937900c49a5f1c313253b68e2d7a))
15+
* **deps:** Require google-api-core &gt;=1.34.0, >=2.11.0 ([34ff993](https://github.com/googleapis/python-datastream/commit/34ff993b57e64821be43a67a808e201aa60e1939))
16+
* Drop usage of pkg_resources ([34ff993](https://github.com/googleapis/python-datastream/commit/34ff993b57e64821be43a67a808e201aa60e1939))
17+
* Fix timeout default values ([34ff993](https://github.com/googleapis/python-datastream/commit/34ff993b57e64821be43a67a808e201aa60e1939))
18+
19+
20+
### Documentation
21+
22+
* **samples:** Snippetgen handling of repeated enum field ([431698c](https://github.com/googleapis/python-datastream/commit/431698c65b2a937900c49a5f1c313253b68e2d7a))
23+
* **samples:** Snippetgen should call await on the operation coroutine before calling result ([34ff993](https://github.com/googleapis/python-datastream/commit/34ff993b57e64821be43a67a808e201aa60e1939))
24+
325
## [1.2.2](https://github.com/googleapis/python-datastream/compare/v1.2.1...v1.2.2) (2022-10-07)
426

527

google/cloud/datastream/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.2.2" # {x-release-please-version}
16+
__version__ = "1.3.0" # {x-release-please-version}

google/cloud/datastream_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.2.2" # {x-release-please-version}
16+
__version__ = "1.3.0" # {x-release-please-version}

google/cloud/datastream_v1alpha1/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.2.2" # {x-release-please-version}
16+
__version__ = "1.3.0" # {x-release-please-version}

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

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

0 commit comments

Comments
 (0)
0