You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,6 +48,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
48
48
- Opening a table (Return or double-click in the sidebar) moves keyboard focus into the data grid so you can navigate cells with the arrow keys. Arrowing the sidebar still previews tables without taking focus. (#1490)
49
49
- Moving a connection into or out of a group now syncs across devices, instead of leaving it ungrouped on your other Macs.
50
50
- Opening a table on a connection with many tables no longer stalls for several seconds while autocomplete and table metadata load. Background schema introspection now runs on separate connections instead of waiting behind, or blocking, the query that fills the grid. (#1483)
51
+
- Cassandra SSL connections that use a client certificate now have a Key Passphrase field for an encrypted private key, and report a clear "key is encrypted" or "passphrase is incorrect" message instead of a generic handshake failure. The passphrase is stored in the Keychain. (#1487)
returnString(localized:"Switch SSL Mode to Verify CA (validates the CA chain but skips hostname check), or update the host field to match the certificate.")
87
95
case.clientCertRequired:
88
96
returnString(localized:"Provide the client certificate and key paths in the SSL tab.")
97
+
case.clientKeyPassphraseRequired:
98
+
returnString(localized:"Open the connection editor, switch to the SSL tab, and enter the Key Passphrase.")
99
+
case.clientKeyPassphraseIncorrect:
100
+
returnString(localized:"Open the connection editor, switch to the SSL tab, and correct the Key Passphrase.")
89
101
case.cipherMismatch:
90
102
returnString(localized:"Update the server's TLS configuration or use a newer database server version that supports modern ciphers.")
0 commit comments