v1.2.0
What's Changed
Breaking Changes
- We removed the old
OpenAPIPolarionProjectClient
, which was deprecated since v0.4.0 - The checksum feature of
WorkItem
s was dropped as it wasn't working properly. Implement your own logic in your customWorkItem
class, if you need this feature. Look here for an example - The description of
WorkItem
s are now ofTextContent
so that thedescription_type
will be obsolete. You can still createWorkItem
s in the old way, it will be handled and raise a deprecation warning. But if you access the description attribute of an object, aTextContent
will be returned
Full Changelog: v1.1.4...v1.2.0