Roadmap for the 3.0.0 version of pg-connection-string Proposed changes: - use libpq semantics for sslmode - remove `no-verify` option - only accept libpq compatible query parameters - https://github.com/brianc/node-postgres/issues/1095 - support multiple hosts to conform with libpq - https://github.com/brianc/node-postgres/issues/2308 - https://github.com/brianc/node-postgres/issues/1470 - be more strict in what query param values are accepted - https://github.com/brianc/node-postgres/pull/2423 - fix [the pg surprise where the entire ssl configuration is replaced if SSL-related options exist in connectionString](https://node-postgres.com/features/ssl#usage-with-connectionstring) - https://github.com/brianc/node-postgres/issues/3355 - https://github.com/brianc/node-postgres/issues/3327 - https://github.com/brianc/node-postgres/issues/2380 - make `parse` compatible with `ConnectionOptions` by default - see https://github.com/brianc/node-postgres/pull/2637 Related discussions: - https://github.com/brianc/node-postgres/pull/2709
Roadmap for the 3.0.0 version of pg-connection-string
Proposed changes:
no-verifyoption?sslmode=requireandsslproperty inpg.Pool#3355parsecompatible withConnectionOptionsby defaultRelated discussions:
sslmode#2709