segment-buffer 0.5.6

High-throughput local buffer for cloud sync: batch-spills to zstd+CBOR segment files with at-least-once delivery, ack-based deletion, filename-based crash recovery, configurable durability, and optional encryption. Single-process by design. No WAL, no metadata DB.
Documentation
1
2
3
4
5
6
7
8
9
10
# buildflow configuration for segment-buffer
#
# markdown-format and yaml-format (both dprint-backed) are skipped:
# - Markdown: prettier-format already handles it and passes; dprint's markdown
#   formatter produces large diffs (line reflow, table re-alignment).
# - YAML: GitHub Actions workflows have stable hand-maintained formatting.
# JSON formatting via dprint is kept (json-format step).
skip_steps:
  - markdown-format
  - yaml-format