stable-240523
Release Notes
ReadySet is currently released as a docker container. See the Install with Docker documentation for instructions. It can also be installed from an x86_64/amd64 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
- e28a872: Added support for
TRUNCATE TABLE
statements for MySQL. - 1b1c370: Adjusted MySQL replicator to report table position at a fixed interval (10 seconds). This makes the replicator keep distance short between min and max positions. This is useful when
readyset
restarts, ensuring that we do not have to re-stream a lot of binary logs to catch up. - ab89ea3: Allow parameterizing
WHERE IN
clauses when the query contains aggregations. - 6665713: Added support for MySQL's
MEDIUMINT
column type. - a04f066: Adjusted replicators terminology to be compatible with MySQL 8.4.
- 5fca15b: Added support for MySQL Binlog Transaction Compression. This feature allows MySQL to compress the binlog events requiring less network bandwidth and storage space. readyset is now able to decompress the binlog events and process those events.