File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55[ 1 ] : https://pypi.org/project/google-cloud/#history
66
7+ ## 0.29.0
8+
9+ Feature / bugfix release for the following package:
10+
11+ - [ ` google-cloud-language==0.31.0 ` ] ( https://pypi.org/project/google-cloud-language/0.31.0/ )
12+
713## 0.28.0
814
915Packages newly added to the ` google-cloud ` umbrella package:
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 = [
Original file line number Diff line number Diff line change 5757 'google-cloud-dns >= 0.28.0, < 0.29dev' ,
5858 'google-cloud-error-reporting >= 0.28.0, < 0.29dev' ,
5959 'google-cloud-firestore >= 0.28.0, < 0.29dev' ,
60- 'google-cloud-language >= 0.30 .0, < 0.31dev ' ,
60+ 'google-cloud-language >= 0.31 .0, < 0.32dev ' ,
6161 'google-cloud-logging >= 1.4.0, < 1.5dev' ,
6262 'google-cloud-monitoring >= 0.28.0, < 0.29dev' ,
6363 'google-cloud-pubsub >= 0.29.0, < 0.30dev' ,
7474
7575setup (
7676 name = 'google-cloud' ,
77- version = '0.28.1.dev1 ' ,
77+ version = '0.29.0 ' ,
7878 description = 'API Client library for Google Cloud' ,
7979 long_description = README ,
8080 install_requires = REQUIREMENTS ,
You can’t perform that action at this time.
0 commit comments