Skip to content

Commit

Permalink
[release] Prepare release Instrumentation.SqlClient-1.10.0-beta.1 (#2380
Browse files Browse the repository at this point in the history
)

Co-authored-by: Piotr Kiełkowicz <[email protected]>
  • Loading branch information
opentelemetrybot and Kielek authored Dec 9, 2024
1 parent 61c117c commit feeffa2
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/OpenTelemetry.Instrumentation.SqlClient/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

## 1.10.0-beta.1

Released 2024-Dec-09

* Drop support for .NET 6 as this target is no longer supported.
([#2159](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/2159))

Expand Down Expand Up @@ -52,11 +56,13 @@
([#2277](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/2277))

* **Breaking change**: The `SetDbStatementForStoredProcedure` option has been removed.
([#TBD](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/TBD))
([#2284](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/2284))

* Add support for metric `db.client.operation.duration`
from [new database semantic conventions](https://github.com/open-telemetry/semantic-conventions/blob/v1.28.0/docs/database/database-metrics.md#metric-dbclientoperationduration)
on .NET 8+.
([#2309](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/2309))

* Add support for metric `db.client.operation.duration`
from [new database semantic conventions](https://github.com/open-telemetry/semantic-conventions/blob/v1.28.0/docs/database/database-metrics.md#metric-dbclientoperationduration)
on .NET Framework.
Expand Down

0 comments on commit feeffa2

Please sign in to comment.