Skip to content

v1.2.0

Compare
Choose a tag to compare
@micha91 micha91 released this 16 Oct 14:56
· 6 commits to main since this release
950861f

What's Changed

Breaking Changes

  • We removed the old OpenAPIPolarionProjectClient, which was deprecated since v0.4.0
  • The checksum feature of WorkItems was dropped as it wasn't working properly. Implement your own logic in your custom WorkItem class, if you need this feature. Look here for an example
  • The description of WorkItems are now of TextContent so that the description_type will be obsolete. You can still create WorkItems in the old way, it will be handled and raise a deprecation warning. But if you access the description attribute of an object, a TextContent will be returned

Full Changelog: v1.1.4...v1.2.0