- Update generated files and documentation.
- Documentation updates.
- Update google-gax dependency to 1.0.
- Fix Credentials environment variable names.
This release introduces breaking changes relative to the previous release. For more details and instructions to migrate your code, please visit the migration guide.
- Replace hand-written client with code generated client.
- Updated
google-gax(grpc,google-protobuf),googleauthdependencies.
- Update GAPIC V1Beta2 API.
- Update GAPIC configuration to exclude
UNAVAILABLEerrors from automatic retry. - Update initialization to raise a better error if project ID is not specified.
- Add GAPIC V1Beta2 API documentation.
- Update gem spec homepage links.
- Update documentation.
- Fix error due to missing require.
- Add v1beta2 Low level API.
- Automatic retry on
UNAVAILABLEerrors
- Removal of
encodingmethod argument, encoding now calculated from system settings. - Updated documentation and code examples.
- Update GRPC header value sent to the Natural Language API.
- Fix GRPC retry bug
- The client_config data structure has replaced retry_codes/retry_codes_def with retry_codes
- Update GRPC/Protobuf/GAX dependencies
- Change class names in low-level API (GAPIC)
- Upgrade to V1
- Add Sentence and Entity::Mention objects
- Add Sentence-level Sentiment
- Updated PartOfSpeech structure
- Add
scoreandsentencesattributes to Sentiment - Remove
polarityattribute from Sentiment - Add
midattribute to Entity
- New service constructor Google::Cloud::Language.new
- Fix an issue with the GRPC client and forked sub-processes
- Fix documentation.
This gem contains the Google Cloud Natural Language service implementation for the google-cloud gem. This is the first release.