Skip to content

Commit e3e4a05

Browse files
authored
Release 1.10.0 (#8773)
1 parent 8f50d33 commit e3e4a05

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

videointelligence/CHANGELOG.md

+27
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,33 @@
44

55
[1]: https://pypi.org/project/google-cloud-videointelligence/#history
66

7+
## 1.10.0
8+
9+
07-24-2019 17:52 PDT
10+
11+
12+
### Implementation Changes
13+
- Allow kwargs to be passed to create_channel (via synth). ([#8410](https://github.com/googleapis/google-cloud-python/pull/8410))
14+
15+
### New Features
16+
- Add 'client_options' support (via synth). ([#8528](https://github.com/googleapis/google-cloud-python/pull/8528))
17+
- Add support for streaming classification / object tracking (via synth). ([#8427](https://github.com/googleapis/google-cloud-python/pull/8427))
18+
19+
### Dependencies
20+
- Bump minimum version for google-api-core to 1.14.0. ([#8709](https://github.com/googleapis/google-cloud-python/pull/8709))
21+
22+
### Documentation
23+
- Link to googleapis.dev documentation in READMEs. ([#8705](https://github.com/googleapis/google-cloud-python/pull/8705))
24+
- Add compatibility check badges to READMEs. ([#8288](https://github.com/googleapis/google-cloud-python/pull/8288))
25+
26+
### Internal / Testing Changes
27+
- Add VPC SC integration tests. ([#8607](https://github.com/googleapis/google-cloud-python/pull/8607))
28+
- Pin black version (via synth). ([#8601](https://github.com/googleapis/google-cloud-python/pull/8601))
29+
- Add docs job to publish to googleapis.dev. ([#8464](https://github.com/googleapis/google-cloud-python/pull/8464))
30+
- Change test video URI, add disclaimer to auto-generated template files (via synth). ([#8334](https://github.com/googleapis/google-cloud-python/pull/8334))
31+
- Declare encoding as utf-8 in pb2 files (via synth). ([#8370](https://github.com/googleapis/google-cloud-python/pull/8370))
32+
- Suppress checking 'cov-fail-under' in nox default session (via synth). ([#8256](https://github.com/googleapis/google-cloud-python/pull/8256))
33+
734
## 1.9.0
835

936
06-05-2019 10:42 PDT

videointelligence/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
name = "google-cloud-videointelligence"
2424
description = "Google Cloud Video Intelligence API client library"
25-
version = "1.9.0"
25+
version = "1.10.0"
2626
# Should be one of:
2727
# 'Development Status :: 3 - Alpha'
2828
# 'Development Status :: 4 - Beta'

0 commit comments

Comments
 (0)