File tree Expand file tree Collapse file tree 2 files changed +20
-4
lines changed Expand file tree Collapse file tree 2 files changed +20
-4
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,22 @@ endif::[]
2121[[release-notes-1.x]]
2222=== .NET Agent version 1.x
2323
24+ [[release-notes-1.5.0]]
25+ ==== 1.5.0
26+
27+ [float]
28+ ===== Features
29+ - Auto instrumentation for `SqlClient` (<<setup-sqlclient,documentation>>)
30+ - Introducing Filter API {pull}792[#792] (<<filter-api,documentation>>)
31+ - Auto-detect culprit for exceptions {pull}740[#740]
32+ - New config settings: `ExcludedNamespaces`, `ApplicationNamespaces` (<<config-all-options-summary,documentation>>)
33+ - Keep `Activity.Current.TraceId` in sync with the Trace ID used by the agent {pull}800[#800]
34+ - Report Kubernetes system metadata {pull}741[#741]
35+
36+ [float]
37+ ===== Bug fixes
38+ - Database connection string parsing issue with Oracle {pull}795[#795]
39+
2440[[release-notes-1.4.0]]
2541==== 1.4.0
2642
Original file line number Diff line number Diff line change 22 <!-- Src Directory Build Properties -->
33 <Import Project =" $([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)../'))" />
44 <PropertyGroup >
5- <AssemblyVersion >1.4 .0</AssemblyVersion >
6- <InformationalVersion >1.4 .0</InformationalVersion >
7- <FileVersion >1.4 .0</FileVersion >
5+ <AssemblyVersion >1.5 .0</AssemblyVersion >
6+ <InformationalVersion >1.5 .0</InformationalVersion >
7+ <FileVersion >1.5 .0</FileVersion >
88
9- <PackageVersion >1.4 .0</PackageVersion >
9+ <PackageVersion >1.5 .0</PackageVersion >
1010 <Authors >Elastic and contributors</Authors >
1111 <Copyright >2020 Elasticsearch BV</Copyright >
1212 <PackageLicenseUrl >https://github.com/elastic/apm-agent-dotnet/blob/master/LICENSE</PackageLicenseUrl >
You can’t perform that action at this time.
0 commit comments