Skip to content

Commit

Permalink
Release v0.33.0 (#342)
Browse files Browse the repository at this point in the history
## 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)
  • Loading branch information
XSAM authored Aug 27, 2024
1 parent 50917b8 commit 4df5352
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,21 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

## [Unreleased]

## [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)

## [0.32.0] - 2024-07-05

### Changed

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

## [0.31.0] - 2024-05-02

Expand Down Expand Up @@ -356,7 +361,8 @@ It contains instrumentation for trace and depends on OTel `v0.18.0`.
- Example code for a basic usage.
- Apache-2.0 license.

[Unreleased]: https://github.com/XSAM/otelsql/compare/v0.32.0...HEAD
[Unreleased]: https://github.com/XSAM/otelsql/compare/v0.33.0...HEAD
[0.33.0]: https://github.com/XSAM/otelsql/releases/tag/v0.33.0
[0.32.0]: https://github.com/XSAM/otelsql/releases/tag/v0.32.0
[0.31.0]: https://github.com/XSAM/otelsql/releases/tag/v0.31.0
[0.30.0]: https://github.com/XSAM/otelsql/releases/tag/v0.30.0
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ package otelsql

// Version is the current release version of otelsql in use.
func Version() string {
return "0.32.0"
return "0.33.0"
}

0 comments on commit 4df5352

Please sign in to comment.