From 831728377bda7941d6c58c2e47c6bd6f82d3c819 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 13 Feb 2024 17:25:50 +0000 Subject: [PATCH 1/4] chore(v1): release 1.34.1 --- CHANGELOG.md | 7 +++++++ google/api_core/version.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe4fae41c..b5963ed2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ [1]: https://pypi.org/project/google-api-core/#history +## [1.34.1](https://github.com/googleapis/python-api-core/compare/v1.34.0...v1.34.1) (2024-02-13) + + +### Bug Fixes + +* **v1:** Resolve issue handling protobuf responses in rest streaming ([#609](https://github.com/googleapis/python-api-core/issues/609)) ([d386d2e](https://github.com/googleapis/python-api-core/commit/d386d2e784c53b45f4eca4bd8e8afdef0d55c8af)) + ## [1.34.0](https://github.com/googleapis/python-api-core/compare/v1.33.2...v1.34.0) (2022-12-01) diff --git a/google/api_core/version.py b/google/api_core/version.py index 660893f59..7b7b35406 100644 --- a/google/api_core/version.py +++ b/google/api_core/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "1.34.0" +__version__ = "1.34.1" From bbe7bbe800e0e7edf05985ab8a95905f6a9b8db6 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 13 Feb 2024 17:27:43 +0000 Subject: [PATCH 2/4] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot=20po?= =?UTF-8?q?st-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .github/workflows/docs.yml | 2 +- .github/workflows/lint.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index ee212e97a..e97d89e48 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -1,7 +1,7 @@ on: pull_request: branches: - - v1 + - main name: docs jobs: docs: diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 10e31a02e..16d5a9e90 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -1,7 +1,7 @@ on: pull_request: branches: - - v1 + - main name: lint jobs: lint: From 5a7f84521b0e47a20e147a2447d89f111e6386db Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Tue, 13 Feb 2024 12:29:20 -0500 Subject: [PATCH 3/4] revert owlbot change which is specific to the main branch --- .github/workflows/docs.yml | 2 +- .github/workflows/lint.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index e97d89e48..ee212e97a 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -1,7 +1,7 @@ on: pull_request: branches: - - main + - v1 name: docs jobs: docs: diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 16d5a9e90..10e31a02e 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -1,7 +1,7 @@ on: pull_request: branches: - - main + - v1 name: lint jobs: lint: From 8dee57eb8245d60862475d3be55218124d3f89a3 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Tue, 13 Feb 2024 17:57:54 +0000 Subject: [PATCH 4/4] chore: release candidate v1.34.1rc1 --- CHANGELOG.md | 2 +- google/api_core/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b5963ed2d..78cd23756 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ [1]: https://pypi.org/project/google-api-core/#history -## [1.34.1](https://github.com/googleapis/python-api-core/compare/v1.34.0...v1.34.1) (2024-02-13) +## [1.34.1rc1](https://github.com/googleapis/python-api-core/compare/v1.34.0...v1.34.1rc1) (2024-02-13) ### Bug Fixes diff --git a/google/api_core/version.py b/google/api_core/version.py index 7b7b35406..aac22a098 100644 --- a/google/api_core/version.py +++ b/google/api_core/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "1.34.1" +__version__ = "1.34.1rc1"