Releases: tillsteinbach/CarConnectivity
Releases · tillsteinbach/CarConnectivity
0.11.9
0.11.8
Added
- Support for priorities when registering services to allow connectors to specify which service should be used first when multiple services for the same type are registered
Changed
- Delete cache/tokenstore file when corruption is detected
0.11.7
Added
- Support for geofences for locations and charging_stations
Fixed
- Propper unregistering of observers when promoting objects
0.11.6
Changed
- Internal callbacks now use higher pririty to ensure they are called before external ones
- BaseConnector now provides commands to allow for updating the session
0.11.5
Fixed
- Fixes a bug where when initialized with static entries, precision was not yet initialized when notificaln callbacks were called
0.11.4
Added
- Adds support for more flexible parameters for plugins and connectors and their UIs to allow better backwards compatibility in the future
- Support for storing measurement source in attributes to allow connectors to better deal with multi source attributes
- Support for generating dicts and json using locales and conversion of units
Changed
- Don't fail on invalid locale in config, just log a warning and use system locale instead
0.11.3
Added
- Adds global locale option that can be inherited by plugins and connectors
0.11.2
Changed
- Locks now use timeout mechanism to avoid deadlocks in some situations
0.11.1
Fixed
- Updated version requirements for all connectors and plugins
0.11
Added
- Support for initializing attributes on startup form static entries in the configuration
- This version is adding experimental support for a VWSFriend like user experience using carconnectivity-plugin-database and carconnectivity-grafana
Warning: This is a breaking change for all connectors and plugins. Only update to this version if you use a connector that has been updated to support this feature.