-
-
Notifications
You must be signed in to change notification settings - Fork 241
Release notes
Erik Ejlskov Jensen edited this page Oct 21, 2024
·
15 revisions
See the recent release notes here: https://github.com/ErikEJ/SqlQueryStress/releases
- Update M.D.S. to 5.1.5
- Remove calls to Thread.Sleep(0)
- Allow custom connection string parameters
- Add CHECKPOINT before DBCC DROPCLEANBUFFERS
- 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)
- Update to .NET Core 3.1
- Connect to Azure SQL - https://github.com/yuras68
- Autosave result as csv - https://github.com/veyselozdemir
- Make parameters window resizeable - https://github.com/veyselozdemir
- Enable main form to be maximized - https://github.com/aashdown
- Publish to Windows Store
- Option to set ApplicationIntent - https://github.com/fenngineering
- Settings saved in json (readable) format - https://github.com/veyselozdemir
- Prevent crashes - https://github.com/MisterZeus
- Minor bugs fixes
- 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.)
- 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