📌 Don't pin zvariant_utils dep. We don't always release zvariant_utils together with other
crates, so unlike the macros crates, the versions don't need to be tied together. This will also
allow us to bring zvariant_utils improvements to users without having to release all dependent
packages as well.
👽️ Adapt to zvariant 5.0 API. This brings in massive performance improvements to message
encoding and decoding.
💥 Breakinging changes:
Message body signature now mandatory.
proxy macro respects visibility. This includes all types generated by proxy. Unfortunately
this means that the existing code will have to set the visiblity explicitly to pub if they
were relying on the generated proxy to be public.
Drop support for DBUS_COOKIE_SHA1 auth mechanism. #727
It drags the sha1 crate as a dependency, which can be problematic for some users. #543
It makes the handshake more complex, not allowing to pipeline all the commands.
It's not widely used. If EXTERNAL is not an option, you might as well just use ANONYMOUS.
🛂 Only support one authentication method at a time. Now that we're down to only two
authentication mechanisms with one of them being no-authentication, this really makes sense
since we can just autodetect what authentication method to use for a specific socket type on a
specific platform. This also simplifies the handshake logic and will allow us to pipeline the
whole client-side handshake in the future, when we can drop the xdg-dbus-proxy workarounds. #781
Drop unnecessary lifetimes on genarated signal streams.
Streamline Message & message::Builder constructors. They should be named the same and take the
same type of arguments.
proxy::Defaults now has typed values.
Rename proxy::ProxyDefault to proxy::Defaults.
🔥 Drop API deprecated in 4.0.
Minor changes in fdo API.
✨ New features:
interface now generates a trait, Signals, that provides the same signal
methods as user specifies but w/o the SignalEmitter argument (#871). The macro also generates
2 implementations of this trait for:
InterfaceRef, for emitting signals from outside the context of an interface
method.
SignalEmitter, for emitting signals from inside an interface methods.
Add SignalContext::emit. Add a new method to SignalContext that allows emitting a signal for
a given interface and singal name.
Add Connection::graceful_shutdown.
Add conn::AuthMechanism::as_str(). This gives you a static string representation of the
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 major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Bumps the rust group with 7 updates in the / directory:
1.40.0
1.41.0
1.0.210
1.0.213
1.0.128
1.0.132
1.0.89
1.0.91
1.0.64
1.0.65
0.7.13
0.7.14
4.4.0
5.0.1
Updates
tokio
from 1.40.0 to 1.41.0Release notes
Sourced from tokio's releases.
... (truncated)
Commits
01e04da
chore: prepare Tokio v1.41.0 (#6917)92ccade
runtime: fix stability feature flags for docs (#6909)fbfeb9a
metrics: rename*_poll_count_*
to*_poll_time_*
(#6924)da745ff
metrics: add H2 Histogram option to improve histogram granularity (#6897)ce1c74f
metrics: fix deadlock in injection_queue_depth_multi_thread test (#6916)28c9a14
metrics: renameinjection_queue_depth
toglobal_queue_depth
(#6918)32e0b43
ci: freeze FreeBSD and wasm-unknown-unknown on rustc 1.81 (#6911)1656d8e
sync: addmpsc::Receiver::blocking_recv_many
(#6867)c9e998e
ci: print the correct sort order of the dictionary on failure (#6905)512e9de
rt: add LocalRuntime (#6808)Updates
serde
from 1.0.210 to 1.0.213Release notes
Sourced from serde's releases.
Commits
58a8d22
Release 1.0.213ef0ed22
Merge pull request #2847 from dtolnay/newtypewith79925ac
Ignore dead_code warning in regression testb60e409
Hygiene for macro-generated newtype struct deserialization with 'with' attrfdc36e5
Add regression test for issue 284649e11ce
Ignore trivially_copy_pass_by_ref pedantic clippy lint in test7ae1b5f
Release 1.0.2121ac054b
Merge pull request #2845 from dtolnay/withlocal1e36ef5
Fix hygiene of macro-generated local variable accesses in serde(with) wrappers0058c72
Add regression test for issue 2844Updates
serde_json
from 1.0.128 to 1.0.132Release notes
Sourced from serde_json's releases.
Commits
86d933c
Release 1.0.132f45b422
Merge pull request #1206 from dtolnay/hasnextf2082d2
Clearer order of comparisons0f54a1a
Handle early return sooner on eof in seq or map2a4cb44
Rearrange 'match peek'4cb90ce
Merge pull request #1205 from dtolnay/hasnextb71ccd2
Reduce duplicative instantiation of logic in SeqAccess and MapAccessa810ba9
Release 1.0.1310d084c5
Touch up PR 1135b4954a9
Merge pull request #1135 from swlynch99/map-deserializerUpdates
anyhow
from 1.0.89 to 1.0.91Release notes
Sourced from anyhow's releases.
Commits
6c52daa
Release 1.0.914986853
Merge pull request #388 from dtolnay/outdirf130b76
Clean up dep-info files from OUT_DIRa0b868a
Release 1.0.900f74169
Improve rendering of inline code in macros documentation8ce4560
Ignore needless_lifetimes clippy lintbe64707
Resolve used_underscore_items pedantic clippy lintUpdates
thiserror
from 1.0.64 to 1.0.65Release notes
Sourced from thiserror's releases.
Commits
5088592
Release 1.0.653309b37
Merge pull request #325 from dtolnay/outdirf563b1d
Clean up dep-info files from OUT_DIRa72ea77
Resolve extra_unused_lifetimes clippy lint1b15d6e
Ignore needless_lifetimes clippy lintUpdates
tracing-actix-web
from 0.7.13 to 0.7.14Commits
3f2b11c
Add support for opentelemetry 0.26 (#131)Updates
zbus
from 4.4.0 to 5.0.1Release notes
Sourced from zbus's releases.
... (truncated)
Commits
6201c05
🔖 zb,zm: Release 5.0.1405a432
🔖 zv,zd: Release 5.0.11850dac
🔖 Release 3.0.1992e5c2
📌 zv,zd,zm: Don't pin zvariant_utils depc36d30f
Merge pull request #1090 from zeenix/port-to-winnowdf6b4e1
⬆️ zd,zm: Update proc-macro-crate to 3.2413f97e
➖ zu: Drop now unneedednom
dependency1539496
⚡️ zu: Switch fromnom
towinnow
for signature parsingd06ea47
➕ zu: Add a direct dep onwinnow
32bd4d0
🧐 zv: Benchmark for signature parsingDependabot 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