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
The Oracle Native network encryption connection option. Encryption is now offered to every server and used only when the server requires it, so the option is no longer needed. (#483)
Fixed
Oracle now connects to servers that require native network encryption (SQLNET.ENCRYPTION_SERVER = REQUIRED), negotiating AES with a SHA checksum automatically like SQL Developer and DBeaver. (#483)
MongoDB filters and generated edit statements now quote numeric-looking values that would not round-trip, such as .5, 1., +7, 01, integers larger than 64 bits, and exponents that overflow a double like 1e400, instead of emitting invalid or lossy JSON. A row whose _id is a decimal or exponent string is matched as that string, so delete and update target the right document. Update the MongoDB plugin to get the fix. (#1813)
Reading a connection password from a command, 1Password, Vault, or AWS Secrets Manager no longer occasionally returns corrupted output from a race while reading the command's output. (#1841)
The Structure tab filter and column sort now update the grid instead of leaving stale rows on screen.
The row details inspector now shows the selected row's values, including JSON, when a column value filter is active, and a JSON or serialized value you open now follows the selected row as you move between rows. (#1837)
Copying, duplicating, and deleting rows now act on the rows you selected when a column value filter is active, instead of the rows sitting at those positions in the unfiltered result. (#1837)