Skip to content

Releases: quantmind/aio-fluid

v1.5.1

10 Apr 07:07
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.0...v1.5.1

v1.5.0

02 Mar 16:02
Compare
Choose a tag to compare

What's Changed

Renamed the dispatcher methos message_type as event_type for consistency.

Full Changelog: v1.4.1...v1.5.0

v1.4.1

01 Mar 17:27
Compare
Choose a tag to compare

What's Changed

Refactor of Worker utils, largely backward incompatible for people using low-level workers.
Cleaner and much more documented API.

Full Changelog: v1.3.4...v1.4.1

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