Skip to content

Releases: dotnet/dotnet-monitor

Dotnet-Monitor Release - v8.0.2

14 May 16:22
25e00f4
Compare
Choose a tag to compare

Today we are releasing the 8.0.2 build of the dotnet monitor tool. This release includes:

  • Fix an issue that could cause monitored processes to fail to resume when in listen mode: #6569 (#6571)
  • ⚠️ Replace SwaggerUI and SwaggerScope option with OpenAPI document (#6549)
  • ⚠️ Add issuer and expiration validation for API keys (#6489)

*⚠️ indicates a breaking change

If you would like to provide additional feedback to the team please fill out this survey.

Packages released to NuGet
  • dotnet-monitor.8.0.2.nupkg

Dotnet-Monitor Release - v7.3.4

14 May 15:54
f01c770
Compare
Choose a tag to compare

Today we are releasing the 7.3.4 build of the dotnet monitor tool. This release includes:

  • ⚠️ Replace SwaggerUI and SwaggerScope option with OpenAPI document (#6550)
  • ⚠️ Add issuer and expiration validation for API keys (#6490)

*⚠️ indicates a breaking change

If you would like to provide additional feedback to the team please fill out this survey.

Packages released to NuGet
  • dotnet-monitor.7.3.4.nupkg

Dotnet-Monitor Release - v6.3.6

14 May 15:52
132c492
Compare
Choose a tag to compare

Today we are releasing the 6.3.6 build of the dotnet monitor tool. This release includes:

  • ⚠️ Add issuer and expiration validation for API keys (#6491)

*⚠️ indicates a breaking change

If you would like to provide additional feedback to the team please fill out this survey.

Packages released to NuGet
  • dotnet-monitor.6.3.6.nupkg

Dotnet-Monitor Release - v9.0.0-preview.3.24205.3

11 Apr 16:30
b9b6e9a
Compare
Choose a tag to compare

Today we are releasing the next official preview version of the dotnet monitor tool. This release includes:

  • Updated dependencies

If you would like to provide additional feedback to the team please fill out this survey.

Packages released to NuGet
  • dotnet-monitor.9.0.0-preview.3.24205.3.nupkg

Dotnet-Monitor Release - v9.0.0-preview.2.24155.3

12 Mar 16:17
528729f
Compare
Choose a tag to compare

Today we are releasing the next official preview version of the dotnet monitor tool. This release includes:

  • ⚠️ Replace SwaggerUI and SwaggerScope option with OpenAPI document (#6146)
  • 🔬 Update POST /parameters to support stopping after a certain number of times parameters are captured. (#6060)

*⚠️ indicates a breaking change
*🔬 indicates an experimental feature

If you would like to provide additional feedback to the team please fill out this survey.

Packages released to NuGet
  • dotnet-monitor.9.0.0-preview.2.24155.3.nupkg

Dotnet-Monitor Release - v9.0.0-preview.1.24106.4

13 Feb 17:13
a34920d
Compare
Choose a tag to compare

Today we are releasing the next official preview version of the dotnet monitor tool. This release includes:

  • 🔬 Support capturing the following parameter types: generics, tuples, and nullable value types (#5812)
  • Add Support for Meter Tags and Instrument Tags for System Diagnostics Metrics (#5802)

*🔬 indicates an experimental feature

If you would like to provide additional feedback to the team please fill out this survey.

Packages released to NuGet
  • dotnet-monitor.9.0.0-preview.1.24106.4.nupkg

Dotnet-Monitor Release - v8.0.1

13 Feb 17:08
01acd6a
Compare
Choose a tag to compare

Today we are releasing the 8.0.1 build of the dotnet monitor tool. This release includes:

  • Updated dependencies
  • ⚠️ Simplify Types in Plain Text Representation (#5882)

*⚠️ indicates a breaking change \

If you would like to provide additional feedback to the team please fill out this survey.

Packages released to NuGet
  • dotnet-monitor.8.0.1.nupkg

Dotnet-Monitor Release - v7.3.3

13 Feb 16:46
337b743
Compare
Choose a tag to compare

Today we are releasing the 7.3.3 build of the dotnet monitor tool. This release includes:

  • Updated dependencies

If you would like to provide additional feedback to the team please fill out this survey.

Packages released to NuGet
  • dotnet-monitor.7.3.3.nupkg

Dotnet-Monitor Release - v6.3.5

13 Feb 16:43
f2038e1
Compare
Choose a tag to compare

Today we are releasing the 6.3.5 build of the dotnet monitor tool. This release includes:

  • Updated dependencies

If you would like to provide additional feedback to the team please fill out this survey.

Packages released to NuGet
  • dotnet-monitor.6.3.5.nupkg

Dotnet-Monitor Release - v8.0.0

14 Nov 17:18
Compare
Choose a tag to compare

Today we are releasing the 8.0.0 build of the dotnet monitor tool.

Changes since 8.0.0-rc.2 release:

  • Disabled features with HTTP routes will return HTTP 400 (#5527)
  • Remove net6.0 TFM build and packaging. There is no impact on the ability to monitor .NET 6 (or any other version) applications. (#5501)

Changes since 7.3.2 release:

  • Disabled features with HTTP routes will return HTTP 400 (#5527)
  • Remove net6.0 TFM build and packaging. There is no impact on the ability to monitor .NET 6 (or any other version) applications. (#5501)
  • Exceptions: Fix throwing frame for call stack of eclipsing exceptions (#5429)
  • 🔬 Add support for formatting parameters using their DebuggerDisplayAttribute when using POST /parameters. (#5423)
  • ⚠️ Update GET /livemetrics route to use configuration from Metrics section instead of only using the default event counters providers. Update CollectLiveMetrics action to use configuration from Metrics section by default. (#5397)
  • Add the ability to filter which exceptions are included with the CollectExceptions action. (#5391)
  • ⚠️ Rename callStack to stack on ExceptionInstance data. (#5384)
  • ⚠️ Rename className to typeName on CallStackFrame data. (#5379)
  • Add the ability to filter which exceptions are collected by dotnet-monitor. (#5217)
  • 🔬 Enable capturing method parameters with POST /parameters. See documentation/api/parameters.md for more information. (#5145)
  • Before an operation has started running, it now has a state of Starting in the /operations API. (#5142)
  • Add the ability to filter which exceptions are displayed on the /exceptions route (#5131)
  • Add exception history egress and tagging support (#5066)
  • Add CollectExceptions collection rule action (#5064)
  • Add first chance exceptions history feature and /exceptions route. (#4901)
  • Make best effort to dynamically determine portable runtime identifier without explicit setting. (#4777)
  • Enable call stacks and exceptions as supported features. (#4764)
  • Enable UpDownCounter For Dotnet-Monitor (#4310)
  • Refactor AzureBlobStorage and S3Storage egress into extensions (#4133)
  • Added EventMeter Trigger for Collection Rules. (#3812)
  • Add support of egress provider to deliver data to a S3 storage (#2016) -- Thanks to @Egyptmaster

*⚠️ indicates a breaking change
*🔬 indicates an experimental feature

Packages released to NuGet
  • dotnet-monitor.8.0.0.nupkg