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-dev1
Choose a head ref
  • 3 commits
  • 96 files changed
  • 2 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
Loading