File tree Expand file tree Collapse file tree 2 files changed +27
-2
lines changed
packages/google-cloud-videointelligence Expand file tree Collapse file tree 2 files changed +27
-2
lines changed Original file line number Diff line number Diff line change 44
55[ 1 ] : https://pypi.org/project/google-cloud-videointelligence/#history
66
7+ ## 1.0.0
8+
9+ [ ![ release level] ( https://img.shields.io/badge/release%20level-general%20availability%20%28GA%29-brightgreen.svg?style= ; flat )] ( https://cloud.google.com/terms/launch-stages )
10+
11+ ### Features
12+
13+ #### General Availability
14+
15+ The ` google-cloud-videointelligence ` package is now supported at the
16+ ** general availability** quality level. This means it is stable; the code
17+ and API surface will not change in backwards-incompatible ways unless
18+ absolutely necessary (e.g. because of critical security issues) or with an
19+ extensive deprecation period.
20+
21+ One exception to this: We will remove beta endpoints (as a semver-minor update)
22+ at whatever point the underlying endpoints go away.
23+
24+ #### v1 endpoint
25+
26+ The underlying video intelligence API has also gone general availability, and
27+ this library by default now uses the ` v1 ` endpoint (rather than ` v1beta2 ` )
28+ unless you explicitly used something else. This is a backwards compatible
29+ change as the ` v1 ` and ` v1beta2 ` endpoints are identical. If you pinned to
30+ ` v1beta2 ` , you are encouraged to move to ` v1 ` .
31+
732## 0.28.0
833
934### Documentation
Original file line number Diff line number Diff line change 2929 author = 'Google Cloud Platform' ,
30303131 name = 'google-cloud-videointelligence' ,
32- version = '0.28.1.dev1 ' ,
32+ version = '1.0.0 ' ,
3333 description = 'Python Client for Google Cloud Video Intelligence' ,
3434 long_description = readme ,
3535 namespace_packages = [
5050 zip_safe = False ,
5151 scripts = [],
5252 classifiers = [
53- 'Development Status :: 4 - Beta ' ,
53+ 'Development Status :: 5 - Production/Stable ' ,
5454 'Intended Audience :: Developers' ,
5555 'License :: OSI Approved :: Apache Software License' ,
5656 'Operating System :: OS Independent' ,
You can’t perform that action at this time.
0 commit comments