Skip to content

Releases: hussein-awala/async-batcher

Async Batcher 0.2.1

02 Sep 20:58
5b43297
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.2.0...0.2.1

Async Batcher 0.2.0

29 Feb 23:31
00f47e7
Compare
Choose a tag to compare

Significant changes

Bug fixes

New features

  • Feat: Support concurrent batches processing by @hussein-awala in #11
  • Feat: add a new argument to provide the sync process_batch executor by @hussein-awala in #12
  • feat(sqlalchemy): Implement AsyncSqlalchemyWriteBatcher to batch Insert and Update by @hussein-awala in #18
  • feat: add max_queue_size argument to set a limit for buffered items by @hussein-awala in #23

Improvements

  • Rework batching method to use full asyncio instead of threading by @nmehraein in #1

New Contributors

Full Changelog: 0.1.0...0.2.0