Riverqueue

Latest version: v0.7.0

Safety actively analyzes 682229 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 8

0.11.4

Fixed

- Fixed release script that caused CLI to become uninstallable because its reference to `rivershared` wasn't updated. [PR 541](https://github.com/riverqueue/river/pull/541).

0.11.3

Changed

- Producer's logs are quieter unless jobs are actively being worked. [PR 529](https://github.com/riverqueue/river/pull/529).

Fixed

- River CLI now accepts `postgresql://` URL schemes in addition to `postgres://`. [PR 532](https://github.com/riverqueue/river/pull/532).

0.11.2

Fixed

- Derive all internal contexts from user-provided `Client` context. This includes the job fetch context, notifier unlisten, and completer. [PR 514](https://github.com/riverqueue/river/pull/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](https://github.com/riverqueue/river/pull/522).

0.11.1

Fixed

- `database/sql` driver: fix default value of `scheduled_at` for `InsertManyTx` when it is not specified in `InsertOpts`. [PR 504](https://github.com/riverqueue/river/pull/504).
- Change `ColumnExists` query to respect `search_path`, thereby allowing migrations to be runnable outside of default schema. [PR 505](https://github.com/riverqueue/river/pull/505).

0.11.0

Added

- Expose `Driver` on `Client` for additional River Pro integrations. This is not a stable API and should generally not be used by others. [PR 497](https://github.com/riverqueue/river/pull/497).

0.10.2

Fixed

- Include `pending` state in `JobListParams` by default so pending jobs are included in `JobList` / `JobListTx` results. [PR 477](https://github.com/riverqueue/river/pull/477).
- Quote strings when using `Client.JobList` functions with the `database/sql` driver. [PR 481](https://github.com/riverqueue/river/pull/481).
- Remove use of `filepath` for interacting with embedded migration files, fixing the migration CLI for Windows. [PR 485](https://github.com/riverqueue/river/pull/485).
- Respect `ScheduledAt` if set to a non-zero value by `JobArgsWithInsertOpts`. This allows for job arg definitions to utilize custom logic at the args level for determining when the job should be scheduled. [PR 487](https://github.com/riverqueue/river/pull/487).

Page 1 of 8

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.