gumo-py / datastore-viewer

MIT License
7 stars 5 forks source link

Bump google-cloud-datastore from 1.8.0 to 2.0.1 #82

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps google-cloud-datastore from 1.8.0 to 2.0.1.

Release notes

Sourced from google-cloud-datastore's releases.

v2.0.1

Bug Fixes

v2.0.0

⚠ BREAKING CHANGES

  • remove support for Python 2.7
  • Leverage new generator, proto-plus, for google-cloud-datastore (#104)

Features

  • Leverage new generator, proto-plus, for google-cloud-datastore (#104) (1723a26)

Documentation

  • adds UPGRADING.md, note to readme, to help inform users about migration to v2 (#113) (0d496c6)

v2.0.0-dev1

⚠ BREAKING CHANGES

  • Leverage new generator, proto-plus, for google-cloud-datastore (#104)

Features

  • Leverage new generator, proto-plus, for google-cloud-datastore (#104) (1723a26)

v1.15.3

Bug Fixes

  • use full path and os.path to version.py in setup.py (#97) (0f5506f)

v1.15.2

Bug Fixes

  • use version.py instead of pkg_resources.get_distribution (#94) (ea77534)

v1.15.1

Bug Fixes

  • repair implementation of Client.reserve_ids (#76) (7df727d), closes #37

Documentation

  • document thread-safety of client (#75) (ae0339c)
Changelog

Sourced from google-cloud-datastore's changelog.

2.0.1 (2020-11-13)

Bug Fixes

2.0.0 (2020-11-06)

⚠ BREAKING CHANGES

  • remove support for Python 2.7
  • Leverage new generator, proto-plus, for google-cloud-datastore (#104)

Features

  • Leverage new generator, proto-plus, for google-cloud-datastore (#104) (1723a26)

Documentation

  • adds UPGRADING.md, note to readme, to help inform users about migration to v2 (#113) (0d496c6)

2.0.0-dev1 (2020-10-30)

⚠ BREAKING CHANGES

  • Leverage new generator, proto-plus, for google-cloud-datastore (#104)

Features

  • Leverage new generator, proto-plus, for google-cloud-datastore (#104) (1723a26)

1.15.3 (2020-10-06)

Bug Fixes

  • use full path and os.path to version.py in setup.py (#97) (0f5506f)

1.15.2 (2020-10-06)

Bug Fixes

  • use version.py instead of pkg_resources.get_distribution (#94) (ea77534)
Commits
  • eedf123 chore: release 2.0.1 (#117)
  • 6f28b84 fix: fix id_or_name property of key class (#115)
  • 5851522 fix: normalize / test deprecation of 'Client.reserve_ids' (#103)
  • 556c8f0 chore: release 2.0.0 (#114)
  • 0d496c6 docs: adds UPGRADING.md, not to readme, to help inform users about migration ...
  • aabc0fd chore: start tracking obsolete files (#111)
  • dd6c0ee chore: release 2.0.0-dev1 (#110)
  • 28e315a chore: regenerate from new generator configuration (#108)
  • 1723a26 feat!: Leverage new generator, proto-plus, for google-cloud-datastore (#104)
  • b6bc2f7 chore: release 1.15.3 (#98)
  • 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](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 3 years ago

Superseded by #83.