Cache is_unspecified for zeroconf ip address objects (#1331) (a1c84dc)
Technically breaking change
ServiceInfo.properties always returns a dictionary with type dict[bytes, bytes | None] instead of a mix str and bytes. It was only possible to get a mixed dictionary if it was manually passed in when ServiceInfo was constructed.
0.128.5
Fix
Performance regression with ServiceInfo IPv6Addresses (#1330) (e2f9f81)
0.128.4
Fix
Re-expose ServiceInfo._set_properties for backwards compat (#1327) (39c4005)
Cache is_unspecified for zeroconf ip address objects (#1331) (a1c84dc)
Technically breaking change
ServiceInfo.properties always returns a dictionary with type dict[bytes, bytes | None] instead of a mix str and bytes. It was only possible to get a mixed dictionary if it was manually passed in when ServiceInfo was constructed.
v0.128.5 (2023-12-13)
Fix
Performance regression with ServiceInfo IPv6Addresses (#1330) (e2f9f81)
v0.128.4 (2023-12-10)
Fix
Re-expose ServiceInfo._set_properties for backwards compat (#1327) (39c4005)
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)
Bumps zeroconf from 0.128.0 to 0.129.0.
Release notes
Sourced from zeroconf's releases.
Changelog
Sourced from zeroconf's changelog.
Commits
9cd3e24
0.129.09b595a1
feat: add decoded_properties method to ServiceInfo (#1332)d29553a
feat: ensure ServiceInfo.properties always returns bytes (#1333)a1c84dc
feat: cache is_unspecified for zeroconf ip address objects (#1331)ede0a2a
0.128.5e2f9f81
fix: performance regression with ServiceInfo IPv6Addresses (#1330)878a726
0.128.439c4005
fix: re-expose ServiceInfo._set_properties for backwards compat (#1327)816c091
0.128.3cd7a16a
fix: correct nsec record writing (#1326)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