-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update version to v0.1.11 * Update change log
- Loading branch information
Showing
28 changed files
with
133 additions
and
137 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,25 @@ | ||
# Datadog .NET Tracer (`dd-trace-dotnet`) Release Notes | ||
# SignalFx Tracing Library for .NET Release Notes | ||
|
||
## [Release 1.10.0](https://github.com/DataDog/dd-trace-dotnet/releases/tag/v1.10.0) | ||
## [Unreleased] | ||
|
||
### New | ||
- Add ASP.NET Core MVC 3 integration (#555) | ||
- Add `IDbCommand` instrumentation to the ADO.NET integration (#562) | ||
- | ||
|
||
### Fixed | ||
- Fix `DD_LOGS_INJECTION` crash with the ASP.NET integration (#551) | ||
- Fix scope creation failing in ASP.NET MVC integration when URL is empty (#553) | ||
- Fix crash when Profiler and NuGet package versions do not match (#570) | ||
- Add missing tags to GraphQL integration (#547) | ||
- Get the instrumented type instead of using build-time `typeof()` in `HttpMessageHandler` integration (#558) | ||
[Commits](https://github.com/signalfx/signalfx-dotnet-tracing/v0.1.11...HEAD) | ||
|
||
### Builds and Tests | ||
- Enable `Samples.MySql` test in CI (#548) | ||
- Reduce permutations of minors in package versions tool (#545) | ||
- Refactor "expectations" test framework (#554) | ||
- Enable prerelease version tags (#556) | ||
- Make timing and statistics tests less flaky (#559) | ||
- Clean up `MockTraceAgent`, add event-based API (#501) | ||
- Clean up project settings (#565) | ||
[Full diff](https://github.com/signalfx/signalfx-dotnet-tracing/v0.1.11..HEAD) | ||
|
||
[All commits](https://github.com/DataDog/dd-trace-dotnet/compare/v1.9.0...v1.10.0) | [Full diff](https://github.com/DataDog/dd-trace-dotnet/compare/v1.9.0..v1.10.0) | ||
## [Release 0.1.11](https://github.com/signalfx/signalfx-dotnet-tracing/releases/tag/v0.1.11) | ||
|
||
- Optimized log injection for NLog 4.6+ | ||
- Optimized B3 context propagation | ||
- Other optimizations: default sampler and span Id allocation | ||
|
||
[Commits](https://github.com/signalfx/signalfx-dotnet-tracing/v0.1.10...v0.1.11) | ||
|
||
[Full diff](https://github.com/signalfx/signalfx-dotnet-tracing/v0.1.10..v0.1.11) | ||
|
||
--- | ||
|
||
### Release notes for releases before 1.10.0 can be found in the [releases page](https://github.com/DataDog/dd-trace-dotnet/releases) on GitHub. | ||
## Previous Releases | ||
|
||
See [releases page](https://github.com/signalfx/signalfx-dotnet-tracing/releases). |
Oops, something went wrong.