stable-240328
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. See package installation instructions.
What's New
- ca9856b: Add support for MySQL
COM_RESET_CONNECTION
command. - 7c8a1b7: Add support for MySQL
COM_CHANGE_USER
command. - 22f8532: Readyset now streams proxied results from postgres for queries using the simple query protocol similarly to how it already does for the extended query protocol. This vastly reduces the memory consumption for text-protocol queries as well as improves performance of them in many cases.
- 7a14b00: Support timestamps in prepared statements from the Java PG driver,
pgjdbc
.