Skip to content

Releases: IndicoDataSolutions/indico-client-python

6.8.1

19 Sep 19:09
71d17a9
Compare
Choose a tag to compare

What's Changed

Dataset creation now supports configuring email options

6.8.1-alpha1

16 Sep 15:29
Compare
Choose a tag to compare
6.8.1-alpha1 Pre-release
Pre-release

dataset email options on dataset creation

Full Changelog: 6.8.0...6.8.1-alpha1

6.8.1-alpha0

16 Sep 13:58
Compare
Choose a tag to compare
6.8.1-alpha0 Pre-release
Pre-release

Full Changelog: 6.8.0-alpha3...6.8.1-alpha0

Support email options during dataset creation

6.8.0

26 Aug 16:50
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 6.1.0...6.8.0

draft release process

13 Aug 03:49
797b4b0
Compare
Choose a tag to compare
draft release process Pre-release
Pre-release
fix: change dockerfile (#330)

* fix: change dockerfile

* Create tox.Dockerfile

---------

Co-authored-by: MC <[email protected]>

6.8.0-alpha0

06 Aug 14:32
Compare
Choose a tag to compare
6.8.0-alpha0 Pre-release
Pre-release

fix a bug in the async indico client where we strip out the extension of a file when generating the file args for an aiohhtp request

What's Changed

Full Changelog: 6.1.0-alpha1...6.8.0-alpha0

6.7.0-alpha0

11 Apr 14:22
c3503bc
Compare
Choose a tag to compare
6.7.0-alpha0 Pre-release
Pre-release

Adds backwards-compatible static typing support for use in Python 3.8+ typed contexts.

client: IndicoClient = IndicoClient(IndicoConfig(...))

# this is valid
subs: list[Submission] = client.call(ListSubmission(...))
# this is not, and will throw a typing error 
subs: list[str] = client.call(ListSubmission(...))

What's Changed

Full Changelog: 6.6.0...6.7.0-alpha0

5.1.5

09 Apr 15:35
Compare
Choose a tag to compare

Adds patch to loosen required requests library version

6.6.0

25 Mar 16:49
1d5ea16
Compare
Choose a tag to compare

Introduces a new AsyncIndicoClient - a client which supports concurrent API calls using Python's built-in asyncio library. See examples for more details
Includes Async support plus additional pagination, attributes on submissions.

What's Changed

Full Changelog: 6.0.0...6.6.0

6.1.0-alpha1

28 Feb 20:54
2fc2dd4
Compare
Choose a tag to compare
6.1.0-alpha1 Pre-release
Pre-release

ALPHA RELEASE - Includes Async support plus additional pagination, attributes on submissions.

What's Changed

Full Changelog: 6.1.0-alpha0...6.1.0-alpha1