VersionSQL Versionen

Erfahren Sie, was sich in den einzelnen Releases geändert hat – mit Details zu Funktionen, Verbesserungen und behobenen Problemen.

Jan
Feb
Mär
Apr
Mai
Jun
Jul
Aug
Sep
Okt
Nov
Dez
VersionSQL v2.6.28. Juni 2026
Funktionen
  • Significant table-scripting performance boost for large databases.
Korrekturen
  • 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.127. Apr. 2026
Funktionen
  • Added native ARM64 installer for SSMS 22 on Windows on 64-bit ARM devices.
  • Minor table scripting performance improvement.
Korrekturen
  • 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.63. Apr. 2026
Funktionen
  • 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.
Korrekturen
  • 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.113. Feb. 2026
Funktionen
  • Added SSMS 22.3.0 compatibility.
  • Added Gitea and Forgejo OAuth authentication.
  • Added option to add GO batch terminators to scripts.
  • Added support for .gitignore files in repository.
Korrekturen
  • Fixed Azure DevOps OAuth JavaScript errors.
  • Fixed TFVC support on SSMS 20 and earlier.