stable-241024
Release Notes
Readyset is currently released as a docker container and Linux distro binary packages. For installation with docker, see the Install with Docker documentation. Available Linux distribution binary packages for x86_64/amd64 include deb package for Ubuntu 22.04 and Debian 12, and rpm packages for Fedora 39 and Amazon Linux 2023. See package installation instructions.
What's New
- a9509d4: Add support for
ascii()function. - 55fc2c4: Add support for parsing the
DATA DIRECTORYoption from theCREATE TABLEstatement in MySQL. - 8a84857: Added support for re-snapshot of tables. A new SQL command
ALTER READYSET RESNAPSHOT TABLE table_namewas added to trigger re-snapshot of tables on demand. - 233a70d: Better messaging when clients disable
autocommit. - 7c2b78d: Allow some MariaDB clients to connect correctly to
readyset. - 821daaa: Remove hidden
--allow-unsupported-setflag, replaced by--unsupported-set-mode allow. - 770ee5c: Set the schema search path to a standard default when using
--no-upstream-connections. - 278277a: Accept more values for the PostgreSQL session varaible
extra_float_digits. - 8bfe6bf: Add distinctly greppable log messages for cache creation and removal.
- c70bcea: Fix bug where cached queries that use table aliases are not found after restart.