Releases: IndicoDataSolutions/indico-client-python
Revert num pages change
4.12.8 add status into filter (#132)
4.12.6 - Exclude 'tests' package.
This release excludes the tests package from publish.
4.12.5 - Add in Datafile attributes and the DataFilePage class type
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
- [DEV-7866] Add in newer Datafile attributes and the DataFilePage class type by @adrianlacour-indico in #125
Full Changelog: 4.12.4...4.12.5
4.12.4 - Add pagination to ListSubmissions call
Adds ability to use client.paginate with ListSubmissions
What's Changed
Full Changelog: 4.12.3...4.12.4
Add file_size and num_pages to SubmissionFile
Add the following attributes to the SubmissionFile type:
file_size: Size of the file, in bytesnum_pages: Number of pages in file
Support deleted flag on submissions
Add the ability to query/view deleted flag
Bugfix patch version
Fixes an issue with bytestream support feature
Bytestream support
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
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
This release adds support for workflow metrics data retrieval. See the example under the examples folder for usage demonstration,