Releases: shinagawa-web/pgincident
Releases · shinagawa-web/pgincident
Release list
v0.6.0
Changelog
New Features 🚀
- 3ee3d3b: feat(snapshot): link truncated query to full SQL via in-document anchor (#70) (@shinagawa-web)
- b2e72b5: feat: add install.sh one-line installer for Linux / macOS (#73) (@shinagawa-web)
Bug Fixes 🐛
- 34df340: fix(ci): connect integration tests as non-superuser pgincident role (#69) (@shinagawa-web)
- bec4e44: fix(ci): wrap install-sh verify step in block scalar to avoid YAML parse error (#79) (@shinagawa-web)
- fb4bb94: fix(install.sh): scope verify_checksum variables with local to avoid clobbering main's archive variable (@shinagawa-web)
Maintenance 🔧
- 5918257: ci: add shellcheck job to lint install.sh (#77) (@shinagawa-web)
v0.5.1
Changelog
New Features 🚀
- f465c6a: feat(release): add Homebrew tap distribution via GoReleaser (#71) (@shinagawa-web)
v0.5.0
Changelog
New Features 🚀
- d2be0b1: feat(release): categorize changelog by conventional commit prefix (@shinagawa-web)
- 405ae4e: feat(snapshot): export dashboard snapshot to Markdown (@shinagawa-web)
- b60fd17: feat(tui): split footer into 2 lines and rename [s]export to [s]napshot (@shinagawa-web)
Bug Fixes 🐛
- 1db01e0: fix(tui): write snapshot to CWD instead of home directory (@shinagawa-web)
Others
- f220a83: Merge remote-tracking branch 'origin/main' into fix/conflict-snapshot-export (@shinagawa-web)
v0.4.0
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