Skip to content

Releases: apatrushev/aioflows

v0.2.0: Use new Pydantic!

21 Oct 21:52
Compare
Choose a tag to compare
  • pydantic version updated to v2 branch

Full Changelog: v0.1.3...v0.2.0

v0.1.3

25 Sep 18:50
Compare
Choose a tag to compare
  • fix release issue

Full Changelog: v0.1.2...v0.1.3

v0.1.2

25 Sep 18:18
Compare
Choose a tag to compare
  • actor options schemes have been cleaned up
  • support for left part cancelation with special operator >=
  • better exception handling in connector
  • universal producer/consumer actors implemented and widely tested
  • repeat and take actors

Full Changelog: v0.1.1...v0.1.2

v0.1.1: actors improvements and fixes

31 Aug 19:22
Compare
Choose a tag to compare
  • applicator actor improved
  • support for applicator actor subclassing
  • batcher and producer actors introduced
  • mqtt subscriber fixed to filter messages by subscription topic (multiple subscribers on same client)

Full Changelog: v0.1.0...v0.1.1