|
| 1 | +# Release History |
| 2 | + |
| 3 | +### 0.28.0 / 2017-11-14 |
| 4 | + |
| 5 | +#### BREAKING CHANGE |
| 6 | + |
| 7 | +This release introduces breaking changes relative to the previous release. |
| 8 | +For more details and instructions to migrate your code, please visit the |
| 9 | +[migration guide](https://cloud.google.com/natural-language/docs/ruby-client-migration). |
| 10 | + |
| 11 | +* Replace hand-written client with code generated client. |
| 12 | +* Updated `google-gax` (`grpc`, `google-protobuf`), `googleauth` dependencies. |
| 13 | + |
| 14 | +### 0.27.1 / 2017-08-30 |
| 15 | + |
| 16 | +* Update GAPIC V1Beta2 API. |
| 17 | + |
| 18 | +### 0.27.0 / 2017-07-11 |
| 19 | + |
| 20 | +* Update GAPIC configuration to exclude `UNAVAILABLE` errors from automatic retry. |
| 21 | +* Update initialization to raise a better error if project ID is not specified. |
| 22 | +* Add GAPIC V1Beta2 API documentation. |
| 23 | +* Update gem spec homepage links. |
| 24 | + |
| 25 | +### 0.26.2 / 2017-04-06 |
| 26 | + |
| 27 | +* Update documentation. |
| 28 | + |
| 29 | +### 0.26.1 / 2017-04-06 |
| 30 | + |
| 31 | +* Fix error due to missing require. |
| 32 | +* Add v1beta2 Low level API. |
| 33 | + |
| 34 | +### 0.26.0 / 2017-03-31 |
| 35 | + |
| 36 | +* Automatic retry on `UNAVAILABLE` errors |
| 37 | + |
| 38 | +### 0.25.0 / 2017-03-03 |
| 39 | + |
| 40 | +* Removal of `encoding` method argument, encoding now calculated from system settings. |
| 41 | +* Updated documentation and code examples. |
| 42 | +* Update GRPC header value sent to the Natural Language API. |
| 43 | + |
| 44 | +### 0.24.0 / 2017-02-21 |
| 45 | + |
| 46 | +* Fix GRPC retry bug |
| 47 | +* The client_config data structure has replaced retry_codes/retry_codes_def with retry_codes |
| 48 | +* Update GRPC/Protobuf/GAX dependencies |
| 49 | + |
| 50 | +### 0.23.0 / 2017-01-27 |
| 51 | + |
| 52 | +* Change class names in low-level API (GAPIC) |
| 53 | + |
| 54 | +### 0.22.0 / 2016-11-14 |
| 55 | + |
| 56 | +* Upgrade to V1 |
| 57 | +* Add Sentence and Entity::Mention objects |
| 58 | +* Add Sentence-level Sentiment |
| 59 | +* Updated PartOfSpeech structure |
| 60 | +* Add `score` and `sentences` attributes to Sentiment |
| 61 | +* Remove `polarity` attribute from Sentiment |
| 62 | +* Add `mid` attribute to Entity |
| 63 | + |
| 64 | +### 0.21.0 / 2016-10-20 |
| 65 | + |
| 66 | +* New service constructor Google::Cloud::Language.new |
| 67 | + |
| 68 | +### 0.20.2 / 2016-09-02 |
| 69 | + |
| 70 | +* Fix an issue with the GRPC client and forked sub-processes |
| 71 | + |
| 72 | +### 0.20.1 / 2016-08-29 |
| 73 | + |
| 74 | +* Fix documentation. |
| 75 | + |
| 76 | +### 0.20.0 / 2016-08-26 |
| 77 | + |
| 78 | +This gem contains the Google Cloud Natural Language service implementation for the `google-cloud` gem. This is the first release. |
0 commit comments