v2.0.0
Pre-release
Pre-release
Changes
- 4d20dec Update go-dbus to v5.1.0
- 2463458 BREAKING CHANGE : Generic recursive settings map dbus variants decoding
How to upgrade
Dbus variants from settings are now "decoded" direcetly, the same way as other properties. This abstracts the usage of dbus for the settings. When upgrading, replace the dbus.Variant.Value() calls in the by simple value access. This allows the usage of generic mappers that cannot convert dbus Variants.
Note
Dbus is not yet totally abstracted as some objects expose dbus.ObjectPath.