You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Release v0.38.0 (#457)
### Added
- `WithInstrumentErrorAttributesGetter` option to provide additional
error-related attributes. (#440)
### Changed
- Upgrade OTel to `v1.35.0/v0.57.0`. (#437)
### Removed
- Drop support for Go `1.22`. (#447)
Release v0.37.0 (#423)
### Added
- `AttributesFromDSN` method to generate `server.address` and
`server.port` attributes from a DSN. (#419)
- Go 1.24 to supported versions. (#422)
### Changed
- Upgrade OTel to `v1.34.0/v0.56.0`. (#412)
- Update the comment for the `WithAttributes` option to correctly
describe the behavior on measurement creation. (#413)
- Upgrade semantic conventions to `semconv/v1.24.0`. (#418)
Release v0.36.0 (#402)
### Added
- `DisableSkipErrMeasurement` option suppresses `driver.ErrSkip` as an
error status in measurements if enabled. (#389)
### Changed
- Upgrade OTel to `v1.33.0/v0.55.0`. (#396)
Release v0.34.0 (#362)
The minimum supported Go version is `1.22`.
### Added
- Go 1.23 to supported versions. (#361)
### Changed
- The `Open` method uses the `dataSourceName` when calling `sql.Open`.
(#359)
This change improves compatibility with certain drivers that perform a
verification of the `dataSourceName` before establishing a connection.
- Upgrade OTel to version `v1.30.0/v0.52.0`. (#356)
### Removed
- Support for Go `1.21`. (#356)