Skip to content

Releases: rossumai/rossum-sdk

v0.13.0

07 Feb 15:01
Compare
Choose a tag to compare

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

06 Feb 12:32
Compare
Choose a tag to compare

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

08 Nov 13:08
Compare
Choose a tag to compare

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

02 Nov 16:56
Compare
Choose a tag to compare

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

11 Oct 15:39
Compare
Choose a tag to compare

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

11 Oct 07:02
Compare
Choose a tag to compare

v0.9.0 (2023-10-11)

Feature

  • feat: export public interface in root package (f85fc58)

Unknown

  • Merge pull request #51 from uhlikfil/main

feat: export public interface in root package (977824f)

v0.8.0

25 Aug 11:59
Compare
Choose a tag to compare

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)

v0.7.4

11 Aug 09:58
Compare
Choose a tag to compare

v0.7.4 (2023-08-11)

Feature

  • feat(models): add token_lifetime_s attribute to hook model (f75dcfd)

Unknown

  • Merge pull request #48 from uhlikfil/main

feat(models): add token_lifetime_s attribute to hook model (ae35fc4)

v0.7.3

07 Aug 11:11
Compare
Choose a tag to compare

v0.7.3 (2023-08-07)

Fix

  • fix: Make time_spent in Annotation optional (a2e5d70)

Unknown

  • Merge pull request #47 from rossumai/ihe/make-time-spent-optional

fix: Make time_spent in Annotation optional (7a26f27)

v0.7.2

02 Jun 13:02
Compare
Choose a tag to compare

Fix

  • Add await to asyncio.sleep (4a537ab)