Skip to content

stable-241024

Latest
Compare
Choose a tag to compare
@ronh-rs ronh-rs released this 24 Oct 19:36
· 100 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

  • a9509d4: Add support for ascii() function.
  • 55fc2c4: Add support for parsing the DATA DIRECTORY option from the CREATE TABLE statement in MySQL.
  • 8a84857: Added support for re-snapshot of tables. A new SQL command ALTER READYSET RESNAPSHOT TABLE table_name was added to trigger re-snapshot of tables on demand.
  • 233a70d: Better messaging when clients disable autocommit.
  • 7c2b78d: Allow some MariaDB clients to connect correctly to readyset.
  • 821daaa: Remove hidden --allow-unsupported-set flag, replaced by --unsupported-set-mode allow.
  • 770ee5c: Set the schema search path to a standard default when using --no-upstream-connections.
  • 278277a: Accept more values for the PostgreSQL session varaible extra_float_digits.
  • 8bfe6bf: Add distinctly greppable log messages for cache creation and removal.
  • c70bcea: Fix bug where cached queries that use table aliases are not found after restart.