Skip to content

stable-250522

Choose a tag to compare

@ronh-rs ronh-rs released this 22 May 21:22
· 761 commits to main since this release

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 and ST_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.