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.35.1
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.36.0
Choose a head ref
  • 6 commits
  • 17 files changed
  • 6 contributors

Commits on Oct 23, 2025

  1. feat: Adds Python 3.13 support (#319)

    * feat: Adds Python 3.13 support
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * fix(kokoro): Preserve NOX_SESSION in presubmit.cfg
    
    * Apply suggestion from @chalmerlowe
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * fix(kokoro): Update path to presubmit.cfg in owlbot.py
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * Apply suggestion from @chalmerlowe
    
    * Apply suggestion from @chalmerlowe
    
    * Update owlbot.py
    
    * Update .kokoro/presubmit/presubmit.cfg
    
    * updates owlbot.py and noxfile.py to use 3.10 for system and linting.
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * updates owlbot.py to try to account for system test
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * Apply suggestion from @chalmerlowe
    
    * Apply suggestion from @chalmerlowe
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * Apply suggestion from @chalmerlowe
    
    * Apply suggestion from @chalmerlowe
    
    * Apply suggestion from @chalmerlowe
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * Apply suggestion from @chalmerlowe
    
    * Apply suggestion from @chalmerlowe
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * Apply suggestion from @chalmerlowe
    
    * updates lint version to match default of 3.10
    
    * updates system test version to match default of 3.10
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * updates lint version to match default of 3.10 redux
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * modified the owlbot to take advantage of a capability in common.py_library
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    chalmerlowe and gcf-owl-bot[bot] authored Oct 23, 2025
    Configuration menu
    Copy the full SHA
    ea851ce View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2025

  1. Feat: add support for Python 3.14 (#321)

    * updates trove classifier
    
    * feat: Add constraints file for Python 3.14
    
    * ci: Add Python 3.14 to GitHub Actions workflow
    
    * fix(kokoro): Preserve NOX_SESSION in presubmit.cfg
    
    * feat(ci): Add Python 3.14 support
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * ci: Re-add Python 3.14 to unittest matrix
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * fix(owlbot): Use kwargs to control python versions in templates
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * fix(owlbot): Ensure noxfile.py skips cpp impl for 3.14
    
    * Apply suggestion from @chalmerlowe
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * Apply suggestion from @chalmerlowe
    
    * Apply suggestion from @chalmerlowe
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    chalmerlowe and gcf-owl-bot[bot] authored Oct 28, 2025
    Configuration menu
    Copy the full SHA
    99c0adb View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2025

  1. test: ignore Python 3.10 FutureWarning (#353)

    * test: ignore Python 3.10 FutureWarning
    
    * correct regex
    
    * regex
    
    * also ignore DeprecationWarning for python 3.8
    
    * regex
    
    * regex
    
    * add 3.9
    Linchin authored Nov 4, 2025
    Configuration menu
    Copy the full SHA
    7dcc999 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2025

  1. chore(python): remove configure_previous_major_version_branches (#352)

    Source-Link: googleapis/synthtool@6702a34
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:fbbc8db67afd8b7d71bf694c5081a32da0c528eba166fbcffb3b6e56ddf907d5
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: Chalmer Lowe <chalmerlowe@google.com>
    3 people authored Nov 5, 2025
    Configuration menu
    Copy the full SHA
    f54959e View commit details
    Browse the repository at this point in the history
  2. test: remove python 3.7 and 3.8 from noxfile unit tests (#355)

    * test: remove python 3.7 and 3.8 from noxfile unit tests
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * undo owlbot change
    
    * add owlbot string replacement
    
    * correct regex
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * correct regex
    
    * modify noxfile
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Linchin and gcf-owl-bot[bot] authored Nov 5, 2025
    Configuration menu
    Copy the full SHA
    14e30cc View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2025

  1. chore(main): release 0.36.0 (#320)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ##
    [0.36.0](v0.35.1...v0.36.0)
    (2025-11-05)
    
    
    ### Features
    
    * Add support for Python 3.14
    ([#321](#321))
    ([99c0adb](99c0adb))
    * Adds Python 3.13 support
    ([#319](#319))
    ([ea851ce](ea851ce))
    
    ---
    This PR was generated with [Release
    Please](https://github.com/googleapis/release-please). See
    [documentation](https://github.com/googleapis/release-please#release-please).
    
    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    Co-authored-by: Anthonios Partheniou <partheniou@google.com>
    release-please[bot] and parthea authored Nov 12, 2025
    Configuration menu
    Copy the full SHA
    66ae1e8 View commit details
    Browse the repository at this point in the history
Loading