Skip to content

Commit

Permalink
chore(main): release 0.4.0 (#59)
Browse files Browse the repository at this point in the history
🤖 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).
  • Loading branch information
release-please[bot] authored Feb 3, 2022
1 parent e3520b8 commit c93ed29
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions packages/google-cloud-datastream/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [0.4.0](https://github.com/googleapis/python-datastream/compare/v0.3.1...v0.4.0) (2022-02-03)


### Features

* add api key support ([#58](https://github.com/googleapis/python-datastream/issues/58)) ([88cf10a](https://github.com/googleapis/python-datastream/commit/88cf10a130116cbc199d6279b00959ad40946671))
* add datastream v1 ([#61](https://github.com/googleapis/python-datastream/issues/61)) ([28dab85](https://github.com/googleapis/python-datastream/commit/28dab85bf3b4ad937760d5219623793936e39731))


### Bug Fixes

* remove `FetchErrorsRequest` and `FetchErrorsResponse` ([28dab85](https://github.com/googleapis/python-datastream/commit/28dab85bf3b4ad937760d5219623793936e39731))
* remove `GcsFileFormat` and `SchemaFileFormat` ([28dab85](https://github.com/googleapis/python-datastream/commit/28dab85bf3b4ad937760d5219623793936e39731))
* remove `NoConnectivitySettings` ([28dab85](https://github.com/googleapis/python-datastream/commit/28dab85bf3b4ad937760d5219623793936e39731))

### [0.3.1](https://www.github.com/googleapis/python-datastream/compare/v0.3.0...v0.3.1) (2021-11-01)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-datastream/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

name = "google-cloud-datastream"
description = "Datastream client library"
version = "0.3.1"
version = "0.4.0"
release_status = "Development Status :: 3 - Alpha"
url = "https://github.com/googleapis/python-datastream"
dependencies = [
Expand Down

0 comments on commit c93ed29

Please sign in to comment.