Back to Explore

mafintosh/atomic-batcher

GitHub
1 watchersOpen source

Last release:

atomic-batcher provides a simple batching function to group multiple operations and run them atomically. It queues work so only one batch runs at a time, and it’s useful for batching database or similar operation sets (for example, passing grouped ops to a `db.batch` call).

Project status

  • Repo appears effectively dormant, with the last upstream push on 2017-08-08 and no evidence of any updates since then relative to today (2026-08-12).
  • Update cadence is historically sparse, with small updates at least in early 2016 through mid 2017, then a long gap of roughly 9 years with no further update evidence.

AI summary generated

AI-generated from public sources. May be inaccurate. Report

Recent updates

  • v1.0.2

    Release v1.0.2 includes a small behavioral change in the atomic batcher implementation and updates the test suite accordingly. Release notes were not provided by the publisher, so the actual behavior change should be reviewed directly in the code diff.

  • v1.0.1

    Release v1.0.1 appears to be a small update with documentation and example additions, plus a minimal change in the core batching logic. There are no publisher-provided release notes (none provided), so the actual behavioral impact must be inferred from the code diff.

  • v1.0.0

    Release v1.0.0 was published on 2016-07-11, but no release notes or change descriptions were provided by the publisher. As a result, there is no documented information here about new features, breaking changes, bug fixes, or security updates.