persistent-queue 0.1.3

A durable, at-least-once MPSC queue backed by in-memory and durable backends (sled, redb).
Documentation
# Changelog

All notable changes are documented here. This file is managed by
[knope](https://knope.tech/) from the Conventional Commits on `main`; do not edit it by
hand.
## 0.1.3 (2026-08-30)

### Features

- add a durable_acks builder knob to relax ack fsync
- add a max_bytes bound on total unacked bytes

## 0.1.2 (2026-08-27)

### Features

- add a typed queue layer with pluggable codecs

## 0.1.1 (2026-08-25)

### Features

- implement the durable at-least-once MPSC queue