v1.1.9fossic2026-06-21

Bounded read docs across all four bindings

All four binding surfaces (Rust, Python, Node.js, Tauri IPC) now have documented bounded-read APIs with cursor resumption, streaming iterators, and SamplingMode; FOSSIC_V1_SPEC updated with canonical type definitions and a Phase 1–5 roadmap.

v1.1.92026-06-21
  • ·ReadOutcome pagination, TruncationCursor serialization, and SamplingMode documented in all four binding READMEs with working code examples in the appropriate language
  • ·dispatch_channel_pressure() and dispatch_channel_high_water_mark() documented in root README with interpretation guidance and Phase 3 callout
  • ·FOSSIC_V1_SPEC §4.1 now has canonical type defs for ReadOutcome, TruncationCursor, SamplingMode, and ReadQuery; §18 Phase Roadmap covers Phases 1–5
  • ·Python CP-FOSSIC-3 gap called out explicitly: default_max_results/default_max_bytes not yet in Python OpenOptions; Node.js is the only binding where store-level defaults are exposed