Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

## [Unreleased]

<!-- Released section -->
<!-- Don't change this section unless doing release -->

## [0.44.0] - 2026-09-06

This release is the last to support [Go 1.25].
The next release will require at least [Go 1.26].

Expand All @@ -27,9 +32,6 @@ The next release will require at least [Go 1.26].

- `db.client.operation.duration` histogram now uses the explicit bucket boundaries recommended by the OTel Semantic Conventions (`0.001` to `10` seconds) instead of the SDK defaults, which placed virtually all database operations in the first bucket. (#632)

<!-- Released section -->
<!-- Don't change this section unless doing release -->

## [0.43.0] - 2026-07-12

### Removed
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.43.0"
return "0.44.0"
}
Loading