Added
- Added `JobGet` and `JobGetTx` to the `Client` to enable easily fetching a single job row from code for introspection. [PR 186].
- Added `JobRetry` and `JobRetryTx` to the `Client` to enable a job to be retried immediately, even if it has already completed, been cancelled, or been discarded. [PR 190].
Changed
- Validate queue name on job insertion. Allow queue names with hyphen separators in addition to underscore. [PR 184](https://github.com/riverqueue/river/pull/184).