JurgenR / aioslsk

SoulSeek client library using Python asyncio
GNU General Public License v3.0
17 stars 0 forks source link

chore(deps): bump async-upnp-client from 0.38.3 to 0.39.0 #266

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

Bumps async-upnp-client from 0.38.3 to 0.39.0.

Changelog

Sourced from async-upnp-client's changelog.

async_upnp_client 0.39.0 (2024-06-21)

Features

  • Only fetch wanted IgdState items in IGD profile. (#227)

  • Subscribe to IGD to reduce number of polls.

    This also simplifies the returned IgdState from IgdDevice.async_get_traffic_and_status_data(), as the items from StatusInfo are now diectly added to IgdState.

    As a bonus, extend the dummy_router to support subscribing and use evented state variables ExternalIPAddress and ConnectionStatus. (#231)

  • Add pre-/post-hooks when doing/handling HTTP requests.

    Includes refactoring of Tuples to HttpRequest/HttpResponse, causing in breaking changes. (#233)

  • Add retrieving of port_mapping_number_of_entries for IGDs. (#234)

  • Add WANIPv6FirewallControl service to IGD profile.

    Extend dummy_router as well to support accompanying example scripts. (#235)

  • Reduce code in ssdp_listener to improve performance (#236)

Bugfixes

  • Fix subscribing to all services, for CLI and profile devices.

    Fixes only subscribing to top level services, when it should subscribe to services on embedded devices as well. (#230)

  • Drop unused --bind option in subscribe command in cli/upnp-client. (#232)

Commits
  • d7ffd2d Bump version: 0.38.3 → 0.39.0
  • baa6330 Towncrier
  • 4e05467 Add pre-/post-hooks when doing/handling HTTP requests (#233)
  • 4b5748d Reduce code in ssdp_listener to improve performance (#236)
  • 7b6b423 Add retrieving of port_mapping_number_of_entries for IGDs. (#234)
  • ee0aac7 Add WANIPv6FirewallControl service to IGD profile (#235)
  • 5172c7b Bump to specific version
  • bae4431 Drop unused --bind option in subscribe command (#232)
  • d8a87ee Subscribe to IGD to reduce number of polls (#231)
  • a1d0169 Fix subscribing to all services in upnp-client/profile devices (#230)
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
github-actions[bot] commented 2 months ago

Test Results

    9 files  ±0      9 suites  ±0   8m 13s :stopwatch: -9s   706 tests ±0    706 :white_check_mark: ±0  0 :zzz: ±0  0 :x: ±0  6 354 runs  ±0  6 354 :white_check_mark: ±0  0 :zzz: ±0  0 :x: ±0 

Results for commit eb3ac25e. ± Comparison against base commit 3536112a.