Skip to content

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 02 Jun 23:17
70a9530

Changelog

  • 9717b96 chore(dev): rename SSL connection preset from 'ssl' to 'rds'
  • 3efe2e0 ci: add GoReleaser for automated cross-platform releases
  • 94e5619 ci: add MIT LICENSE, pin GoReleaser to v2.16.0
  • d0cfc56 ci: set fail_ci_if_error: true for Codecov upload
  • 6760e80 feat(tui): show SSL badge in title bar when connection is encrypted
  • 5ad7515 feat: add SSL Postgres support for local dev and CI
  • f9b3ba9 feat: add sanitize.go and reconnect integration tests
  • 71c51e2 feat: auto-reconnect on connection loss with exponential backoff
  • 207d4a4 fix(app): show connection name and host:port in startup connect error
  • b0c8d09 fix(ci): pass config_file to docker run in integration-ssl job
  • 9c31611 fix(dev): add -T -U postgres to pg_isready in dev-ssl-up
  • 51d06ac fix(rds): add listen_addresses=* to postgresql.conf
  • 6c1fe09 fix(tui): improve reconnect UX — clear stale data and enrich status messages
  • a313bf4 fix: address Copilot review comments on auto-reconnect
  • 8e7134a test(app): address Copilot review — deterministic dial, remove dead code
  • 39f9aaf test(app): assert reason string in TestFriendlyConnectErrPgconn
  • e494a24 test(app): cover empty-slice branch in rootCause
  • fce2313 test(core): cover nil-client guard in Poller.capture
  • e6c8dbc test(tui): cover auto-reconnect edge cases for 100% statement coverage