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, Debian 12 and later, and rpm packages for Fedora 39 and Amazon Linux 2023. See package installation instructions.
What's New
- edbf0af: As a first step toward supporting latin1 text columns in MySQL, we now allow replicating these columns but storing them re-encoded as utf8. Data will be retrieved as utf8, so comparisons and retrieval will not match upstream. Future work will improve support.
- 0113e58: Fixed a MySQL issue when Minimal Row-Based Replication is enabled and the user runs an insert with no columns.
- 981f459: Fixed a MySQL issue where
INSERTstatements with omitted columns could cause replication to fail under certain conditions. - f7e052f: Fix a race between domain recovery and dropping a table after replication failure.
- 96f2d97: Fixed a bug where certain unsupported queries would throw an error instead of getting proxied upstream.
- 43f3b0e: Make parser more flexible with whitespaces in function arguments and
INlist values. - f645af1: Fixes an issue with MySQL Minimal Row Based Replication where the collation and signedness of columns were incorrectly retrieved from the table map event.