Added
- Added a
QueueUpdate
API to theClient
which will be used for upcoming functionality. PR #822.
Changed
- Set minimum Go version to Go 1.23. PR #811.
- Deprecate
river.JobInsertMiddlewareDefaults
andriver.WorkerMiddlewareDefaults
in favor of the more generalriver.MiddlewareDefaults
embeddable struct. The two former structs will be removed in a future version. PR #815.
Fixed
- Cleanly error when attempting to add a queue at runtime to a
Client
which was not configured to run jobs (noWorkers
). PR #826.