Skip to content
This repository was archived by the owner on Sep 5, 2023. It is now read-only.

Commit a7e761f

Browse files
Version bump for language / metapackage. (#4326)
1 parent d1858ad commit a7e761f

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,27 @@
44

55
[1]: https://pypi.org/project/google-cloud-language/#history
66

7+
## 0.31.0
8+
9+
### Release Candidate
10+
11+
* This update is considered a final "release candidate", and
12+
the `google-cloud-language` package is preparing for a GA release
13+
in the near future.
14+
15+
### :warning: Breaking Changes!
16+
17+
* Some rarely-used arguments to the `LanguageServiceClient` constructor
18+
have been removed (in favor of a subclass or a custom gRPC channel).
19+
It is unlikely that you used these, but if you did, then this update
20+
will represent a breaking change.
21+
* The removed arguments are: `client_config`, `lib_name`, `lib_version`
22+
`metrics_headers`, `ssl_credentials`, and `scopes`.
23+
24+
### Features
25+
26+
* Added the `classify_text` method on the primary (`v1`) endpoint. (#4283)
27+
728
## 0.30.0
829

930
### Documentation

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060

6161
setup(
6262
name='google-cloud-language',
63-
version='0.30.1.dev1',
63+
version='0.31.0',
6464
description='Python Client for Google Cloud Natural Language',
6565
long_description=README,
6666
namespace_packages=[

0 commit comments

Comments
 (0)