Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ea52826

Browse files
Video bump (#4481)
1 parent d661966 commit ea52826

File tree

2 files changed

+27
-2
lines changed

2 files changed

+27
-2
lines changed

packages/google-cloud-videointelligence/CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,31 @@
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

packages/google-cloud-videointelligence/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
author='Google Cloud Platform',
3030
author_email='[email protected]',
3131
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=[
@@ -50,7 +50,7 @@
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',

0 commit comments

Comments
 (0)