Skip to content

Commit c93ed29

Browse files
chore(main): release 0.4.0 (#59)
🤖 I have created a release *beep* *boop* --- ## [0.4.0](googleapis/python-datastream@v0.3.1...v0.4.0) (2022-02-03) ### Features * add api key support ([#58](googleapis/python-datastream#58)) ([88cf10a](googleapis/python-datastream@88cf10a)) * add datastream v1 ([#61](googleapis/python-datastream#61)) ([28dab85](googleapis/python-datastream@28dab85)) ### Bug Fixes * remove `FetchErrorsRequest` and `FetchErrorsResponse` ([28dab85](googleapis/python-datastream@28dab85)) * remove `GcsFileFormat` and `SchemaFileFormat` ([28dab85](googleapis/python-datastream@28dab85)) * remove `NoConnectivitySettings` ([28dab85](googleapis/python-datastream@28dab85)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent e3520b8 commit c93ed29

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

packages/google-cloud-datastream/CHANGELOG.md

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

3+
## [0.4.0](https://github.com/googleapis/python-datastream/compare/v0.3.1...v0.4.0) (2022-02-03)
4+
5+
6+
### Features
7+
8+
* add api key support ([#58](https://github.com/googleapis/python-datastream/issues/58)) ([88cf10a](https://github.com/googleapis/python-datastream/commit/88cf10a130116cbc199d6279b00959ad40946671))
9+
* add datastream v1 ([#61](https://github.com/googleapis/python-datastream/issues/61)) ([28dab85](https://github.com/googleapis/python-datastream/commit/28dab85bf3b4ad937760d5219623793936e39731))
10+
11+
12+
### Bug Fixes
13+
14+
* remove `FetchErrorsRequest` and `FetchErrorsResponse` ([28dab85](https://github.com/googleapis/python-datastream/commit/28dab85bf3b4ad937760d5219623793936e39731))
15+
* remove `GcsFileFormat` and `SchemaFileFormat` ([28dab85](https://github.com/googleapis/python-datastream/commit/28dab85bf3b4ad937760d5219623793936e39731))
16+
* remove `NoConnectivitySettings` ([28dab85](https://github.com/googleapis/python-datastream/commit/28dab85bf3b4ad937760d5219623793936e39731))
17+
318
### [0.3.1](https://www.github.com/googleapis/python-datastream/compare/v0.3.0...v0.3.1) (2021-11-01)
419

520

packages/google-cloud-datastream/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
name = "google-cloud-datastream"
2424
description = "Datastream client library"
25-
version = "0.3.1"
25+
version = "0.4.0"
2626
release_status = "Development Status :: 3 - Alpha"
2727
url = "https://github.com/googleapis/python-datastream"
2828
dependencies = [

0 commit comments

Comments
 (0)