aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2018-10-30 10:31:19 -0400
committerGitHub <noreply@github.com>2018-10-30 10:31:19 -0400
commit9dfc3352ba059470750d936b0db4589810cece86 (patch)
tree3e8811e91a75c68302b25901acab6af0e361b9b4 /CHANGELOG.md
parent8ac5406d2a0d25beb32d8c94671c17e55ffb54b7 (diff)
downloadpython-api-core-9dfc3352ba059470750d936b0db4589810cece86.tar.gz
Release api_core-1.5.1 (#6332)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md13
1 files changed, 5 insertions, 8 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0d601ee..890d88e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,24 +4,21 @@
[1]: https://pypi.org/project/google-api-core/#history
-## 1.6.0a1
+## 1.5.1
-10-18-2018 16:26 PDT
+10-29-2018 13:29 PDT
-### New Features
-- Add methods to api_core used by new autogenerator. ([#6267](https://github.com/googleapis/google-cloud-python/pull/6267))
+### Implementation Changes
+- Don't URL-encode slashes in gRPC request headers. ([#6310](https://github.com/googleapis/google-cloud-python/pull/6310))
### Internal / Testing Changes
-- Fix branch coverage for un-called callbacks. ([#6242](https://github.com/googleapis/google-cloud-python/pull/6242))
-- Fix import order, appeasing lint. ([#6240](https://github.com/googleapis/google-cloud-python/pull/6240))
-- Add / fix badges for PyPI / versions. ([#6158](https://github.com/googleapis/google-cloud-python/pull/6158))
+- Back out changes from [#6267](https://github.com/googleapis/google-cloud-python/pull/6267) / `api_core-1.6.0a1` release. ([#6328](https://github.com/googleapis/google-cloud-python/pull/6328))
## 1.5.0
### New Features
- Add bidi, Bidirection Streaming, to api-core ([#6211](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/6211))
-
### Internal / Testing Changes
- Use new Nox ([#6175](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/6175))