08-12-2019 14:00 PDT
- 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)
- Update intersphinx mapping for requests. (#8805)
07-24-2019 17:52 PDT
- Allow kwargs to be passed to create_channel (via synth). (#8410)
- Add 'client_options' support (via synth). (#8528)
- Add support for streaming classification / object tracking (via synth). (#8427)
- Bump minimum version for google-api-core to 1.14.0. (#8709)
- Link to googleapis.dev documentation in READMEs. (#8705)
- Add compatibility check badges to READMEs. (#8288)
- 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)
06-05-2019 10:42 PDT
- Remove classifier for Python 3.4 for end-of-life. (#7535)
- Add v1 object tracking support, v1p3b1 speech transcription / logo recognition support (via synth). (#8221)
- 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)
03-06-2019 12:20 PST
- Add videointelligence v1p3beta1 (Streaming API Support). (#7490)
- Copy lintified proto files (via synth). (#7472)
02-25-2019 12:25 PST
- Add text detection / object tracking feature support (via sync). (#7415)
- Updated client library documentation URLs. (#7307)
- Update copyright headers.
- Pick up stub docstring fix in GAPIC generator. (#6986)
- Add clarifying comment to blacken nox target. (#7407)
- Copy proto files alongside protoc versions.
- Add protos as an artifact to library. (#7205)
12-17-2018 17:09 PST
- Document Python 2 deprecation (#6910)
- 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)
11-09-2018 13:36 PST
- Add support for speech transcription. (#6313)
- Fix client_info bug, update docstrings and timeouts. (#6425)
- Bump minimum 'api_core' version for all GAPIC libs to 1.4.1. (#6391)
- Avoid broken 'google-common-apis 1.5.4' release. (#6355)
- normalize use of support level badges.(#6159)
- Add 'mock' to unit test dependencies for autogen libs. (#6402)
- Regenerate v2p2beta1 to add Object Tracking and Text Detection Beta (#6225)
- Harmonize / DRY 'README.rst' / 'docs/index.rst'. (#6002)
- Correct text for the pip install command (#6198)
- Use new Nox (#6175)
- Add support for 'v1p2beta1' API version (#6004)
- Re-generate library using videointelligence/synth.py (#5982)
- Re-generate library using videointelligence/synth.py (#5954)
- Avoid overwriting 'module' of messages from shared modules. (#5364)
- Regenerate Video Intelligence v1p1beta1 endpoint to add new features (#5617)
- Add Test runs for Python 3.7 and remove 3.4 (#5295)
- 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/