What beekeeper-studio/beekeeper-studio shipped
Generated by FoxPlug from public activity — not affiliated with Beekeeperstudio.
Week of September 14, 2026
What shipped
- Released v6.1.2 fixing read only mode not persisting when toggled or saved [0]. Release
- Fixed read only mode checkbox that would not stick and reverted connections that had it enabled [1]. Pull request #4769
- Added warning when SSH configuration details are entered without enabling the SSH Tunnel toggle [2]. Pull request #4575
- Fixed connection race conditions where multiple connection attempts could interfere with each other and added special handling for sqlite file system checks [4]. Pull request #4744
- Fixed SSH tunnels when IdentityFile configuration points to a public key only [8]. Pull request #4761
- Fixed trigger that was preventing query deletion by allowing previousAuditId to be cleared [9]. Pull request #4760
- Added hover effect feedback to the cross button on the tabbar [5]. Pull request #4710
- Updated trino package [7]. Pull request #4758
Why it matters
Connection handling received significant fixes this week addressing race conditions, SSH configuration issues, and persistence problems with read only mode. These fixes make the application more reliable when managing database connections and their settings.
Changelog entry
- v6.1.2: Fixed read only mode not being saved [0] Release
- Read only mode checkbox now persists correctly when toggled and saved [1] Pull request #4769
- SSH Tunnel toggle now warns users when SSH details are entered without enabling the tunnel [2] Pull request #4575
- Fixed connection race conditions and improved sqlite connection handling [4] Pull request #4744
- SSH tunnels now work correctly when IdentityFile points to public key only [8] Pull request #4761
- Fixed trigger preventing query deletion [9] Pull request #4760
- Added hover effect to tabbar close button [5] Pull request #4710
- Updated trino package [7] Pull request #4758
v6.1.2 ships with fixes for read only mode persistence, connection race conditions, and SSH tunnel configuration. Better reliability for connection handling [0][1][4].
This week's releases focused on stability. v6.1.2 addresses critical issues with read only mode that wasn't persisting, connection race conditions that could cause conflicts, and SSH tunnel problems when using public key only authentication. These fixes improve reliability for users managing multiple database connections [0][1][4][8].