-
Notifications
You must be signed in to change notification settings - Fork 1
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
fix(deps): update dependency async-upnp-client to ^0.42.0 #494
base: master
Are you sure you want to change the base?
Conversation
⚠ Artifact update problemRenovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: poetry.lock
|
c353a9f
to
7f62e52
Compare
7f62e52
to
34ebc01
Compare
34ebc01
to
5a5c413
Compare
0800a66
to
d70a75b
Compare
d70a75b
to
f416f06
Compare
5c5db91
to
840fb08
Compare
840fb08
to
e5ca181
Compare
ad07645
to
73b8c9f
Compare
|
82f849c
to
0dd7999
Compare
0dd7999
to
f69367a
Compare
f69367a
to
cd88d74
Compare
cd88d74
to
b35261b
Compare
b35261b
to
1fe5ff9
Compare
This PR contains the following updates:
^0.33.0
->^0.42.0
Release Notes
StevenLooman/async_upnp_client (async-upnp-client)
v0.42.0
Compare Source
=====================================
Features
Bugfixes
v0.41.0
Compare Source
=====================================
Features
Bugfixes
timeout
of methodaiohttp.ClientSession.request()
has to be of typeClientTimeout
. (#241)Misc
v0.40.0
Compare Source
=====================================
Features
Misc
v0.39.0
Compare Source
=====================================
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 insubscribe
command in cli/upnp-client
. (#232)v0.38.3
Compare Source
=====================================
Features
Misc
v0.38.2
Compare Source
=====================================
Misc
v0.38.1
Compare Source
=====================================
Bugfixes
None
(@darrynlowe) (#215)v0.38.0
Compare Source
=====================================
Misc
v0.36.2
Compare Source
=====================================
Bugfixes
Misc
v0.36.1
Compare Source
=====================================
Misc
v0.36.0
Compare Source
=====================================
Misc
v0.35.1
Compare Source
=====================================
Features
Bugfixes
Misc
v0.35.0
Compare Source
=====================================
Features
Reduce string conversion in CaseInsensitiveDict lookups (@bdraco)
get
was previously provided by the parent class whichhad to raise KeyError for missing values. Since try/except
is only cheap for the non-exception case the performance
was not good when the key was missing.
Similar to python/cpython#106665
but in the HA case we call this even more frequently. (#173)
Avoid looking up the local address each packet (@bdraco)
The local addr will never change, we can set it when we
set the transport. (#174)
Avoid lower-casing already lowercased string (@bdraco)
Use the upstr concept (in our case lowerstr) from multidict
https://aiohttp-kxepal-test.readthedocs.io/en/latest/multidict.html#upstr (#175)
Reduce memory footprint of CaseInsensitiveDict (@bdraco) (#177)
Avoid fetching time many times to purge devices (@bdraco)
Calling SsdpDevice.locations is now a KeysView and no longer has the side effect of purging stale locations. We now use the _timestamp that was injected into the headers to avoid fetching time again. (#178)
v0.34.1
Compare Source
=====================================
Features
Add an lru to get_adjusted_url (@bdraco)
This function gets called every time we decode an SSDP packet and its usually the same data over and over (#172)
v0.34.0
Compare Source
=====================================
Features
Support server event subscription (@PhracturedBlue) (#162)
UpnpServer supports returning plain values from server Actions (@PhracturedBlue)
Note that the values are still coerced by its related UpnpStateVariable. (#166)
Server supports deferred SSDP responses via MX header (@PhracturedBlue) (#168)
Support backwards compatible service/device types (@PhracturedBlue) (#169)
Enable servers to define custom routes (@PhracturedBlue) (#170)
Drop Python 3.7 support. (#171)
v0.33.2
Compare Source
=====================================
Features
Handle negative values for the bytes/traffic counters in IGDs.
Some IGDs implement the counters as i4 (4 byte integer) instead of
ui4 (unsigned 4 byte integer). This change tries to work around this by applying
an offset of
2**31
. To access the original value, use the variables with a_original
suffix. (#157)Bugfixes
Misc
v0.33.1
Compare Source
=====================================
Bugfixes
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.