Skip to content

Releases: rossumai/rossum-sdk

v0.14.0

22 May 09:55
Compare
Choose a tag to compare

v0.14.0 (2024-05-22)

Unknown

  • Merge pull request #66 from liborvaneksw/lv/mypy

feat: add py.typed and let the world know we use types (334c51e)

v0.13.3

22 May 07:58
Compare
Choose a tag to compare

v0.13.3 (2024-05-22)

Fix

  • fix: make User.last_login optional (406b16b)

Unknown

  • Merge pull request #67 from liborvaneksw/lv/user-model-fix

fix: make User.last_login optional (da6419c)

v0.13.2

09 Apr 06:50
Compare
Choose a tag to compare

v0.13.2 (2024-04-09)

Fix

  • fix(api-client): do not reauth if no credentials are available (9b5f422)

Unknown

  • Merge pull request #65 from rossumai/igor/no-reauth-without-credentials

fix(api-client): do not reauth if no credentials are available (92697e6)

  • makefile: remove non-existing test-all rule reference (033063f)

  • Merge pull request #61 from michalsrutek/feature/fix-decreases-typo

Fix decreases typo (c6db58b)

  • Merge branch 'rossumai:main' into feature/fix-decreases-typo (db09423)

v0.13.1

25 Mar 21:58
Compare
Choose a tag to compare

v0.13.1 (2024-03-25)

Ci

  • ci(pre-commit): update mypy (06d2272)

Fix

  • fix(models:automation_blocker): fix type of samples (b36d6a8)

Unknown

  • Merge pull request #62 from rossumai/stepan-s/fix-model-automation-blocker-samples

fix(models:automation_blocker): fix type of samples (e459253)

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)