Skip to content

Releases: iceddev/pg-connection-string

v2.2.0

Choose a tag to compare

@hjr3 hjr3 released this 20 Mar 04:59

git shortlog --no-merges 0f72f29..5233b3e

Andrew Bowerman (2):
      fix readme newline typo
      actually include coveralls

Daniel Rozenberg (3):
      host= query param takes precedence
      Support URL-encoded socket names
      Use regex instead of startsWith which is unsupported in node 0.10

Dustin J. Mitchell (1):
      Include documentation on the URL format in the README

v2.1.0 Release

Choose a tag to compare

@hjr3 hjr3 released this 19 Jun 03:37
0f72f29
  • This package now only publishes required files
  • Add support for TLS parameters in URI
  • Specifying ssl=0 in the connection string now parses to false
  • Added support for username and password for socket connections
  • Updated Typescript definitions

v2.0.0 Release

Choose a tag to compare

@hjr3 hjr3 released this 23 May 21:37
  • Copy all but special-cased params from URL query string to config
  • Add Typescript types
  • Use mocha, istanbul, and coveralls

Colons in Password

Choose a tag to compare

@phated phated released this 26 Sep 21:24

Added support for colons in the password (e.g. uername:pass:word) - Thanks @asynxis

Relative URLs with Default Host

Choose a tag to compare

@phated phated released this 13 Sep 16:23

Support usage of relative urls to set database on the default host

Always Attach Port

Choose a tag to compare

@phated phated released this 13 Sep 16:22

Always attach port - ref brianc/node-postgres#604

Initial Release

Choose a tag to compare

@phated phated released this 05 Jul 23:46

Parse method and tests from node-postgres