Changelog¶
1.9.0¶
06-05-2019 10:42 PDT
New Features¶
Add v1 object tracking support, v1p3b1 speech transcription / logo recognition support (via synth). (#8221)
Documentation¶
Internal / Testing Changes¶
1.8.0¶
03-06-2019 12:20 PST
1.4.0¶
1.3.0¶
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)
1.2.0¶
New Features¶
Add v1p1beta1 version of videointelligence (#5165)
Internal / Testing Changes¶
Fix v1p1beta1 unit tests (#5064)
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¶
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 ongoogle-api-core
(#4221, #4280)Deferring to
google-api-core
forgrpcio
andgoogleapis-common-protos
dependencies (#4096, #4098)
Packaging¶
Change “Development Status” in package metadata from
3 - Alpha
to4 - Beta
(eb43849569556c6e47f11b8310864c5a280507f2)
PyPI: https://pypi.org/project/google-cloud-videointelligence/0.28.0/