-
Notifications
You must be signed in to change notification settings - Fork 1.2k
http-client + datastore #6680
Copy link
Copy link
Closed
Labels
priority: p1Important issue which blocks shipping the next release. Will be fixed prior to next release.Important issue which blocks shipping the next release. Will be fixed prior to next release.release blockingRequired feature/issue must be fixed prior to next release.Required feature/issue must be fixed prior to next release.semver: patchA minor bug fix or small change.A minor bug fix or small change.
Description
Activity
Metadata
Metadata
Assignees
Labels
priority: p1Important issue which blocks shipping the next release. Will be fixed prior to next release.Important issue which blocks shipping the next release. Will be fixed prior to next release.release blockingRequired feature/issue must be fixed prior to next release.Required feature/issue must be fixed prior to next release.semver: patchA minor bug fix or small change.A minor bug fix or small change.
Putting this here because we need to do these next steps in a very specific order to avoid behavior (not API) incompatibilities between datastore-v1-proto-client and http-java-client
Do not upgrade google-http-java-client before releasing com.google.cloud.datastore:datastore-v1-proto-client:1.6.3
The GZip hack in com.google.cloud.datastore:datastore-v1-proto-client:1.6.2 and earlier is incompatible with the actual fix introduced in google-http-java-client 1.33.0 . API level checks will not reveal this, though the unit tests might.