Skip to content

Releases: rossumai/rossum-sdk

v0.19.0

25 Sep 09:41
Compare
Choose a tag to compare

v0.19.0 (2024-09-25)

Chore

  • chore: fix naming in queues tests (2c51b64)

Feature

  • feat: Add new methods for hook object (232269f)

  • feat: Add retrieve document method (4edac76)

  • feat: Add cancel annotation method (a217b64)

Unknown

  • Merge pull request #84 from rossumai/bara-add-missing-methods

Add some missing methods (13411a6)

v0.18.1

20 Aug 11:27
Compare
Choose a tag to compare

v0.18.1 (2024-08-20)

Fix

  • fix: handle http:// urls for local development (715513d)

Unknown

  • Merge pull request #83 from opichals/opichals-allow-using-http-protocol

fix: handle http:// urls for local development (1b09f4b)

v0.18.0

15 Aug 11:48
Compare
Choose a tag to compare

v0.18.0 (2024-08-15)

Feature

  • feat: Add basic support for EmailTemplate object (0dc2882)

Unknown

  • Merge pull request #81 from rossumai/rehoumir-patch-2

feat: Add basic support for EmailTemplate object (5c8c921)

  • Merge pull request #80 from rehoumir/mirek-r/add-email-templates

Add basic support for EmailTemplate object (3d68242)

  • Add basic support for EmailTemplate object (73a7289)

v0.17.2

12 Aug 10:39
Compare
Choose a tag to compare

v0.17.2 (2024-08-12)

Fix

  • fix: fix typing of filters kwargs in sync client (7ae75e1)

Unknown

  • Merge pull request #78 from uhlikfil/main

fix: fix typing of filters kwargs in sync client (999c39e)

v0.17.1

09 Aug 08:16
Compare
Choose a tag to compare

v0.17.1 (2024-08-09)

Fix

  • fix: use Iterator instead of Iterable types

Iterator is a better type for the method return value,
since it correctly type checks the use of next().
Iterable interface doesn't. (77edb52)

Unknown

  • Merge pull request #77 from uhlikfil/main

fix: use Iterator instead of Iterable types (ef1b4e2)

v0.17.0

07 Aug 11:53
Compare
Choose a tag to compare

v0.17.0 (2024-08-07)

Chore

  • chore: Drop support for Python 3.7 (3a4e359)

  • chore: Fix typos and missing docs (a499da2)

Feature

  • feat: Upload documents using new upload endpoint (9ff22d9)

  • feat: Add support for Task and Upload objects (6e582a9)

Unknown

  • Merge pull request #76 from valtervojta/create_upload_and_friends

Add support for create upload, Upload, Task (e6b1a7d)

v0.16.0

04 Jun 12:26
Compare
Choose a tag to compare

v0.16.0 (2024-06-04)

Chore

  • chore: Add missing type hint for list_all_organizations (86fb228)

Feature

  • feat: Add delete_annotation method (#75)

  • feat: Add delete_annotation method (55a3641)

Unknown

  • Merge pull request #73 from uhlikfil/main

chore: Add missing type hint for list_all_organizations (6b9bd60)

v0.15.2

03 Jun 20:00
Compare
Choose a tag to compare

v0.15.2 (2024-06-03)

Fix

  • fix: Fix package versioning (d3b5e88)

Unknown

  • Merge pull request #72 from stancld/ihe/fix-package-versioniong

fix: Fix package versioning (c246579)

v0.15.1

03 Jun 19:27
Compare
Choose a tag to compare

v0.15.1 (2024-06-03)

Fix

  • fix: Remove semantic-release version_variable (9d5d101)

Unknown

  • Merge pull request #70 from stancld/ihe/remove-version-variable

fix: Remove semantic-release version_variable (740144d)

  • Merge pull request #64 from stancld/ds-pyproject

packaging: Use solely pyproject.toml (40dbde3)

  • packaging: Use solely pyproject.toml

Use solely pyproject.toml with a correctly specified package version
and drop no more needed setup.py. (da98b46)

v0.15.0

03 Jun 14:25
Compare
Choose a tag to compare

v0.15.0 (2024-06-03)

Feature

  • feat: add support for engine object (c6ad1d5)

Unknown

  • Merge pull request #68 from rossumai/ihe/add-engine

Add basic support for Engine object (86322b0)