Skip to content

Releases: adamtheturtle/AppGroupMailbox

AppGroupMailbox 0.1.1

Choose a tag to compare

@adamtheturtle adamtheturtle released this 03 Aug 09:41
28572b7

Adds idempotent caller-supplied message IDs through enqueue(_:id:), enabling crash-safe migration from another durable queue.

AppGroupMailbox 0.1.0

Choose a tag to compare

@adamtheturtle adamtheturtle released this 03 Aug 09:29
6c5f4f1

Initial release of AppGroupMailbox: a bounded, generic, file-backed mailbox with atomic cross-process enqueue and claiming, acknowledgement and retry, crash recovery, expiration, input quarantine, optional Darwin notifications, DocC documentation, and multi-process tests.