Skip to content

Releases: rossumai/rossum-sdk

v0.23.1

23 Jan 09:32
Compare
Choose a tag to compare

v0.23.1 (2025-01-23)

Bug Fixes

  • Rename retrieve_engine_queue_stats to retrieve_engine_queues (7583358)

The new name better conveys the essence that we're retrieving only a list of queues associated with the given engine. The docstring pointing to official documentation was also corrected.


Detailed Changes: v0.23.0...v0.23.1

v0.23.0

20 Jan 08:39
Compare
Choose a tag to compare

v0.23.0 (2025-01-20)

Features

  • Add more information to APIClientError (53d0781)

  • Add support for filters in export helper methods (8a94d6f)


Detailed Changes: v0.22.0...v0.23.0

v0.22.0

16 Jan 08:28
Compare
Choose a tag to compare

v0.22.0 (2025-01-16)

Bug Fixes

  • Remove 'button' possibility for EngineField.type as it should not happen (da698b0)

  • Use _iter_over_async instead of _run_coroutine and Iterator instead of list (9540929)

Fixing several implementation as well as typing errors introduced in one of the recent pull requests.

Code Style

  • Reformat method parameters - do not break lines if not necessary (31537af)

Features

  • Support retrieval of Queues associated with the given Engine (8aee3d4)

Detailed Changes: v0.21.0...v0.22.0

v0.21.0

14 Jan 17:06
Compare
Choose a tag to compare

v0.21.0 (2025-01-14)

Chores

  • Correct resource name in sideloading test integration test (a419002)

Features

  • Add support for retrieving EngineFields (c976954)

Refactoring

  • Extract sideloading logic into domain logic (080b7af)

...and use inflect to convert resource names to singular.


Detailed Changes: v0.20.1...v0.21.0

v0.20.1

11 Dec 15:13
Compare
Choose a tag to compare

v0.20.1 (2024-12-11)

Bug Fixes

  • Prevent race condition over the asyncio event loop in ThreadPoolExecutor (6a4d922)

Chores

  • Extract Resource into domain logic (99ec60c)

  • Extract URL domain logic into a reusable module (826fcd5)


Detailed Changes: v0.20.0...v0.20.1

v0.20.0

10 Dec 15:12
Compare
Choose a tag to compare

v0.20.0 (2024-12-10)

Bug Fixes

  • Do not crash when running sync client in async context when an event loop is already running in the main thread (0038e4a)

    • The asyncio code is now executed in a ThreadPoolExecutor to avoid problems with multiple event loops.

Chores

  • Fix tests by pinning pytest-httpx (a0c0eeb)

    • 0.22 is the last version that works with Python 3.8.
  • Improve readability of assert in XML export test (4c88b7e)

Features

  • Retry also on request/HTTP errors during authentication (3bae7da)

    • When Elis API fails intermittently, we were not retrying which leads to unnecessary failures in production when the client is used.

Detailed Changes: v0.19.0...v0.20.0

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)