What readysettech/readyset shipped
Generated by FoxPlug from public activity — not affiliated with Readyset.
What readysettech/readyset shipped recently
Releases
- stable-260924, published September 24, 2026. First change listed: 76ea486: Fixed an issue where a row comparison lost its predicate, widening the query to the entire table. Also fixed prepared row comparisons being advertised to clients as taking no parameters. (source)
- stable-260827, published August 27, 2026. First change listed: 8b5429f: Removed a small race window in shallow-cache coalescing that allowed misses in rapid succession to bypass the mechanism and query the upstream without waiting. A sudden burst of queries that… (source)
- stable-260730, published July 31, 2026. First change listed: a8a3644: Hint-based cache creation now honors an explicit cache name in /rs+ CREATE SHALLOW CACHE <name> /; previously, the named form was silently ignored and no cache was created. (source)
- stable-260720, published July 21, 2026. First change listed: 6f43c07: Interactive MySQL clients (such as the mysql CLI) now have their CLIENTINTERACTIVE capability forwarded to the upstream connection, so their sessions honor interactivetimeout rather than… (source)
- stable-260630, published July 1, 2026. First change listed: 2896676: Fixed a bug where bare empty arrays (ARRAY[]) were silently accepted instead of being rejected during query lowering. Cached queries that previously succeeded with bare empty arrays will now… (source)
- stable-260528, published May 28, 2026. First change listed: b9a198a: Added group commit support for the PostgreSQL replication connector, coalescing multiple committed transactions into a single batch before flushing to Readyset. This reduces RPC overhead and… (source)