This repository was archived by the owner on Sep 5, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed
Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 6060
6161setup (
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 = [
You can’t perform that action at this time.
0 commit comments