Skip to content

Releases: Roche/foxops-client-python

v0.3.1

14 Aug 17:03
8b7f0ac
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.3.1

adding support for foxops v2.3 API

23 Nov 16:52
baf9f38
Compare
Choose a tag to compare
update types and API interface to foxops version 2.2 (#34)

update types and API interface to foxops version 2.2

Remove pydantic Dependency / Remove allow_import parameter

03 Sep 11:52
79c6d4e
Compare
Choose a tag to compare

Remove pydantic dependency

The objects returned by the functions are now dataclasses instead of pydantic objects

Removal of allow_import support

The create_incarnation call no longer supports the allow_import parameter. For that reason, also the return value was changed:

It now directly returns the IncarnationWithDetails object, instead of a tuple.

v0.1.2

10 Dec 22:35
Compare
Choose a tag to compare
fix package publish

v0.1.1

10 Dec 22:33
Compare
Choose a tag to compare
fix package publish

Initial Release

10 Dec 22:27
Compare
Choose a tag to compare

Initial release of the typed foxops API client library.

Comes in two flawors: Async and Synchronous.

v0.0.4

10 Dec 20:45
Compare
Choose a tag to compare
v0.0.4 Pre-release
Pre-release
fix cd workflow

v0.0.3

10 Dec 20:44
Compare
Choose a tag to compare
v0.0.3 Pre-release
Pre-release
no longer run standard CI workflow when creating a tag

v0.0.2

10 Dec 20:33
Compare
Choose a tag to compare
v0.0.2 Pre-release
Pre-release
more conservative waiting for gitlab to be ready

first test release

10 Dec 16:53
561247a
Compare
Choose a tag to compare
first test release Pre-release
Pre-release
adding CI/CD workflows (#3)

* adding CI/CD workflows

Co-authored-by: Alexander Hungenberg <[email protected]>