DBIO-PostgreSQL-EV
view release on metacpan or search on metacpan
* Security
- Added SECURITY.md following the CPAN Security Group author guidelines
(v1.5.0): email-first private reporting to the maintainer with CPANSec
escalation, and an explicit note that Codeberg has no confidential
issue channel.
* Dependencies
- Loosened the EV::Pg pin to >= 0.02, < 0.08. EV::Pg 0.07 added the
libpq-16+ symbols (PQconnectionUsedGSSAPI, PGRES_TUPLES_CHUNK); the
previous < 0.03 upper bound locked out the Docker test image (libpq 17
+ EV::Pg 0.07). libpq 16+ is the new client floor; libpq-15 hosts
(Debian 12 default) should use maint/docker/Dockerfile.test. README and
maint/docker/README.md updated. (karr #16)
- Bumped DBIO-family requirements to 0.900001 to keep the whole family on
one released version.
* Tests
- Added DBIO::PostgreSQL::EV::TestHarness â an installable, reusable
live-PG async harness (skip_all_unless_live,
run_on_each_pooled_connection, await, query_on) that the EV live suite
( run in 1.001 second using v1.01-cache-2.11-cpan-800906f7e73 )