Pq

Latest version: v1.9.1

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

Scan your dependencies

Page 1 of 3

1.9.1

------------------

- Add support for PostgreSQL 14 [kalekseev].

See https://www.postgresql.org/docs/14/release-14.html#id-1.11.6.11.4.

- Add support for using a custom schema (issue 35).

1.9.0

------------------

- The task executor now receives `job_id` as the first argument.

1.8.2

------------------

- Added support for queue names longer than 63 characters.

A database migration (dropping and recreating the `pq_notify`
trigger) is required if using names longer than this limit. If not
using, then no migration is required.

- Return connections to the pool if an exception is raised while it is retrieved

1.8.1

------------------

- Added overridable `encode` and `decode` methods which are
responsible for turning task data into `JSON` and vice-versa.

1.8.0

------------------

- Change policy on task priority. Tasks with a null-value for
`expected_at` are now processed after items that have a value set.

1.7.0

------------------

- Use `SKIP LOCKED` instead of advisory lock mechanism (PostgreSQL 9.5+).

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.