Skip to content

v2.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 17 May 22:18
· 22 commits to master since this release

Changelog

  • bc02ac5 Release v2.2.0
  • 578b8b4 Require Go 1.19+ to match pgx
  • c5e8bbb Upgrade dependencies
  • 22a33fd Remove usage of io/ioutil
  • e066eba Upgrade pgx to v5.5.5
  • 4ca45ec Fix SSH tunnel knownhosts lookup with default port
  • 1ab7ee8 Upgrade github.com/jackc/pgx/v5 and golang.org/x/crypto
  • 05bc74d Merge pull request #88 from magnushoerberg/fix-readme-test
  • 39dfdb7 Update README with missing ENV to run tests
  • 4a122cc Add --output to gengen command
  • 42057ab gengen initial migration 0 was missing begin statement
  • fa3b1c6 Merge pull request #84 from michaelknowles/sshPortFromConfig
  • 852a3f2 Merge pull request #85 from arthureichelberger/feat/add-releaser-arm64
  • d08e1b7 use port from config file; if no port specified from config or cli, then default to 22
  • df14220 feat(release): support release for arm64
  • 7249c64 Add gengen command