v1.2.0 Raw EventStreams
Breaking changes:
scanConsumers()now returns parsed consumer descriptors ({ name, stream, identifier }) instead of filename strings.- Stream/type names produced via
typeAccessorare validated more strictly; invalid names (for example with whitespace) now fail fast.
New in 1.2:
- Raw EventStreams (
raw=true) across stream/category/query APIs, emitting NDJSONBufferchunks for zero-deserialization transport paths. - Raw predicates and object matchers for byte-level filtering, plus fixes for NDJSON/raw behavior in
EventStreamandJoinEventStream. - Read-path performance and correctness improvements (
readRange, merge/backwards iteration fixes, index sync optimization, partition identifier caching). - Consumer lifecycle improvements (in-memory registry lookup,
progressevents).