Skip to content

Releases: DSD-DBS/polarion-rest-api-client

v1.2.2

29 Oct 16:05
aa4baa1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.1...v1.2.2

v1.2.1

28 Oct 11:28
78d7529
Compare
Choose a tag to compare

What's Changed

  • fix: Use correct default value for empty descriptions by @ewuerger in #51

Full Changelog: v1.2.0...v1.2.1

v1.2.0

16 Oct 14:56
950861f
Compare
Choose a tag to compare

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

v1.1.4

20 Sep 13:44
e32a027
Compare
Choose a tag to compare

What's Changed

  • Add support for in documents living work items by @micha91 in #48

Full Changelog: v1.1.3...v1.1.4

v1.1.3

18 Sep 14:03
24943fa
Compare
Choose a tag to compare

What's Changed

  • ci: Updated pre-commit hooks

Full Changelog: v1.1.2...v1.1.3

v1.1.2

27 Aug 13:30
412f687
Compare
Choose a tag to compare

What's Changed

  • Add support for getting a Work Item in a specific Revision by @micha91 in #46
  • refactor: Export imports from data_models and errors with * by @ewuerger in #47

Full Changelog: v1.1.1...v1.1.2

v1.1.1

29 Jul 12:16
8084982
Compare
Choose a tag to compare

What's Changed

  • fix: Remove obsolete .gitlab-ci.yml by @ewuerger in #45
  • Add Document Outline options and refactor work item layouting by @micha91 in #43

Full Changelog: v1.1.0...v1.1.1

v1.1.0

15 Jul 10:38
7067d61
Compare
Choose a tag to compare

What's Changed

  • Add Document update and create APIs by @micha91 in #40

Full Changelog: v1.0.0...v1.1.0

v1.0.0

27 Jun 09:03
bb54553
Compare
Choose a tag to compare

Public release

The public release of the REST API client.

Full Changelog: v0.4.0...v1.0.0

v0.4.0

19 Jun 09:41
4a29c0e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.3...v0.4.0