Skip to content

Update dependency aiodns to v3.4.0 #43

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 20, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
aiodns 3.0.0 -> 3.4.0 age adoption passing confidence

Release Notes

saghul/aiodns (aiodns)

v3.4.0

Compare Source

=====

  • Added fallback to sock_state_cb if event_thread creation fails (#​151)
    • Improved reliability on systems with exhausted inotify watches
    • Implemented transparent fallback mechanism to ensure DNS resolution continues to work
  • Implemented strict typing (#​138)
    • Added comprehensive type annotations
    • Improved mypy configuration
    • Added py.typed marker file
  • Updated dependencies
    • Bumped pycares from 4.7.0 to 4.8.0 (#​149)
  • Added support for Python 3.13 (#​153)
    • Updated CI configuration to test with Python 3.13

v3.3.0

Compare Source

=====

  • Used c-ares event thread when available (#​145)
    • Significantly improved performance by using the c-ares event thread
  • Dropped Python 3.8 support (#​129)
  • Updated CI infrastructure
    • Fixed release workflow for breaking changes in upload/download artifact (#​148)
    • Added tests on push (#​139)
    • Fixed test coverage (#​140)
    • Updated CI configuration (#​130)
    • Bumped actions/upload-artifact from 2 to 4 (#​133)
    • Bumped actions/download-artifact from 4.1.7 to 4.2.1 (#​131)
    • Bumped actions/download-artifact from 4.2.1 to 4.3.0 (#​144)
    • Bumped actions/setup-python from 2 to 5 (#​134)
    • Bumped actions/checkout from 2 to 4 (#​132)
    • Bumped dependabot/fetch-metadata from 2.2.0 to 2.3.0 (#​135)
  • Updated dependencies
    • Bumped pycares from 4.4.0 to 4.6.0 (#​137)
    • Bumped pycares from 4.5.0 to 4.6.1 (#​143)
    • Bumped pycares from 4.6.1 to 4.7.0 (#​146)
    • Bumped pytest-cov from 5.0.0 to 6.1.0 (#​136)
    • Bumped pytest-cov from 6.1.0 to 6.1.1 (#​142)

v3.2.0

Compare Source

=====

  • Added support for getnameinfo
  • Added support for getaddrinfo (#​118)
  • Added Winloop as a valid EventLoop (#​116)
  • Fixed missing py.typed file for wheel
  • Updated test_query_ptr test to use address with PTR record

v3.1.1

Compare Source

=====

  • Fixed timeout implementation
  • Added tests to verify timeouts work correctly
  • Added PEP-561 with py.typed

v3.1.0

Compare Source

=====

  • Added exception raising if the loop is the wrong type on Windows
  • Fixed type annotations
  • Fixed return type for resolver nameservers
  • Updated supported Python versions
    • Added support for Python 3.10
    • Added testing for PyPy 3.9 and 3.10
  • Improved CI
    • Skipped some Python versions on macOS tests
    • Skipped test_gethostbyaddr on Windows
    • Used WindowsSelectorEventLoopPolicy to run Windows tests
    • Used latest CI runner versions

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/aiodns-3.x-lockfile branch from 9f20d61 to 261721e Compare March 31, 2024 13:09
@renovate renovate bot changed the title Update dependency aiodns to v3.1.1 Update dependency aiodns to v3.2.0 Mar 31, 2024
@renovate renovate bot force-pushed the renovate/aiodns-3.x-lockfile branch from 261721e to 9d03fb6 Compare May 2, 2025 18:37
@renovate renovate bot changed the title Update dependency aiodns to v3.2.0 Update dependency aiodns to v3.3.0 May 2, 2025
@renovate renovate bot force-pushed the renovate/aiodns-3.x-lockfile branch from 9d03fb6 to b8acc3f Compare May 8, 2025 23:39
@renovate renovate bot changed the title Update dependency aiodns to v3.3.0 Update dependency aiodns to v3.4.0 May 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants