-
Notifications
You must be signed in to change notification settings - Fork 2k
Update dependency @google-cloud/language to v0.13.0 - deprecated #868
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
6959c15 to
77abd58
Compare
864d3db to
6ccffde
Compare
f32a181 to
80fede6
Compare
17175ab to
c72e18c
Compare
|
Needs changes in language-slackbot: |
c72e18c to
2062326
Compare
2062326 to
8ba5ad5
Compare
fhinkel
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Needs changes
fhinkel
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Needs changes
8ba5ad5 to
cacc7ea
Compare
cacc7ea to
421c01e
Compare
|
Closed via #952 |
Renovate Ignore NotificationAs this PR has been closed unmerged, Renovate will now ignore this update (0.13.0). You will still receive a PR once a newer version is released, so if you wish to permanently ignore this dependency, please add it to the If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened. |
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
This PR contains the following updates:
0.11.0->0.13.0Release Notes
googleapis/nodejs-language
v0.13.0Compare Source
This is the (hopefully) final release candidate before declaring a stable release.
New client class
The client object is no longer initialized with
require('@​google-cloud/language').v1(). This used to return a function that built and returned an internal class.We now expose an ES6 class directly; there are no wrappers or obfuscation. Basic usage looks like this:
As before, there are two backend versions (spelled
v1andv1beta2) included. You get the latest GA (v1) by default, but you can pin to a specific backend version:Implementation Details
samples/directory.googleapis/nodejs-languagerepository.Refer to the nodejs-language API reference documentation for details.
v0.12.1Compare Source
Features
analyzeEntitySentimentmethod. (#2612)v0.12.0Compare Source
Renovate configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻️ Rebasing: Whenever PR is stale, or if you modify the PR title to begin with "
rebase!".🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot. View repository job log here.