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: master
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: prod_test
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 6 files changed
  • 1 contributor

Commits on Apr 1, 2024

  1. Configuration menu
    Copy the full SHA
    7abf675 View commit details
    Browse the repository at this point in the history
  2. feat: make async_get_service_info available on the Zeroconf object

    Since the AsyncServiceBrowser will return a Zeroconf object, it was
    not obvious how to do an async lookup because only get_service_info
    was exposed on the Zeroconf object. async_get_service_info has been
    moved to the Zeroconf object, and AsyncZeroconf.async_get_service_info
    now wraps this method
    
    related issue #1286
    bdraco committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    7a39085 View commit details
    Browse the repository at this point in the history
  3. feat: make async_get_service_info available on the Zeroconf object

    Since the AsyncServiceBrowser will return a Zeroconf object, it was
    not obvious how to do an async lookup because only get_service_info
    was exposed on the Zeroconf object. async_get_service_info has been
    moved to the Zeroconf object, and AsyncZeroconf.async_get_service_info
    now wraps this method
    bdraco committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    06143e2 View commit details
    Browse the repository at this point in the history
  4. chore: add more docs

    bdraco committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    584616a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    34cccc1 View commit details
    Browse the repository at this point in the history
Loading