Releases: rossumai/rossum-sdk
v0.23.1
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
v0.22.0
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
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
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
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
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
v0.18.0
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
)