August 12, 2025
See usage metrics visualized in the dashboard UI.
August 1, 2025
Read from streams directly in the dashboard UI.
July 24, 2025
Stream configuration knob delete-on-empty to automatically delete a stream it does not have any records for some period of time.
July 22, 2025
Reads can clamp the start position at the tail position.
July 9, 2025
Interactive playground.
June 24, 2025
Experimental support for the OpenTelemetry Protocol (OTLP). Let us know if you would like access.
June 6, 2025
Reads can be limited until a specific timestamp.
May 28, 2025
Added metrics endpoints for usage monitoring to the REST API.
May 20, 2025
REST API v1 is ready including SSE support. Besides JSON it also supports Protobuf for appending and reading binary data efficiently without the Base64 tax.
May 8, 2025
Supercharged scalability — we are now using FoundationDB as a metadata store.
May 2, 2025
CLI got a new tail sub-command.
Apr 28, 2025
Support for reading from timestamp or a tail_offset, not just sequence numbers. The implicit cap on record timestamp not exceeding arrival time can now be disabled in stream config.
Apr 28, 2025
REST API support for listing / issuing / revoking granular access tokens.
Apr 18, 2025
Prefix filtering in dashboard on basin or stream names.
Apr 17, 2025
first_seq_num as a Read / ReadSession response has been removed: records will be returned from the first record >= the requested starting point.
Apr 14, 2025
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.
Apr 7, 2025
gRPC APIs for listing / issuing / revoking granular access tokens.
Apr 1, 2025
Dashboard UI for stream management.
Mar 14, 2025
All records now have a monotonic timestamp in milliseconds since Unix epoch. Streams can also be configured to only utilize client-specified timestamps.
Mar 11, 2025
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.
Mar 10, 2025
Dashboard UI for basin management.
Mar 6, 2025
ReadSession gRPC and REST API support periodic heartbeats.
Feb 27, 2025
Bytewax integration is available.
Feb 24, 2025
Flink integration is available.
Feb 21, 2025
REST API supports compression using zstd or gzip, except for streaming reads with SSE.
Feb 5, 2025
Bento integration is available.
Feb 4, 2025
gRPC API supports compression using zstd or gzip.
Jan 31, 2025
Java SDK available.
Jan 30, 2025
REST API is ready, including streaming reads with SSE.
Jan 14, 2025
Python SDK available.
Jan 13, 2025
Go SDK available.
Dec 20, 2024
Preview launch with gRPC API, Rust SDK, and CLI.
Jan-Feb 2024
Prototyped the guts of S2.
Nov 2023