Skip to content

stable-240328

Compare
Choose a tag to compare
@ronh-rs ronh-rs released this 28 Mar 18:15
· 479 commits to main since this release

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.

Fixes

  • a997647: Fixed an issue where range queries returned incorrect results in certain situations
  • f054ca6: Fixed issue on SHOW READYSET STATUS reporting the wrong status when reconnecting to the database.
  • f857866: Fixed a bug where we didn't properly parse type alias following a numeric type cast.