- Build with Go 1.13.
- Use sqlx.Open instead of sqlx.Connect to skip calling Ping.
- Use custom query in store.Check.
- Check store on startup.
- Add docker compose for testing.
- Update to github.com/urfave/cli/v2.
- Bump github.com/prometheus/client_golang to v1.3.0.
- Bump github.com/lib/pq to v1.3.0.
- Update goreleaser config to support latest version.
- Build with Go 1.12.
- Pin Go modules to version tags.
- Move code to internal package.
- Switch ci from travis to drone.
- Fix build version passing in .goreleaser.yml.
- Export more metrics from stats and pools.
- Build with Go 1.11.2.
- Add Go modules support.
- Drop dep support.
- Update vendored libs, prune tests and unused pkgs.
- Build with Go 1.10.3.
- Add golangci.yml.
- Build with Go 1.9.4.
- Add support for PgBouncer 1.8.
- Build with Go 1.9.2.
- Add Docker setup to Goreleaser config.
- Add healthcheck.
- Refactor http server to improve testability.
- Fill missing Active field in sql store GetPools method.
- Make database column ForceUser nullable..
- Initial release.