Skip to content

Releases: quantmind/aio-fluid

v1.6.4

06 Dec 10:59
f1e316a

Choose a tag to compare

What's Changed

Full Changelog: v1.6.2...v1.6.4

v1.6.2

12 Jul 12:56

Choose a tag to compare

What's Changed

  • New deps spec by @lsbardel in #71
  • Fix pagination by @lsbardel in #72
  • Max concurrency is now set for all consumers via broker

Full Changelog: v1.5.2...v1.6.2

v1.5.2

15 Jun 13:26

Choose a tag to compare

  • HttpClient is an ABC

Full Changelog: v1.5.1...v1.5.2

v1.5.1

10 Apr 07:07

Choose a tag to compare

What's Changed

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

v1.5.0

02 Mar 16:02

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

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

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

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

Choose a tag to compare

What's Changed

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

v1.3.0

09 Feb 18:28

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