Skip to content

Releases: rossumai/rossum-sdk

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)

v0.7.1

05 May 07:38
Compare
Choose a tag to compare

Fix

  • models: Allow null workspace in Queue model (dea0027)
  • models: Allow Any in metadata dict values in Queue model (7abaa13)

v0.7.0

04 May 12:04
Compare
Choose a tag to compare

Feature

  • elis_api_client: Add generic method for requests to paginated resources (6b290e8)

v0.6.0

28 Apr 15:18
Compare
Choose a tag to compare

Feature

  • api_client: Allow to set max pages limit in filters (090114f)

v0.5.1

31 Mar 15:25
Compare
Choose a tag to compare

Chore

  • Switch to ruff for linting + apply new rules

v0.5.0

06 Mar 15:15
73de6a7
Compare
Choose a tag to compare

Features

  • add ElisApiClient.request method for seldomly used endpoints that return bytes instead of JSON

v0.4.0

02 Mar 11:30
e5bc7e2
Compare
Choose a tag to compare

Feature

  • feat: add get_token method to Api client

Fix

  • define Document.creator as optional
  • define some attributes (guide, read_more_url, extension_image_url) as optional