Learn what's new across releases, with details of features, enhancements, and resolved issues.
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
VersionSQL v2.6.2Jun 8, 2026
Features
Significant table-scripting performance boost for large databases.
Fixes
Data sensitivity classifications on table columns were not included in scripted output.
Object names with trailing whitespace could create unnecessarily long file paths; trailing whitespace is now trimmed, since SQL Server ignores it.
Permission statements could lose their GO batch separator in scripted output.
Saved credentials that could not be decrypted (for example after a Windows password reset or profile rebuild) would block operations instead of re-prompting.
VersionSQL v2.6.1Apr 27, 2026
Features
Added native ARM64 installer for SSMS 22 on Windows on 64-bit ARM devices.
Minor table scripting performance improvement.
Fixes
Assembly version mismatches on SSMS 22.0 – 22.2 could prevent VersionSQL from loading correctly.
Clear Credentials did not erase the stored OAuth refresh token.
Dark mode now applies correctly to the VersionSQL flyout menu items in the SSMS context menu.
Extended properties on non-table objects could sort inconsistently between commits.
GO batch separators were added to trigger scripts even when the batch separator option was disabled.
Security policy scripting could fail on SQL Server versions that don't expose sys.security_policies.
Table scripting could fail on databases with unusually complex dependencies.
VersionSQL v2.6Apr 3, 2026
Features
Security Object Scripting:
Version control for database users, roles, and schemas with permissions, role memberships, and security policies.
Redgate SQL Source Control compatibility mode with configurable folder layout and permission placement.
CREATE OR ALTER Scripting:
Opt-in setting uses CREATE OR ALTER syntax for scripts.
Supports procedures, views, functions, and triggers.
Requires SQL Server 2016 SP1 or later.
Added "Drop objects not in source" toggle in the Deploy dialog.
Added the option to disable OAuth authentication per connection.
History window shows rename operations in Git repository.
Fixes
Deploying from a different branch or revision could reset some connection settings to defaults.
Deployment script generator could pull non-static data scripts into the static data section.
Git push could fail with a null ref error when the tracked branch name differed from the remote.
Indexed view indexes were not scripted when batch scripting was turned off.
Leading slash or backslash in the Root Directory field caused commits to fail.
Repository list in the Deploy window could be out of date.
VersionSQL v2.5.1Feb 13, 2026
Features
Added SSMS 22.3.0 compatibility.
Added Gitea and Forgejo OAuth authentication.
Added option to add GO batch terminators to scripts.