Changelog¶
0.41.0¶
12-05-2019 14:49 PST
0.39.0¶
08-12-2019 13:57 PDT
0.38.1¶
07-24-2019 17:54 PDT
0.38.0¶
07-09-2019 10:05 PDT
Internal / Testing Changes¶
Pin black version (via synth). (#8602)
Add docs job to publish to googleapis.dev. (#8464)
All of the negative vision vpc sc tests should use the same file. (#8439)
In order to make sure access to the bucket is blocked by vpc sc, try to download any arbitrary file from the bucket. (#8374)
Add disclaimer to auto-generated template files (via synth). (#8335)
Add Vision API system tests to verify accessing a gcs bucket outside of a secure perimeter is blocked. (#8276)
Add Vision API Product Search tests to verify ProductSearch is blocked by VPC SC when trying to access a resource outside of a secure perimeter when run from within a secure perimeter. (#8269)
Add AsyncBatchAnnotateFiles system test (#8260)
Add ImportProductSets system test (#8259)
Suppress checking ‘cov-fail-under’ in nox default session (via synth). (#8257)
Declare encoding as utf-8 in pb2 files (via synth). (#8371)
0.37.0¶
05-30-2019 15:19 PDT
New Features¶
Internal / Testing Changes¶
Change docstrings (via synth). (#7983)
Add system tests for Vision Product Search. Test product set resource… (#7913)
Update noxfile and docs configuration (via synth). (#7839)
Vision: Add nox session
docs
, reorder methods, modify samples in docstrings (via synth). (#7787)Remove classifier for Python 3.4 for end-of-life. (#7535)
Copy lintified proto files (via synth). (#7473)
0.35.2¶
12-17-2018 17:10 PST
0.35.1¶
11-21-2018 11:25 PST
0.34.0¶
0.32.0¶
Implementation Changes¶
Avoid overwriting ‘module’ of messages from shared modules. (#5364)
Regenerate underlying client library (#5467)
Internal / Testing Changes¶
Add Test runs for Python 3.7 and remove 3.4 (#5295)
Modify system tests to use prerelease versions of grpcio (#5304)
0.31.0¶
Vision v1p2beta1: PDF/TIFF OCR (#5127)
Use
install_requires
for platform dependencies instead ofextras_require
(#4991)Add vision v1p2beta1 (#4998)
Fix bad trove classifier
Add max results to feature (#4817)
0.30.1¶
Dependencies¶
Update dependency range for api-core to include v1.0.0 releases (#4944)
Testing and internal changes¶
Install local dependencies when running lint (#4936)
Re-enable lint for tests, remove usage of pylint (#4921)
Normalize all setup.py files (#4909)
Fix coveragerc to correctly omit generated files (#4843)
0.29.0¶
:warning: Breaking Changes¶
The HTTP/JSON based client that was deprecated in 0.25.0 is completely removed.
Release Candidate¶
This is the (hopefully) final release candidate before declaring a stable release.
Features¶
The
v1p1beta1
endpoint has been added. (#4493)This is a superset of
v1
and 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/
0.28.0¶
Notable Implementation Changes¶
Update and re-organize autogenerated code (#3952)
Documentation¶
Added link to “Python Development Environment Setup Guide” in project README (#4187, h/t to @michaelawyu)
Dependencies¶
Upgrading to
google-cloud-core >= 0.28.0
and adding dependency ongoogle-api-core
(#4221, #4280)Deferring to
google-api-core
forgrpcio
andgoogleapis-common-protos
dependencies (#4096, #4098)
PyPI: https://pypi.org/project/google-cloud-vision/0.28.0/