- Add v1p1beta1 version of videointelligence (#5165)
- Fix v1p1beta1 unit tests (#5064)
- Added video v1p1beta1 (#5048)
- Update dependency range for api-core to include v1.0.0 releases (#4944)
- Normalize all setup.py files (#4909)
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.
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.
- Added link to "Python Development Environment Setup Guide" in project README (#4187, h/t to @michaelawyu)
- Upgrading to
google-cloud-core >= 0.28.0and adding dependency ongoogle-api-core(#4221, #4280) - Deferring to
google-api-coreforgrpcioandgoogleapis-common-protosdependencies (#4096, #4098)
- Change "Development Status" in package metadata from
3 - Alphato4 - Beta(eb43849569556c6e47f11b8310864c5a280507f2)
PyPI: https://pypi.org/project/google-cloud-videointelligence/0.28.0/