Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: googleapis/python-datastore
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.15.3
Choose a base ref
...
head repository: googleapis/python-datastore
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.0
Choose a head ref
  • 6 commits
  • 99 files changed
  • 3 contributors

Commits on Oct 30, 2020

  1. feat!: Leverage new generator, proto-plus, for google-cloud-datastore (

    …#104)
    
    This uses the new microgenerator as the underlying transport for the cloud datastore client
    
    files in services/, as well as tests/gapic, are gen'd
    
    Major Changes: Discontinues python 2.7 support.
    
    release-as: 2.0.0-dev1
    crwilcox authored Oct 30, 2020
    Configuration menu
    Copy the full SHA
    1723a26 View commit details
    Browse the repository at this point in the history
  2. chore: regenerate from new generator configuration (#108)

    * chore: regenerate from generator
    
    * chore(docs): update docstrings to not have separator which python docs builds interprets as first-party markup
    
    * test: update noxfile to test current supported versions
    
    * chore: update synth.py
    
    * test(cov): drop coverage until we address generated test coverage drop
    crwilcox authored Oct 30, 2020
    Configuration menu
    Copy the full SHA
    28e315a View commit details
    Browse the repository at this point in the history
  3. chore: release 2.0.0-dev1 (#110)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Oct 30, 2020
    Configuration menu
    Copy the full SHA
    dd6c0ee View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2020

  1. Configuration menu
    Copy the full SHA
    aabc0fd View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2020

  1. docs: adds UPGRADING.md, not to readme, to help inform users about mi…

    …gration to v2 (#113)
    
    * docs: adds UPGRADING.md, not to readme, to help inform users about migration to v2
    
    * Update UPGRADING.md
    
    Co-authored-by: BenWhitehead <[email protected]>
    
    * docs: clarify enums statement
    
    * docs: add migration section to docs index
    
    Co-authored-by: BenWhitehead <[email protected]>
    
    release-as: 2.0.0
    crwilcox authored Nov 6, 2020
    Configuration menu
    Copy the full SHA
    0d496c6 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2020

  1. chore: release 2.0.0 (#114)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    Co-authored-by: Christopher Wilcox <[email protected]>
    release-please[bot] and crwilcox authored Nov 10, 2020
    Configuration menu
    Copy the full SHA
    556c8f0 View commit details
    Browse the repository at this point in the history
Loading