Skip to content

stable-241212

Latest
Compare
Choose a tag to compare
@ronh-rs ronh-rs released this 12 Dec 19:30
· 15 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 and Debian 12, and rpm packages for Fedora 39 and Amazon Linux 2023. See package installation instructions.

What's New

  • 5e641aa: Fix an issue to forward COM_PING to backend connection to keep the connection alive.
  • 81db6af: Fix issues that prevent us from connecting and replicating from a MySQL 5.7 instance.
  • 42e7080: Improve the performance of replication by discarding unnecessary events earlier in the process.
  • 1307208: Change query metric's database_type tag value to upstream when serving from an upstream database.
  • e172765: Add support for snapshotting new tables without requiring a restart of the adapter. The new command accepts a comma list of tables: ALTER READYSET ADD TABLES <db>.<table_name1>, <db>.<table_name2>.
  • 4f09cfe: Improve MySQL snapshot performance by removing the need for exact row count for snapshot.
  • 41abc03: Add functionality to remove leftover tables that have being excluded from replication filters.
  • 1de382a: Add and correct many of the reported rocksdb metrics.