π·οΈ Implement ProxyDefault for blocking::Proxy that was missed in 4.0.0.
π Fix and update links in the book.
π zbus_macros 4.0.1
To go with zbus 4.0.1.
π zbus_xmlgen 4.0.1
π½οΈ Use and adapt to zbus 4 API.
π₯ New CLI interface:
input file are now specified with subcommands instead of arguments. See README or
zbus-xmlgen --help for more details.
add --output option. If a path is given, all the output is written to the file. If - or
nothing is given, the generated code is printed to stdout.
split output by interfaces, if the (new) --output option is omitted.
β¨ Instead of silently skipped the Freedesktop standard interfaces, link to the zbus API.
β¨ Hide lints and warnings in the generated code:
rustfmt warnings.
clippy::type_complexity.
clippy::too_many_arguments.
π Add --help and -h CLI options.
π Issues fixed:
Fix declaring proxies for writable properties.
Fix nested signature parser.
π¨ Improve formatting & wording of generated code header.
β New dependencies:
clap.
zbus_xmlgen.
pretty_assertions (dev).
β¬οΈ Bump MSRV to 1.75.
π§ Switch to Rust 2021. This doesn't affect our users but gives us some features.
π zb,Update forgotten links to old book location.
π zbus 4.0.0
A new API-breaking release that brings in a huge amount of changes. Most using code should still
compile (with deprecation warnings) and work without changes. Hightlights:
π Changing names of dbus_interface and dbus_proxy along with their atrributes. See
[zbus_macros release notes][zmr] for details, including commands to automatically update your
code.
π½οΈ Adapt to zvariant 4.0 changes.
π Make use of submodules for nicer API hierarchy. In most cases
deprecation warnings will guide you to the new paths.
π XML parsing API split into a separate crate, zbus_xml. The xml
and quick-xml feature flags are removed as a result. #413.
ποΈ Message API overhaul
πΈ header method and message::Header getters now infallible.
π·οΈ body method now returns a new type, message::Body that provides all message body-related API.
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 1 update: zbus.
Updates
zbus
from 3.15.0 to 4.0.1Release notes
Sourced from zbus's releases.
... (truncated)
Commits
d5bea0f
π zb,zm: Release 4.0.10ee9741
Merge pull request #594 from zeenix/update-book-docs-urls66c4a67
π book: Link to version 4 of zbus & zvariant docs.rs URLs1645d7e
π©Ή book: Fix a 404 linkd4cee9b
Merge pull request #383 from Taha-Firoz/property-caching-faq-nitpicksc9a6d8c
βοΈ book: Move sentence to more sensible locationa0e3d56
π book: Add missing newline at EOF3c224bd
βοΈ book: Update doc URL references6db318b
Merge pull request #593 from zeenix/add-zbus-xml-to-readme46188a4
π Add zbus_xml to top-level repo READMEDependabot 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