Bip Client 4.5.0 released
A new minor version of the Bip client has been released! See all the changes here.
What's new?
Added
sdk.handler.tracker
- New abstract methods for handling tasks.link.Project
- New tracking-related properties (read-only):tracking_direction
: String, TO_BIP or FROM_BIP.tracking_sync
: Boolean.tracking_product
: String, name of the associated product from the enabled tracker plugin.link.Component
: New Component.import_version() method for automatically ingesting external files into the project data model.
Changed
- Compatibility breakpoint has been set to
v4.5.0
due changes is the tracker attributes for Project object. sdk
- Plugins now support dynamic mapping.link.plugin
- There can be only one tracker enabled per project.
Fixed
link
- Fix special BipObject class attributes being included in the to_dict() method.