File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.20.2] - 2025-04-08
11+
1012### Added
1113
1214- Added ` QueueUpdateTx ` API so there's a transactional variant of the ` QueueUpdate ` API from [ PR #834 ] ( https://github.com/riverqueue/river/pull/834 ) . [ PR #838 ] ( https://github.com/riverqueue/river/pull/838 ) .
Original file line number Diff line number Diff line change @@ -7,11 +7,11 @@ toolchain go1.24.1
77require (
88 github.com/jackc/pgx/v5 v5.7.4
99 github.com/lmittmann/tint v1.0.7
10- github.com/riverqueue/river v0.20.1
11- github.com/riverqueue/river/riverdriver v0.20.1
12- github.com/riverqueue/river/riverdriver/riverpgxv5 v0.20.1
13- github.com/riverqueue/river/rivershared v0.20.1
14- github.com/riverqueue/river/rivertype v0.20.1
10+ github.com/riverqueue/river v0.20.2
11+ github.com/riverqueue/river/riverdriver v0.20.2
12+ github.com/riverqueue/river/riverdriver/riverpgxv5 v0.20.2
13+ github.com/riverqueue/river/rivershared v0.20.2
14+ github.com/riverqueue/river/rivertype v0.20.2
1515 github.com/spf13/cobra v1.9.1
1616 github.com/stretchr/testify v1.10.0
1717)
Original file line number Diff line number Diff line change @@ -8,11 +8,11 @@ require (
88 github.com/jackc/pgerrcode v0.0.0-20240316143900-6e2875d9b438
99 github.com/jackc/pgx/v5 v5.7.4
1010 github.com/jackc/puddle/v2 v2.2.2
11- github.com/riverqueue/river/riverdriver v0.20.1
12- github.com/riverqueue/river/riverdriver/riverdatabasesql v0.20.1
13- github.com/riverqueue/river/riverdriver/riverpgxv5 v0.20.1
14- github.com/riverqueue/river/rivershared v0.20.1
15- github.com/riverqueue/river/rivertype v0.20.1
11+ github.com/riverqueue/river/riverdriver v0.20.2
12+ github.com/riverqueue/river/riverdriver/riverdatabasesql v0.20.2
13+ github.com/riverqueue/river/riverdriver/riverpgxv5 v0.20.2
14+ github.com/riverqueue/river/rivershared v0.20.2
15+ github.com/riverqueue/river/rivertype v0.20.2
1616 github.com/robfig/cron/v3 v3.0.1
1717 github.com/stretchr/testify v1.10.0
1818 github.com/tidwall/gjson v1.18.0
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ go 1.23.0
55toolchain go1.24.1
66
77require (
8- github.com/riverqueue/river/rivertype v0.20.1
8+ github.com/riverqueue/river/rivertype v0.20.2
99 github.com/stretchr/testify v1.10.0
1010)
1111
Original file line number Diff line number Diff line change @@ -7,10 +7,10 @@ toolchain go1.24.1
77require (
88 github.com/jackc/pgx/v5 v5.7.4
99 github.com/lib/pq v1.10.9
10- github.com/riverqueue/river v0.20.1
11- github.com/riverqueue/river/riverdriver v0.20.1
12- github.com/riverqueue/river/rivershared v0.20.1
13- github.com/riverqueue/river/rivertype v0.20.1
10+ github.com/riverqueue/river v0.20.2
11+ github.com/riverqueue/river/riverdriver v0.20.2
12+ github.com/riverqueue/river/rivershared v0.20.2
13+ github.com/riverqueue/river/rivertype v0.20.2
1414 github.com/stretchr/testify v1.10.0
1515)
1616
Original file line number Diff line number Diff line change @@ -7,10 +7,10 @@ toolchain go1.24.1
77require (
88 github.com/jackc/pgx/v5 v5.7.4
99 github.com/jackc/puddle/v2 v2.2.2
10- github.com/riverqueue/river v0.20.1
11- github.com/riverqueue/river/riverdriver v0.20.1
12- github.com/riverqueue/river/rivershared v0.20.1
13- github.com/riverqueue/river/rivertype v0.20.1
10+ github.com/riverqueue/river v0.20.2
11+ github.com/riverqueue/river/riverdriver v0.20.2
12+ github.com/riverqueue/river/rivershared v0.20.2
13+ github.com/riverqueue/river/rivertype v0.20.2
1414 github.com/stretchr/testify v1.10.0
1515)
1616
Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ toolchain go1.24.1
77require (
88 github.com/jackc/pgerrcode v0.0.0-20240316143900-6e2875d9b438
99 github.com/jackc/pgx/v5 v5.7.4
10- github.com/riverqueue/river v0.20.1
11- github.com/riverqueue/river/riverdriver v0.20.1
12- github.com/riverqueue/river/rivertype v0.20.1
10+ github.com/riverqueue/river v0.20.2
11+ github.com/riverqueue/river/riverdriver v0.20.2
12+ github.com/riverqueue/river/rivertype v0.20.2
1313 github.com/stretchr/testify v1.10.0
1414 go.uber.org/goleak v1.3.0
1515 golang.org/x/mod v0.24.0
You can’t perform that action at this time.
0 commit comments