Skip to content

Releases: quantmind/aio-fluid

v1.3.4

22 Feb 15:50
Compare
Choose a tag to compare

What's Changed

Experimental feature

When running on kubernetes cluster and the k8s extras are installed, cpu bound tasks run as Kubernetes Batch Job

pip install aio-fluid[cli,k8s]

Full Changelog: v0.3.2...v1.3.4

v0.3.2

17 Feb 21:07
Compare
Choose a tag to compare

What's Changed

  • Add enable/disable task to command line client by @lsbardel in #57

Full Changelog: v0.3.1...v0.3.2

v0.3.1

15 Feb 23:11
Compare
Choose a tag to compare

What's Changed

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

v1.3.0

09 Feb 18:28
Compare
Choose a tag to compare

What's Changed

The main features added is the ability to add type annotation for tasks parameters and to allow these parameters
to be passed on the command line using click interface.

These powerful additions allows the task application to be used as a command line tool in full effect.

Full Changelog: v1.2.3...v1.3.0

v1.2.3

02 Feb 10:09
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.2...v1.2.3

v1.2.2

19 Jan 12:52
Compare
Choose a tag to compare

What's Changed

  • Task Docs and short description by @lsbardel in #50
  • Build python 3.13
  • Custom domain for docs

Full Changelog: v1.2.1...v1.2.2

v1.2.1

24 Nov 14:45
Compare
Choose a tag to compare

What's Changed

  • New way to build app in #47
  • Add endpoint tests in #48
  • Allow to set console port in #49

Full Changelog: v1.1.2...v1.2.1

v1.1.2

20 Oct 12:28
Compare
Choose a tag to compare

v1.1.0

19 Oct 13:36
Compare
Choose a tag to compare
release

v0.5.2

29 May 11:38
Compare
Choose a tag to compare
  • better typing
  • use ruff for linting