Releases: microsoft/SQLCallStackResolver
Releases · microsoft/SQLCallStackResolver
2024.06.24
What's Changed
- Update MSTest to 3.1.1 by @arvindshmicrosoft in #124
- Update debugger nugets (2023.08.04) by @arvindshmicrosoft in #125
- Update MSTest to 3.2.2 by @arvindshmicrosoft in #126
- Update debugger nugets to 20240223.1323.0 by @arvindshmicrosoft in #127
- Update actions to use Node.js 20 by @arvindshmicrosoft in #128
- Upgrade debugger / SRM nugets (April 2024) by @arvindshmicrosoft in #129
- Call SymSetParentWindow to ensure modal UI by @arvindshmicrosoft in #131
- Update MSTest to 3.4.3 by @arvindshmicrosoft in #132
- Release 20240624 by @arvindshmicrosoft in #133
Full Changelog: 2023.06.19...2024.06.24
2023.06.19 (version 2.3.0)
What's Changed
- Update MSTest Nuget to 3.0.1 by @arvindshmicrosoft in #111
- Bump MSTest to 3.0.2 by @arvindshmicrosoft in #112
- Add "resolve clipboard contents" functionality by @arvindshmicrosoft in #114
- Simplify and fix the detection of XEL fields / actions by @arvindshmicrosoft in #117
- Update MSTest, XELite, SRM, debugger nugets by @arvindshmicrosoft in #120
- Improve perf when reading build info from web by @arvindshmicrosoft in #121
- Update debugger and SRM nugets by @arvindshmicrosoft in #122
- Prompt user when resolving clipboard contents by @arvindshmicrosoft in #123
Full Changelog: 2022.12.05...2023.06.19
2022.12.05
What's Changed
- Update Nuget versions for XELite, SRM + deps by @arvindshmicrosoft in #106
- Improve symbol re-lookup implementation by @arvindshmicrosoft in #107
- Improve cancellation handling in GetListofCallStacksAsync by @arvindshmicrosoft in #108
- Add test for malformed GUID in XML call stack cases by @arvindshmicrosoft in #109
- Update debugger Nugets to 20221103.1129.0 by @arvindshmicrosoft in #110
Full Changelog: 2022.11.09...2022.12.05
2022.11.09
What's Changed
- Ensure input is XML decoded by @arvindshmicrosoft in #104
- Restore calls to SymInitialize and SymCleanup by @arvindshmicrosoft in #105
Full Changelog: 2022.11.05...2022.11.09
2022.11.05
What's Changed
- Prompt user if symbol path is not specified by @arvindshmicrosoft in #102
- Check for and report corrupt PDBs by @arvindshmicrosoft in #103
Full Changelog: 2022.10.29...2022.11.05
2022.10.29
What's Changed
- Access module name map under lock by @arvindshmicrosoft in #101
Full Changelog: 2022.10.25...2022.10.29
2022.10.25
What's Changed
- Update debugger Nugets to 20220912.1623.0 by @arvindshmicrosoft in #89
- Add test for XML frames with encoded start / end tags by @arvindshmicrosoft in #91
- Handle frame numbers for multiple callstacks correctly by @arvindshmicrosoft in #92
- Update action versions by @arvindshmicrosoft in #93
- Support multiple PDB versions for XML frames by @arvindshmicrosoft in #94
- Use LINQ .Where to filter (CodeQL suggestion) by @arvindshmicrosoft in #95
- Use ntdll instead of sqldk for ordinal tests by @arvindshmicrosoft in #96
- Refactor PowerShell usage to not require local script exec by @arvindshmicrosoft in #97
- Eliminate avoidable SymSrv init / cleanup by @arvindshmicrosoft in #98
- Fix typo in RVA callstack module info extraction by @arvindshmicrosoft in #99
- Bump latest release to 2022.10.25 by @arvindshmicrosoft in #100
Full Changelog: 2022.08.18...2022.10.25
2022.08.18
What's Changed
- Minor updates to README by @arvindshmicrosoft in #64
- Handle multi-line JSON in build info file by @arvindshmicrosoft in #65
- Use C# 8 as the language version by @arvindshmicrosoft in #66
- Use simple
using
declarations by @arvindshmicrosoft in #67 - Bump lang version to 10.0 and use global usings by @arvindshmicrosoft in #68
- Add back the target framework attribute by @arvindshmicrosoft in #69
- Correctly handle drag-drop of XEL files by @arvindshmicrosoft in #70
- Minor changes in XEL event import by @arvindshmicrosoft in #71
- Use streaming XML reader instead of XML DOM by @arvindshmicrosoft in #72
- Implement async and cancellation for many methods by @arvindshmicrosoft in #73
- Update NuGet packages to current latest by @arvindshmicrosoft in #74
- Add test to complete coverage of IsInputSingleLine by @arvindshmicrosoft in #75
- Improve perf (RWLock; RegexOptions.ExplicitCapture) by @arvindshmicrosoft in #76
- Add module name for SQL Server 2022 spatial by @arvindshmicrosoft in #79
- Use HttpClient instead of WebClient by @arvindshmicrosoft in #78
- Update NuGet versions by @arvindshmicrosoft in #80
- Minor refactoring by @arvindshmicrosoft in #81
- Add test case for combo of local and SymSrv paths by @arvindshmicrosoft in #82
- Generate and use typelib for DIA (remove MS.TestPlatform dependency) by @arvindshmicrosoft in #83
- Delete unused resources and settings files by @arvindshmicrosoft in #84
- Add notice about MSFT Symbol Server EULA by @arvindshmicrosoft in #85
- Bump debugger NuGets to 20220801 versions by @arvindshmicrosoft in #86
- Move initial message box to form load by @arvindshmicrosoft in #87
- Bump latest release to 2022.08.18 by @arvindshmicrosoft in #88
Full Changelog: 2022.06.12...2022.08.18
2022.06.12
What's Changed
- Minor fixes and refactoring based on CodeQL findings by @arvindshmicrosoft in #52
- Add CodeQL analysis workflow by @arvindshmicrosoft in #53
- Refactor remaining cases to use LINQ by @arvindshmicrosoft in #54
- Update codeql-analyze.yml by @arvindshmicrosoft in #55
- Update Newtonsoft.Json NuGet by @arvindshmicrosoft in #56
- Add CodeQL workflow badge to README by @arvindshmicrosoft in #57
- Use MSTest v2 for tests by @arvindshmicrosoft in #58
- Correct typo in build.yml by @arvindshmicrosoft in #59
- Expand coverage for ProcessBaseAddresses by @arvindshmicrosoft in #60
- Improve coverage for virtual address frame tests by @arvindshmicrosoft in #61
- Use built-in library for JSON handling by @arvindshmicrosoft in #62
- Address UX issues, code cleanup etc. by @arvindshmicrosoft in #63
Full Changelog: 2022.06.04...2022.06.12
2022.06.04
What's Changed
- Add example of SQL 2022 XML callstack format by @arvindshmicrosoft in #40
- Update details of dependencies used by @arvindshmicrosoft in #41
- Add legal notice by @arvindshmicrosoft in #48
- Set ProgressPreference to silent by @arvindshmicrosoft in #50
- Use Microsoft.TestPlatform NuGet for referencing DIA by @arvindshmicrosoft in #49
- Bump latest release to 2022.06.04 by @arvindshmicrosoft in #51
Full Changelog: 2022.05.27...2022.06.04