Bip Client 4.3.0 released
A new minor version of the Bip client has been released! See all the changes here.
What's new?
Added
link.plugin
- New Plugin attributes for tracker:sync_enabled
,sync_direction
andsync_rules
.link.plugin
- Add support foroptional
key in plugin descriptors parameters (config, settings and mapping).link.plugin
- Add support forsub_type
key in plugin descriptors parameters for list types (config, settings and mapping).link.plugin
- Add support for int and list types in plugin descriptors parameters (config, settings and mapping).- New
DEBUG_PLUGIN_DATA
environment variable, for setting config or mapping values when debugging. sdk.handler.tracker
- New tracker abstract class structure.link.project
- New Project attributes, properties and methods:default_tracker_product
,tracker_products
,get_trackers()
,get_tracker()
,get_default_tracker()
.link.plugin
- Project tracker-related attributes are automatically fed when enabling/disabling a plugin.
Changed
- Compatibility breakpoint has been set to
v4.3.0
due to project and plugin data change (enabled_integrations
is now private and new project attributes for trackers). DEBUG_PLUGIN
is now always a list.link.plugin
- Plugins config and mapping don't have to have a default value anymore.