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-dns
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.31.0
Choose a base ref
...
head repository: googleapis/python-dns
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.32.0
Choose a head ref
  • 6 commits
  • 42 files changed
  • 6 contributors

Commits on Oct 22, 2019

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

Commits on Nov 11, 2019

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

Commits on Jan 10, 2020

  1. fix(dns): update test assertion and core version pins (#10096)

    * Adjust request params assertion in test (timeout)
    
    * Update version pin for core dependency
    
    Version bump is needed, as timeouts were introduced to API core.
    plamut authored Jan 10, 2020
    Configuration menu
    Copy the full SHA
    b6e7b49 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2020

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

Commits on Feb 11, 2020

  1. docs: add trailing '.' to dns_name example (#5)

    * docs: add trailing '.' to `dns_name` example
    
    The shown example to create a zone will not work. The api requires a trailing dot for the dns_name. In the GCP console, this is visible if you review the rest call. However, in the documentation it is not. Without the trailing dot the following exception occurs on zone.create():
    *** google.api_core.exceptions.BadRequest: 400 POST https://dns.googleapis.com/dns/v1/projects/urlshortener-257711/managedZones: Invalid value for 'entity.managedZone.dnsName': 'example.com'
    
    * docs: Format code in documentation
    
    Co-authored-by: Christopher Wilcox <[email protected]>
    jonny74889 and crwilcox authored Feb 11, 2020
    Configuration menu
    Copy the full SHA
    946d6a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b4bb1a View commit details
    Browse the repository at this point in the history
Loading