Updates
Prefix filtering in dashboard on basin or stream names.
first_seq_num
as a Read
/ ReadSession
response has been removed: records will be returned from the first record >=
the requested starting point.
Basins can be configured to create_stream_on_read
automatically when the specified stream does not exist, using the default stream configuration for the basin.
Dashboard UI for stream management.
All records now have a monotonic timestamp in milliseconds since Unix epoch. The require_client_timestamps
stream config may be enabled to ensure client-provided timestamps are used.
Basins can be configured to create_stream_on_append
automatically when the specified stream does not exist, using the default stream configuration for the basin.
Dashboard UI for basin management.
ReadSession
gRPC and REST API support periodic heartbeats.
REST API supports compression using zstd
or gzip
, except for streaming reads with SSE.
gRPC API supports compression using zstd
or gzip
.
Python SDK available.
Preview launch with gRPC API, Rust SDK, and CLI.
Prototyped the guts of S2.
S2 hypothesized.