Releases: rossumai/rossum-sdk
v0.13.0
v0.13.0 (2024-02-07)
Documentation
- docs: improve client docstrings (
94e8522
)
Feature
- feat: consider new created status when checking if annotation is already imported (
7c66c63
)
Fix
- fix: do not send None parent when creating new document (
95f3fbc
)
Unknown
- Merge pull request #60 from bara-m/bara-make-annotations-method-work-with-new-status
Consider new created status when checking if annotation is already imported (c2050cf
)
v0.12.0
v0.12.0 (2024-02-06)
Feature
-
feat: add new create_new_annotation method (
7354ec7
) -
feat: add new create_new_document method (
4affb67
) -
feat: add new retrieve_document_content method (
4057e9c
)
Refactor
-
refactor: unify naming of ids and add missing typing (
86246cd
) -
refactor(tests): fix typos in tests (
19711e2
)
Unknown
- Merge pull request #59 from bara-m/bara-add-missing-methods
Add new methods for documents and annotations (0710177
)
v0.11.0
v0.11.0 (2023-11-08)
Chore
- chore: Remove side-effects from tests with sideloads
dummy_annotation was modified by a side-effect and the expected values
didn't need to add content which was confusing. (c3f8130
)
Feature
- feat: Add convenience methods for annotation lifecycle (
cf56272
)
Refactor
- refactor: Rename UserRole to Group for consistency with the API (
ed8065a
)
Unknown
- Merge pull request #56 from rossumai/oh/annotation-convenience-methods
feat: Add convenience methods for annotation lifecycle (7e5adbd
)
v0.10.0
v0.10.0 (2023-11-02)
Chore
- chore: Streamline Makefile and improve README (
0b1064f
)
Feature
- feat: Support deserializing of API payloads to user-defined model classes
Users can provide a custom deserializer that allows customising which
models should be returned by the client. (a1e1385
)
Refactor
- refactor: Use an enum instead of strings to identify API resources
This is not only cleaner but will be useful when implementing custom
de-serializers. (acbf731
)
Unknown
- Merge pull request #55 from rossumai/oh/user-defined-models
feat: Support deserializing of API payloads to user-defined model classes (4d66c46
)
- Merge pull request #54 from rossumai/oh/enums-instead-of-strings
refactor: Use an enum instead of strings to identify API resources (2c24376
)
- Merge pull request #52 from rossumai/oh/steamline-makefile
chore: Streamline Makefile and improve README (a89e6e6
)
v0.9.1
v0.9.1 (2023-10-11)
Fix
- fix(api_client): limit in-flight requests
Limit the maximum number of fetch_all page requests running at in
parallel. (56244d0
)
Unknown
- Merge pull request #50 from opichals/limit-maximum-number-of-in-flight-requests-in-fetch_all
fix(api_client): limit in-flight requests (3c1a10a
)
v0.9.0
v0.8.0
v0.8.0 (2023-08-25)
Feature
-
feat(elis_api_clients): add new
search_for_annotations
method (34b3f72
) -
feat(api_client): allow passing json argument in
fetch_all
as request payload (e433f85
)
Unknown
- Merge pull request #49 from OndraSlama/ondra-add-search-for-query-method
Add search_for_annotations method (b994053
)