Skip to content

Commit 264f880

Browse files
Bump Vision to 0.29.0 (#4506)
1 parent 8cae393 commit 264f880

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

vision/CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,33 @@
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

vision/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
author='Google Cloud Platform',
4040
author_email='[email protected]',
4141
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=[

0 commit comments

Comments
 (0)