Skip to content

v0.11.2

Compare
Choose a tag to compare
@brandur brandur released this 09 Aug 04:09
· 83 commits to master since this release
9796c45

Fixed

  • Derive all internal contexts from user-provided Client context. This includes the job fetch context, notifier unlisten, and completer. PR #514.
  • Lowered the go directives in go.mod to Go 1.21, which River aims to support. A more modern version of Go is specified with the toolchain directive. This should provide more flexibility on the minimum required Go version for programs importing River. PR #522.