File tree Expand file tree Collapse file tree 2 files changed +28
-1
lines changed
Expand file tree Collapse file tree 2 files changed +28
-1
lines changed Original file line number Diff line number Diff line change 44
55[ 1 ] : https://pypi.org/project/google-cloud-vision/#history
66
7+ ## 0.29.0
8+
9+ ### :warning : Breaking Changes
10+
11+ - The HTTP/JSON based client that was deprecated in 0.25.0 is completely
12+ removed.
13+
14+ ### Release Candidate
15+
16+ - This is the (hopefully) final release candidate before declaring a stable
17+ release.
18+
19+ ### Features
20+
21+ - The ` v1p1beta1 ` endpoint has been added. (#4493 )
22+
23+ This is a superset of ` v1 ` and includes features that are still in beta
24+ on the API side. You can opt in to this endpoint by importing it explicitly:
25+
26+ ``` python
27+ from google.cloud import vision_v1p1beta1
28+ client = vision_v1p1beta1.ImageAnnotatorClient()
29+ ```
30+
31+ PyPI: https://pypi.org/project/google-cloud-vision/0.29.0/
32+
33+
734## 0.28.0
835
936### Notable Implementation Changes
Original file line number Diff line number Diff line change 3939 author = 'Google Cloud Platform' ,
40404141 name = 'google-cloud-vision' ,
42- version = '0.28.1.dev1 ' ,
42+ version = '0.29.0 ' ,
4343 description = 'Python Client for Google Cloud Vision' ,
4444 long_description = readme ,
4545 namespace_packages = [
You can’t perform that action at this time.
0 commit comments