This repository has been archived by the owner on Nov 29, 2023. It is now read-only.
Releases: googleapis/python-videointelligence
Releases · googleapis/python-videointelligence
v1.15.0
chore: release 1.15.0 (#32) * updated CHANGELOG.md [ci skip] * updated setup.cfg [ci skip] * updated setup.py Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
v1.14.0
chore: release 1.14.0 (#16) :robot: I have created a release \*beep\* \*boop\* --- ## [1.14.0](https://www.github.com/googleapis/python-videointelligence/compare/v1.13.0...v1.14.0) (2020-03-12) ### Features * add logo recognition to v1 (via synth) ([#15](https://www.github.com/googleapis/python-videointelligence/issues/15)) ([84b1688](https://www.github.com/googleapis/python-videointelligence/commit/84b16887225acbb1d1821310baf10ef52967ce0b)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please).
v1.13.0
v1.12.1
v1.12.0
11-08-2019 09:32 PST
Implementation Changes
- Make
features
a positional parameter inannotate_video
, update retry config, make AnnotateVideo nonidempotent (via synth). (#9440)
New Features
- Add celebrity recognition support (via synth). (#9612)
- Drop support for
v1beta1
version of the API. (#9426)
Documentation
- Tweak docstrings, client configuration (via synth). (#9434)
- Change requests intersphinx url (via synth). (#9412)
- Fix intersphinx reference to requests. (#9294)
- Remove CI for gh-pages, use googleapis.dev for
api_core
refs. (#9085) - Remove compatibility badges from READMEs. (#9035)
Internal / Testing Changes
- Enrich VPCSC tests. (#9193)
v1.11.0
v1.10.0
07-24-2019 17:52 PDT
Implementation Changes
- Allow kwargs to be passed to create_channel (via synth). (#8410)
New Features
- Add 'client_options' support (via synth). (#8528)
- Add support for streaming classification / object tracking (via synth). (#8427)
Dependencies
- Bump minimum version for google-api-core to 1.14.0. (#8709)
Documentation
- Link to googleapis.dev documentation in READMEs. (#8705)
- Add compatibility check badges to READMEs. (#8288)
Internal / Testing Changes
- Add VPC SC integration tests. (#8607)
- Pin black version (via synth). (#8601)
- Add docs job to publish to googleapis.dev. (#8464)
- Change test video URI, add disclaimer to auto-generated template files (via synth). (#8334)
- Declare encoding as utf-8 in pb2 files (via synth). (#8370)
- Suppress checking 'cov-fail-under' in nox default session (via synth). (#8256)
v1.9.0
v1.8.0
v1.7.0: Release videointelligence 1.7.0 (#7436)
02-25-2019 12:25 PST
Implementation Changes
New Features
- Add text detection / object tracking feature support (via sync). (#7415)
Documentation
- Updated client library documentation URLs. (#7307)
- Update copyright headers.
- Pick up stub docstring fix in GAPIC generator. (#6986)