Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

Releases: googleapis/python-videointelligence

v1.15.0

09 Jun 20:46
cc4dd42
Compare
Choose a tag to compare
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

12 Mar 16:16
2ec3066
Compare
Choose a tag to compare
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

13 Feb 22:01
4eeaab8
Compare
Choose a tag to compare

Features

  • videointelligence: add person detection and face detection (#5) (6464f30)

v1.12.1

03 Feb 22:24
Compare
Choose a tag to compare

1.12.1

11-14-2019 16:12 PST

Implementation Changes

  • Revert #9440. Make features a keyword parameter to annotate_video. (#9810)

v1.12.0

03 Feb 22:24
Compare
Choose a tag to compare

11-08-2019 09:32 PST

Implementation Changes

  • Make features a positional parameter in annotate_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

03 Feb 22:24
Compare
Choose a tag to compare

08-12-2019 14:00 PDT

New Features

  • Add segment / shot presence label annotations fields (via synth). (#8987)
  • Add V1 video segment / feature fields; remove send/recv msg size limit (via synth). (#8975)

Documentation

  • Update intersphinx mapping for requests. (#8805)

v1.10.0

03 Feb 22:24
Compare
Choose a tag to compare

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

03 Feb 22:25
Compare
Choose a tag to compare

06-05-2019 10:42 PDT

Implementation Changes

  • Remove classifier for Python 3.4 for end-of-life. (#7535)

New Features

  • Add v1 object tracking support, v1p3b1 speech transcription / logo recognition support (via synth). (#8221)

Documentation

  • Change input_uri for sample video (via synth). (#7944)
  • Fix uri to video (via synth). (#7862)

Internal / Testing Changes

  • Fix coverage in 'types.py' (via synth). (#8169)
  • Blacken noxfile.py, setup.py (via synth). (#8136)
  • Harden synth replacement against template changes. (#8104)
  • Update noxfile (via synth). (#7838)
  • Add nox session docs (via synth). (#7786)
  • Update docs build configuration. (#7603)

v1.8.0

03 Feb 22:25
Compare
Choose a tag to compare

03-06-2019 12:20 PST

New Features

  • Add videointelligence v1p3beta1 (Streaming API Support). (#7490)

Internal / Testing Changes

  • Copy lintified proto files (via synth). (#7472)

v1.7.0: Release videointelligence 1.7.0 (#7436)

03 Feb 22:25
Compare
Choose a tag to compare

02-25-2019 12:25 PST

Implementation Changes

  • Remove unused message exports. (#7279)
  • Protoc-generated serialization update. (#7099)

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)

Internal / Testing Changes

  • Add clarifying comment to blacken nox target. (#7407)
  • Copy proto files alongside protoc versions.
  • Add protos as an artifact to library. (#7205)