Skip to content

Latest commit

 

History

History
77 lines (46 loc) · 2.08 KB

File metadata and controls

77 lines (46 loc) · 2.08 KB

Changelog

PyPI History

1.2.0

New Features

  • Add v1p1beta1 version of videointelligence (#5165)

Internal / Testing Changes

  • Fix v1p1beta1 unit tests (#5064)

1.1.0

Interface additions

  • Added video v1p1beta1 (#5048)

1.0.1

Dependencies

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

Testing and internal changes

  • Normalize all setup.py files (#4909)

1.0.0

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.

0.28.0

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/