Skip to content

Releases: IndicoDataSolutions/indico-client-python

Revert num pages change

02 Feb 20:05
a168c2a

Choose a tag to compare

4.12.8

add status into filter (#132)

4.12.6 - Exclude 'tests' package.

15 Dec 19:54
34a4236

Choose a tag to compare

This release excludes the tests package from publish.

4.12.5 - Add in Datafile attributes and the DataFilePage class type

05 Nov 18:47
689e124

Choose a tag to compare

Adds the following:

  • Adds a few more attributes to the Datafile type (pages, page_ids, and num_pages)
  • Adds the DataFilePage class type, so it can be used by the newly added pages attribute.

What's Changed

Full Changelog: 4.12.4...4.12.5

4.12.4 - Add pagination to ListSubmissions call

01 Nov 13:46
2e5b027

Choose a tag to compare

Adds ability to use client.paginate with ListSubmissions

What's Changed

  • [CAT-126] ADD: pagination to ListSubmissions by @pastap in #124

Full Changelog: 4.12.3...4.12.4

Add file_size and num_pages to SubmissionFile

18 Oct 18:34
8184199

Choose a tag to compare

Add the following attributes to the SubmissionFile type:

  • file_size: Size of the file, in bytes
  • num_pages: Number of pages in file

Support deleted flag on submissions

12 Aug 15:37
0997d23

Choose a tag to compare

Add the ability to query/view deleted flag

Bugfix patch version

09 Aug 16:25
59eced7

Choose a tag to compare

Fixes an issue with bytestream support feature

Bytestream support

05 Aug 15:44
0ead7d2

Choose a tag to compare

This release adds support for passing in BufferedIOBase derived objects to the WorkflowSubmission query, enabling SDK users to manage how they get and manage files for upload by passing in just the streams instead of filepaths.

Document Reporting, Bugfixes

29 Jul 15:46
09df0e7

Choose a tag to compare

This release enables Document Reporting metrics and Submission Retry, supported on IPA v4.11+ as well as a bugfix for handling server side gzip compression.

4.11.1 - Workflow Metrics

13 Jul 18:11
b17fc33

Choose a tag to compare

This release adds support for workflow metrics data retrieval. See the example under the examples folder for usage demonstration,