Added
- File > Backup Dump… and Restore Dump… for PostgreSQL and Redshift, with live progress, cancel, and SSH tunnel reuse (#1211).
Changed
- Plugin format updated. Older plugin builds no longer load; reinstall plugins from the registry after updating.
Fixed
- Redis: "Required (skip verify)" SSL mode now actually skips certificate verification, so Upstash and other untrusted-CA endpoints connect (#1247).
- MSSQL: SSL mode setting now affects the connection. Previously every mode was silently ignored.
- MongoDB: "Required" and "Verify CA" SSL modes connect to self-signed and untrusted-CA servers instead of failing.
- MongoDB: connecting no longer crashes with
dispatch_sync called on queue already owned by current thread(#1249). - MongoDB: TLS handshake to Atlas no longer fails with
internal error (-9838)on macOS 26. - MongoDB: importing a connection URL with no database path now works for Atlas users restricted to one database.
- MySQL: CA certificate is no longer loaded when the SSL mode skips verification, matching PostgreSQL.