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 ingo.mod
to Go 1.21, which River aims to support. A more modern version of Go is specified with thetoolchain
directive. This should provide more flexibility on the minimum required Go version for programs importing River. PR #522.