Skip to content

Commit dab68b1

Browse files
authored
Prepare release 0.8.0 (#55)
Prepare release 0.8.0, including an OTEL enhancement that properly attributes errors that are returned from River Pro batch results. [skip ci]
1 parent 42efcd0 commit dab68b1

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.8.0] - 2026-05-15
11+
12+
### Added
13+
14+
- Augment `otelriver` middleware to cleanly handle errors returned in batch results from River Pro's batch jobs feature. [PR #54](https://github.com/riverqueue/rivercontrib/pull/54).
15+
1016
## [0.7.0] - 2026-01-18
1117

1218
### Added

datadogriver/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/riverqueue/river/riverdriver/riverpgxv5 v0.29.0
99
github.com/riverqueue/river/rivershared v0.29.0
1010
github.com/riverqueue/river/rivertype v0.29.0
11-
github.com/riverqueue/rivercontrib/otelriver v0.7.0
11+
github.com/riverqueue/rivercontrib/otelriver v0.8.0
1212
go.opentelemetry.io/otel v1.43.0
1313
)
1414

0 commit comments

Comments
 (0)