Changelog
Added
- Add device auto-connect setter
Fixed
- Connection settings route and address data types
Notes
BREAKING CHANGES reminder
This is to remind you that since v2, there is this breaking change:
- 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.