Skip to content

Tags: XSAM/otelsql

Tags

v0.38.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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)

v0.37.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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)

v0.36.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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)

v0.35.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release v0.35.0 (#375)

### Changed

- Upgrade OTel to version `v1.31.0/v0.53.0`. (#374)

v0.34.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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)

v0.33.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release v0.33.0 (#342)

## 0.33.0 - 2024-08-27

### Added

- `WithInstrumentAttributesGetter` option provides additional attributes
when `latency` histogram is recorded. (#334)

### Changed

- Upgrade OTel to version `v1.29.0/v0.51.0`. (#336)

v0.32.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release v0.32.0 (#314)

* Prepare for releasing v0.32.0

* Update CHANGELOG

v0.31.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release v0.31.0 (#245)

* Prepare for releasing v0.31.0

* Update CHANGELOG

* Update CHANGELOG

v0.30.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release v0.30.0 (#241)

* Prepare for releasing v0.30.0

* Update CHANGELOG

v0.29.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release v0.29.0 (#219)

* Prepare for releasing v0.29.0

* Update CHANGELOG