Skip to content

Releases: HangfireIO/stdump

0.1.0

24 Jan 03:53
v0.1.0
e579924
Compare
Choose a tag to compare

Release Notes

  • Changed – Bump ILRepack package to 2.0.25.
  • Fixed – Don't let ThreadPool-related exception to bring down the app

0.0.10

29 Nov 07:12
v0.0.10
45faf6e
Compare
Choose a tag to compare

Release Notes

  • Added – Dump the available information for CLR's thread pool.
  • Changed – Bump the Microsoft.Diagnostics.Runtime package to version 3.1.456101.
  • Changed – Use the net5.0 target instead of netcoreapp2.1.

0.0.9

12 Nov 09:08
Compare
Choose a tag to compare

Release Notes

  • Fixed – Display module names again after transition to ClrMD 2.0.
  • Fixed – Ignore stack traces with a single frame with null value.

0.0.8

09 Nov 17:36
Compare
Choose a tag to compare

Release Notes

  • Fixed – Could not load file or assembly 'System.Reflection.Metadata' when using executable files.

0.0.7

09 Nov 17:11
0e527fc
Compare
Choose a tag to compare

Release Notes

  • Fixed – Error: Could not load file or assembly 'System.Memory' when run-in .exe files.

0.0.6

09 Nov 13:03
Compare
Choose a tag to compare

Release Notes

  • Changed – Upgrade Microsoft.Diagnostics.Runtime to 2.0.151903.
  • FixedNullReferenceException when there are problems with ELF header instead of showing an actual error.

0.0.5

03 Nov 07:20
Compare
Choose a tag to compare

Release Notes

  • Fixed – "Could not load file or assembly 'System.Collections.Immutable" exception for stdump.exe and stdump-x86.exe files.

0.0.4

12 Oct 14:26
Compare
Choose a tag to compare

Release Notes

  • Changed – Update Microsoft.Diagnostics.Runtime to version 2.0.145301.

0.0.4-beta1

15 May 06:19
Compare
Choose a tag to compare
0.0.4-beta1 Pre-release
Pre-release

Release Notes

  • Changed – CLRMD dependency updated to 2.0-beta version.

0.0.3

15 May 05:50
Compare
Choose a tag to compare

Release Notes

  • Added – Support for netcoreapp3.1 target.