Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
readyset-1.14.0-1.fc39.x86_64.rpm | 2025-04-24 | 16.1 MB | |
readyset-1.14.0-1.al2023.x86_64.rpm | 2025-04-24 | 15.0 MB | |
readyset_1.14.0-1_amd64.deb | 2025-04-24 | 14.0 MB | |
README.md | 2025-04-23 | 1.6 kB | |
stable-250424 source code.tar.gz | 2025-04-23 | 39.1 MB | |
stable-250424 source code.zip | 2025-04-23 | 40.7 MB | |
Totals: 6 Items | 124.9 MB | 0 |
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
INSERT
statements 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
IN
list 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.