- Build with Go 1.23.
- Use alpine:3.20 as a base Docker image.
- Add server_lifetime metric.
- Use PgBouncer 1.23 in docker compose.
- Update dependencies.
- Build with Go 1.22.
- Use alpine:3.19 as a base Docker image.
- Add pool_size and max_connections metrics.
- Update dependencies.
- Update docker-compose.yml versions.
- Build with Go 1.21.
- Use alpine:3.18 as a base Docker image.
- Update github.com/prometheus/client_golang to v1.17.0.
- Build with Go 1.20.
- Use alpine:3.17 as a base Docker image.
- Add support for PgBouncer 1.18 and make it minimum supported version.
- Use Github actions instead of Drone.
- Update dependencies.
- Build with Go 1.19.
- Use alpine:3.15 as a base Docker image.
- Update dependencies.
- Update docker-compose.yml.
- Update Dockerfile to not run as nonroot.
- Build with Go 1.17.
- Use alpine:3.14 as a base Docker image.
- Add support for PgBouncer 1.16.
- Update to github.com/prometheus/common v0.30.0.
- Drop sqlx, use stdlib database.
- Add Makefile.
- Fix docker image templates.
- Use multiarch docker build to support both amd64 and arm64 platforms.
- Build with Go 1.16.
- Build also arm64 goarch.
- Bump packages.
- Use alpine:3.12 as a base Docker image.
- Add support for default constant prometheus labels.
- Bump github.com/prometheus/client_golang to v1.8.0.
- Refactor exporter to use NewConstMetric.
- Build with Go 1.15.
- Bump dependencies.
- 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.