Skip to content

v2.1.2

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Sep 16:18
· 399 commits to master since this release

2.1.2 (2022-09-09)

Bug Fixes

  • Concurrency: Fix issue with concurrent push from different sources (daae2bb), closes #484

Performance Improvements

  • Concurrency: Be sure that only one read or one write can be done at the same time (1cf0038)
  • Errors: Export errors for easier error management in other projects (60c90f8), closes #479