- Fixed an issue where ReadySet would crash when replicating an ALTER TYPE statement referencing a type that was mentioned in a column of a dropped table.
- Fixed formatting of table identifier with schema (if initially provided during parsing) for
ALTER TABLE,DELETE FROM,INSERT INTO, andUPDATEstatements. - ReadySet running in postgresql mode now defaults to SCRAM-SHA-256 authentication for all clients. To force ReadySet to use cleartext authentication (the previous behavior) instead, pass --postgres-authentication-method=cleartext or set the
POSTGRES_AUTHENTICATION_METHODenvironment variable tocleartextwhen running thereadysetbinary