aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrelease-please[bot] <55107282+release-please[bot]@users.noreply.github.com>2024-02-14 15:16:17 +0000
committerGitHub <noreply@github.com>2024-02-14 15:16:17 +0000
commit8eaea7a5c25971d8ac847a25fb39ebb929219464 (patch)
tree6874099921223c6709ca27e5cea0570424eaeb96
parent24a6f82fe348da6b558314ba87bc1751589305f3 (diff)
downloadpython-api-core-8eaea7a5c25971d8ac847a25fb39ebb929219464.tar.gz
chore(main): release 2.17.1 (#605)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com>
-rw-r--r--CHANGELOG.md7
-rw-r--r--google/api_core/version.py2
2 files changed, 8 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d896af4..28cc08a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,13 @@
[1]: https://pypi.org/project/google-api-core/#history
+## [2.17.1](https://github.com/googleapis/python-api-core/compare/v2.17.0...v2.17.1) (2024-02-13)
+
+
+### Bug Fixes
+
+* Resolve issue handling protobuf responses in rest streaming ([#604](https://github.com/googleapis/python-api-core/issues/604)) ([bcebc92](https://github.com/googleapis/python-api-core/commit/bcebc92eca69dae81c5e546d526c92b164a6b3b4))
+
## [2.17.0](https://github.com/googleapis/python-api-core/compare/v2.16.2...v2.17.0) (2024-02-06)
diff --git a/google/api_core/version.py b/google/api_core/version.py
index 422b383..3fd9f00 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__ = "2.17.0"
+__version__ = "2.17.1"