Skip to content

Release notes

Erik Ejlskov Jensen edited this page May 19, 2024 · 14 revisions

Latest release

0.9.7.158, May 19, 2024

  • Update M.D.S. to 5.1.5
  • Remove calls to Thread.Sleep(0)
  • Allow custom connection string parameters
  • Add CHECKPOINT before DBCC DROPCLEANBUFFERS

0.9.7.xx, February 24, 2023

  • Update M.D.S. to 3.1.2
  • Update to .NET 6
  • Enable Azure MFA auth
  • Improved threading and other API updates for .NET Core
  • Allow 1000 threads
  • Numerous code analysis fixes
  • UX improvements
  • Performance improvements (avoid calling GC.Collect)

0.9.7.81, August 18, 2020

  • Update to .NET Core 3.1

0.9.7.78, July 30, 2020

Features

Bug fixes

0.9.7.53, July 30, 2017

Features

  • Added ability to run unattended from the command line
  • Set ApplicationName in connection string to "SqlQueryStress"
  • Added "Delay between queries" option, including saving this to settings
  • New query editor with syntax coloring
  • Improved usability (keyboard navigation etc.)

Bug fixes

  • Update Help/About with current links
  • Force SQL messages to be in English
  • Cancel was not cancelling long running queries
  • I/O read was wrong when temp tables was used
  • ArgumentOutOfRangeException was thrown from ProgressBar value setter