Skip to content

Commit

Permalink
prepare v0.13.0 (#637)
Browse files Browse the repository at this point in the history
  • Loading branch information
bgentry authored Oct 8, 2024
1 parent 2870fcc commit 1009775
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 30 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.13.0-rc.1] - 2024-10-05
## [0.13.0] - 2024-10-07

⚠️ Version 0.13.0 removes the original advisory lock based unique jobs implementation that was deprecated in v0.12.0. See details in the note below or the v0.12.0 release notes.

Expand Down
10 changes: 5 additions & 5 deletions cmd/river/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ toolchain go1.23.0
require (
github.com/jackc/pgx/v5 v5.7.1
github.com/lmittmann/tint v1.0.4
github.com/riverqueue/river v0.13.0-rc.1
github.com/riverqueue/river/riverdriver v0.13.0-rc.1
github.com/riverqueue/river/riverdriver/riverpgxv5 v0.13.0-rc.1
github.com/riverqueue/river/rivershared v0.13.0-rc.1
github.com/riverqueue/river/rivertype v0.13.0-rc.1
github.com/riverqueue/river v0.13.0
github.com/riverqueue/river/riverdriver v0.13.0
github.com/riverqueue/river/riverdriver/riverpgxv5 v0.13.0
github.com/riverqueue/river/rivershared v0.13.0
github.com/riverqueue/river/rivertype v0.13.0
github.com/spf13/cobra v1.8.0
github.com/stretchr/testify v1.9.0
)
Expand Down
10 changes: 5 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ require (
github.com/jackc/pgerrcode v0.0.0-20220416144525-469b46aa5efa
github.com/jackc/pgx/v5 v5.7.1
github.com/jackc/puddle/v2 v2.2.2
github.com/riverqueue/river/riverdriver v0.13.0-rc.1
github.com/riverqueue/river/riverdriver/riverdatabasesql v0.13.0-rc.1
github.com/riverqueue/river/riverdriver/riverpgxv5 v0.13.0-rc.1
github.com/riverqueue/river/rivershared v0.13.0-rc.1
github.com/riverqueue/river/rivertype v0.13.0-rc.1
github.com/riverqueue/river/riverdriver v0.13.0
github.com/riverqueue/river/riverdriver/riverdatabasesql v0.13.0
github.com/riverqueue/river/riverdriver/riverpgxv5 v0.13.0
github.com/riverqueue/river/rivershared v0.13.0
github.com/riverqueue/river/rivertype v0.13.0
github.com/robfig/cron/v3 v3.0.1
github.com/stretchr/testify v1.9.0
github.com/tidwall/gjson v1.18.0
Expand Down
8 changes: 1 addition & 7 deletions go.work.sum
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,7 @@ github.com/creack/pty v1.1.9 h1:uDmaGzcdjhF4i/plgjmEsriH11Y0o7RKapEf/LDaM3w=
github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=
github.com/google/go-cmp v0.6.0/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
github.com/kr/pty v1.1.1 h1:VkoXIwSboBpnk99O/KFauAEILuNHv5DVFKZMBN/gUgw=
github.com/riverqueue/river v0.12.1/go.mod h1:j7O42JlHo76YgXkAFX66E63Ke890/oSUUlui/ImyLuU=
github.com/riverqueue/river/riverdriver v0.12.1/go.mod h1:E4hf4wPidG0xYrwsez4R9u4LvLdjlDu9m4iJFpb1DfQ=
github.com/riverqueue/river/riverdriver/riverdatabasesql v0.12.1/go.mod h1:+5DVUCfdPS3ZtsRm4V0GzQfXJI9MsFvq3BNqW/Nei3E=
github.com/riverqueue/river/riverdriver/riverpgxv5 v0.12.1/go.mod h1:kwV0SdmvBYOj3hsI4sn3tQQQ5NqXrq68yDvKb1Jms1E=
github.com/riverqueue/river/rivertype v0.12.1/go.mod h1:3WRQEDlLKZky/vGwFcZC3uKjC+/8izE6ucHwCsuir98=
github.com/riverqueue/river v0.13.0-rc.1/go.mod h1:ZxTeoNZWNpwl+dCBWF5AomGV1exZbHu/E75ufb09HIo=
github.com/russross/blackfriday/v2 v2.1.0 h1:JIOH55/0cWyOuilr9/qlrm0BSXldqnqwMsf35Ld67mk=
github.com/stretchr/objx v0.4.0/go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSSt89Yw=
github.com/stretchr/objx v0.5.0/go.mod h1:Yh+to48EsGEfYuaHDzXPcE3xhTkx73EhmCGUpEOglKo=
Expand All @@ -20,8 +16,6 @@ github.com/yuin/goldmark v1.4.13 h1:fVcFKWvrslecOb/tg+Cc05dkeYx540o0FuFt3nUVDoE=
github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY=
golang.org/x/crypto v0.17.0/go.mod h1:gCAAfMLgwOJRpTjQ2zCCt2OcSfYMTeZVSRtQlPC7Nq4=
golang.org/x/crypto v0.23.0/go.mod h1:CKFgDieR+mRhux2Lsu27y0fO304Db0wZe70UKqHu0v8=
golang.org/x/mod v0.17.0 h1:zY54UmvipHiNd+pm+m0x9KhZ9hl1/7QNMyxXbc6ICqA=
golang.org/x/mod v0.17.0/go.mod h1:hTbmBsO62+eylJbnUtE2MGJUyE7QWk4xUqPFrRgJ+7c=
golang.org/x/mod v0.20.0 h1:utOm6MM3R3dnawAiJgn0y+xvuYRsm1RKM/4giyfDgV0=
golang.org/x/mod v0.20.0/go.mod h1:hTbmBsO62+eylJbnUtE2MGJUyE7QWk4xUqPFrRgJ+7c=
golang.org/x/net v0.21.0/go.mod h1:bIjVDfnllIU7BJ2DNgfnXvpSvtn8VRwhlsaeUTyUS44=
Expand Down
2 changes: 1 addition & 1 deletion riverdriver/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ go 1.21

toolchain go1.23.0

require github.com/riverqueue/river/rivertype v0.13.0-rc.1
require github.com/riverqueue/river/rivertype v0.13.0
8 changes: 4 additions & 4 deletions riverdriver/riverdatabasesql/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ toolchain go1.23.0
require (
github.com/jackc/pgx/v5 v5.7.1
github.com/lib/pq v1.10.9
github.com/riverqueue/river v0.13.0-rc.1
github.com/riverqueue/river/riverdriver v0.13.0-rc.1
github.com/riverqueue/river/rivershared v0.13.0-rc.1
github.com/riverqueue/river/rivertype v0.13.0-rc.1
github.com/riverqueue/river v0.13.0
github.com/riverqueue/river/riverdriver v0.13.0
github.com/riverqueue/river/rivershared v0.13.0
github.com/riverqueue/river/rivertype v0.13.0
github.com/stretchr/testify v1.9.0
)

Expand Down
8 changes: 4 additions & 4 deletions riverdriver/riverpgxv5/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ toolchain go1.23.0
require (
github.com/jackc/pgx/v5 v5.7.1
github.com/jackc/puddle/v2 v2.2.2
github.com/riverqueue/river v0.13.0-rc.1
github.com/riverqueue/river/riverdriver v0.13.0-rc.1
github.com/riverqueue/river/rivershared v0.13.0-rc.1
github.com/riverqueue/river/rivertype v0.13.0-rc.1
github.com/riverqueue/river v0.13.0
github.com/riverqueue/river/riverdriver v0.13.0
github.com/riverqueue/river/rivershared v0.13.0
github.com/riverqueue/river/rivertype v0.13.0
github.com/stretchr/testify v1.9.0
)

Expand Down
6 changes: 3 additions & 3 deletions rivershared/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ go 1.21
toolchain go1.23.0

require (
github.com/riverqueue/river v0.13.0-rc.1
github.com/riverqueue/river/riverdriver v0.13.0-rc.1
github.com/riverqueue/river/rivertype v0.13.0-rc.1
github.com/riverqueue/river v0.13.0
github.com/riverqueue/river/riverdriver v0.13.0
github.com/riverqueue/river/rivertype v0.13.0
github.com/stretchr/testify v1.9.0
go.uber.org/goleak v1.3.0
golang.org/x/mod v0.17.0
Expand Down

0 comments on commit 1009775

Please sign in to comment.