Skip to content

v0.43.0

Latest

Choose a tag to compare

@brandur brandur released this 05 Aug 19:01
60435dc

Added

  • Added JobListParams.TagsAll and JobListParams.TagsAny for filtering jobs that match every or any exact tag, respectively. PR #1339.

Fixed

  • testsignal no longer imports riversharedtest, so testify, go-spew, goleak, and yaml are no longer linked into production binaries that use River. WaitTimeout moved to rivershared/util/testutil, with riversharedtest.WaitTimeout kept as a wrapper around it. PR #1342.