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: python-zeroconf/python-zeroconf
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.146.2
Choose a base ref
...
head repository: python-zeroconf/python-zeroconf
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.146.3
Choose a head ref
  • 2 commits
  • 5 files changed
  • 2 contributors

Commits on Apr 2, 2025

  1. fix: correctly override question type flag for requests (#1558)

    * fix: correctly override question type flag for requests
    
    Currently even when setting the explicit question type flag, the
    implementation ignores it for subsequent queries. This commit ensures
    that all queries respect the explicit question type flag.
    
    * chore(tests): add test for explicit question type flag
    
    Add unit test to validate that the explicit question type flag is set
    correctly in outgoing requests.
    agners authored Apr 2, 2025
    Configuration menu
    Copy the full SHA
    bd643a2 View commit details
    Browse the repository at this point in the history
  2. 0.146.3

    Automatically generated by python-semantic-release
    semantic-release committed Apr 2, 2025
    Configuration menu
    Copy the full SHA
    16c257c View commit details
    Browse the repository at this point in the history
Loading