- The HTTP/JSON based client that was deprecated in 0.25.0 is completely removed.
- This is the (hopefully) final release candidate before declaring a stable release.
-
The
v1p1beta1endpoint has been added. (#4493)This is a superset of
v1and includes features that are still in beta on the API side. You can opt in to this endpoint by importing it explicitly:from google.cloud import vision_v1p1beta1 client = vision_v1p1beta1.ImageAnnotatorClient()
PyPI: https://pypi.org/project/google-cloud-vision/0.29.0/
- Update and re-organize autogenerated code (#3952)
- Added link to "Python Development Environment Setup Guide" in project README (#4187, h/t to @michaelawyu)
- Upgrading to
google-cloud-core >= 0.28.0and adding dependency ongoogle-api-core(#4221, #4280) - Deferring to
google-api-coreforgrpcioandgoogleapis-common-protosdependencies (#4096, #4098)