Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
readyset_1.15.0-1_amd64.deb | 2025-05-22 | 14.0 MB | |
readyset-1.15.0-1.fc39.x86_64.rpm | 2025-05-22 | 16.2 MB | |
readyset-1.15.0-1.al2023.x86_64.rpm | 2025-05-22 | 15.1 MB | |
README.md | 2025-05-21 | 1.4 kB | |
stable-250522 source code.tar.gz | 2025-05-21 | 39.1 MB | |
stable-250522 source code.zip | 2025-05-21 | 40.7 MB | |
Totals: 6 Items | 125.1 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 Amazon Linux 2023 and RedHat 9. See package installation instructions.
What's New
- d25eb08: Fixed an issue where
char
columns were not padded with spaces when using MRBR and were omitted from the insert statement. - 5ac8de1: Added support for inferring MySQL default values for binary columns.
- 6758d81: Fixed an issue where the inferred default value for MySQL BLOB columns was incorrect.
- 08761f6: Fixed a bug where a PostgreSQL table snapshot failure could be silently ignored, causing Readyset to fail to remove the failed table from the list of tables to snapshot and aborting the entire snapshot process.
- ecdf2e7: Added support for the
ST_AsText
andST_AsWKT
functions. - c0431ce: Added basic support for the
Point
spatial type in MySQL. - 65eda6c: Support using aliased aggregates in
ORDER BY
clause when TopK feature flag is enabled.