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.6.1: Release videointelligence 1.6.1 (#6955)

03 Feb 22:25
Compare
Choose a tag to compare

12-17-2018 17:09 PST

Implementation Changes

  • Import iam.policy from google.api_core. (#6741)
  • Fixes to GAPIC generator. (#6578)

Documentation

  • Document Python 2 deprecation (#6910)

Internal / Testing Changes

  • Add baseline for synth.metadata
  • Update noxfile.
  • Blacken all gen'd libs (#6792)
  • Omit local deps (#6701)
  • Run black at end of synth.py (#6698)
  • Run Black on Generated libraries (#6666)
  • Add templates for flake8, coveragerc, noxfile, and black. (#6642)

v1.6.0

03 Feb 22:26
Compare
Choose a tag to compare

11-09-2018 13:36 PST

Implementation Changes

  • Add support for speech transcription. (#6313)
  • Fix client_info bug, update docstrings and timeouts. (#6425)

Dependencies

  • Bump minimum 'api_core' version for all GAPIC libs to 1.4.1. (#6391)
  • Avoid broken 'google-common-apis 1.5.4' release. (#6355)

Documentation

  • normalize use of support level badges.(#6159)

Internal / Testing Changes

  • Add 'mock' to unit test dependencies for autogen libs. (#6402)

v1.5.0

03 Feb 22:26
Compare
Choose a tag to compare

New Features

  • Regenerate v2p2beta1 to add Object Tracking and Text Detection Beta (#6225)

Documentation

  • Harmonize / DRY 'README.rst' / 'docs/index.rst'. (#6002)
  • Correct text for the pip install command (#6198)

Internal / Testing Changes

v1.4.0

03 Feb 22:26
Compare
Choose a tag to compare

New Features

  • Add support for 'v1p2beta1' API version (#6004)

Implementation Changes

  • Re-generate library using videointelligence/synth.py (#5982)
  • Re-generate library using videointelligence/synth.py (#5954)

v1.3.0

03 Feb 22:27
Compare
Choose a tag to compare

Implementation Changes

  • Avoid overwriting 'module' of messages from shared modules. (#5364)

New Features

  • Regenerate Video Intelligence v1p1beta1 endpoint to add new features (#5617)

Internal / Testing Changes

  • Add Test runs for Python 3.7 and remove 3.4 (#5295)

v1.2.0

03 Feb 22:28
Compare
Choose a tag to compare

New Features

  • Add v1p1beta1 version of videointelligence (#5165)

Internal / Testing Changes

  • Fix v1p1beta1 unit tests (#5064)

v1.1.0

03 Feb 22:28
Compare
Choose a tag to compare

Interface additions

  • Added video v1p1beta1 (#5048)

v1.0.1

03 Feb 22:28
Compare
Choose a tag to compare

Dependencies

  • Update dependency range for api-core to include v1.0.0 releases (#4944)

Testing and internal changes

  • Normalize all setup.py files (#4909)

v1.0.0

03 Feb 22:28
Compare
Choose a tag to compare

release level

Features

General Availability

The google-cloud-videointelligence package is now supported at the
general availability quality level. This means it is stable; the code
and API surface will not change in backwards-incompatible ways unless
absolutely necessary (e.g. because of critical security issues) or with an
extensive deprecation period.

One exception to this: We will remove beta endpoints (as a semver-minor update)
at whatever point the underlying endpoints go away.

v1 endpoint

The underlying video intelligence API has also gone general availability, and
this library by default now uses the v1 endpoint (rather than v1beta2)
unless you explicitly used something else. This is a backwards compatible
change as the v1 and v1beta2 endpoints are identical. If you pinned to
v1beta2, you are encouraged to move to v1.

v0.28.0: Making release for most packages. (#4296)

03 Feb 22:29
Compare
Choose a tag to compare

Documentation

  • Added link to "Python Development Environment Setup Guide" in
    project README (#4187, h/t to @michaelawyu)

Dependencies

  • Upgrading to google-cloud-core >= 0.28.0 and adding dependency
    on google-api-core (#4221, #4280)
  • Deferring to google-api-core for grpcio and
    googleapis-common-protosdependencies (#4096, #4098)

Packaging

  • Change "Development Status" in package metadata from 3 - Alpha
    to 4 - Beta (eb43849569556c6e47f11b8310864c5a280507f2)

PyPI: https://pypi.org/project/google-cloud-videointelligence/0.28.0