Skip to content

Conversation

@dependabot-preview
Copy link

Bumps google-cloud-datastore from 1.56.0 to 1.104.0.

Release notes

Sourced from google-cloud-datastore's releases.

v1.104.0

1.104.0 (2020-06-17)

Features

  • add opencensus tracing/stats support for Datastore RPC operations (#130) (5aee52f)
  • add support to customize gcloud command of LocalDatastoreHelper (#137) (976d979)

Bug Fixes

  • fix version number in changelog to correctly reflect what was released to maven central (#145) (c509a2a)

Dependencies

  • update dependency com.google.cloud:google-cloud-shared-dependencies to v0.8.0 (#161) (39c8d72)
  • update dependency com.google.cloud:google-cloud-shared-dependencies to v0.8.1 (#163) (7bfa07e)

v1.103.0

1.103.0 (2020-06-02)

Features

Bug Fixes

  • update retry logic for operations that can be associated with a transaction (#144) (82ee74e)

Dependencies

  • bump shared-deps version and add back certain test deps (#139) (660f216)
  • update core transport dependencies to v1.35.0 (#114) (cad3bfb)
  • update dependency com.google.api.grpc:proto-google-common-protos to v1.18.0 (#117) (b484256)
  • update dependency com.google.cloud:google-cloud-shared-dependencies to v0.6.0 (#140) (712779c)
  • update dependency com.google.cloud:google-cloud-shared-dependencies to v0.7.0 (#142) (e1a5a65)
  • update dependency com.google.guava:guava-bom to v29 (#95) (32d5e37)
  • update dependency com.google.protobuf:protobuf-java to v3.12.0 (#127) (8a310f3)
  • update dependency io.grpc:grpc-bom to v1.29.0 (#110) (ad6b880)
  • update dependency org.threeten:threetenbp to v1.4.4 (#112) (41d571d)

Documentation

... (truncated)
Changelog

Sourced from google-cloud-datastore's changelog.

1.104.0 (2020-06-17)

Features

  • add opencensus tracing/stats support for Datastore RPC operations (#130) (5aee52f)
  • add support to customize gcloud command of LocalDatastoreHelper (#137) (976d979)

Bug Fixes

  • fix version number in changelog to correctly reflect what was released to maven central (#145) (c509a2a)

Dependencies

  • update dependency com.google.cloud:google-cloud-shared-dependencies to v0.8.0 (#161) (39c8d72)
  • update dependency com.google.cloud:google-cloud-shared-dependencies to v0.8.1 (#163) (7bfa07e)

1.103.0 (2020-06-02)

Features

Bug Fixes

  • update retry logic for operations that can be associated with a transaction (#144) (82ee74e)

Dependencies

  • bump shared-deps version and add back certain test deps (#139) (660f216)
  • update core transport dependencies to v1.35.0 (#114) (cad3bfb)
  • update dependency com.google.api.grpc:proto-google-common-protos to v1.18.0 (#117) (b484256)
  • update dependency com.google.cloud:google-cloud-shared-dependencies to v0.6.0 (#140) (712779c)
  • update dependency com.google.cloud:google-cloud-shared-dependencies to v0.7.0 (#142) (e1a5a65)
  • update dependency com.google.guava:guava-bom to v29 (#95) (32d5e37)
  • update dependency com.google.protobuf:protobuf-java to v3.12.0 (#127) (8a310f3)
  • update dependency io.grpc:grpc-bom to v1.29.0 (#110) (ad6b880)
  • update dependency org.threeten:threetenbp to v1.4.4 (#112) (41d571d)

Documentation

  • fix java doc link of LocalDatastoreHelper#stop (#126) (ed9b895)
... (truncated)
Commits
  • e72ee3c chore: release 1.104.0 (#154)
  • a1e570c chore(deps): update dependency com.google.cloud:libraries-bom to v7 (#171)
  • 74f138f chore(deps): update dependency com.google.cloud:libraries-bom to v6 (#167)
  • 12cacad ci: update CI config to use secret manager integration for credentials (#166)
  • f1874f1 build(deps): update dependency com.google.cloud:google-cloud-shared-config to...
  • 7bfa07e deps: update dependency com.google.cloud:google-cloud-shared-dependencies to ...
  • ef8e715 chore: set Ruby namespace in proto options (#162)
  • 39c8d72 deps: update dependency com.google.cloud:google-cloud-shared-dependencies to ...
  • 5434c7d build(deps): update dependency com.google.cloud:google-cloud-shared-config to...
  • c407978 chore(deps): update dependency com.google.cloud:libraries-bom to v5.7.0 (#160)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jun 19, 2020
@dependabot-preview
Copy link
Author

Superseded by #294.

@dependabot-preview dependabot-preview bot deleted the dependabot/gradle/com.google.cloud-google-cloud-datastore-1.104.0 branch September 18, 2020 22:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants