Skip to content

v3.0.1

Compare
Choose a tag to compare
@benjie benjie released this 28 Apr 14:16
  • Added .editorconfig
  • Added *.sql to .gitattributes to ensure LF line endings (rather than CRLF, which was breaking migration execution on Windows)
  • Adds support for ?sslrootcert=... in Postgres connection strings, e.g. to support self-signed or default untrusted (e.g. AWS RDS) SSL keys
    • Achieves this by using yarn resolutions; will not work with npm!
  • Fixes an issue with a test not running on non-standard PORT