Skip to content

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 10 Aug 02:07
· 20 commits to main since this release

Added

  • Added chainable provider configuration through the Mule registration builder.
  • Added scheduled recovery mode for retrying pending work without constant storage polling.
  • Added configurable cleanup modes: disabled, polling, and scheduled.
  • Added automatic EF Core model integration through UseEntityFrameworkCore<TDbContext>().

Changed

  • Changed EF Core locking to use atomic conditional claims for safer execution across multiple service replicas.
  • Updated documentation and sample code to use the chainable Mule configuration style.