Releases: rapidloop/pgmetrics
Releases · rapidloop/pgmetrics
Release 1.19.0
Changelog
- 9b81256 Update goreleaser config file.
- dfb8699 Verify pgpool 4.6, 4.7 support.
- 8146648 Support for PgBouncer upto v1.25.
- dba0c97 Modernize Go usage.
- 8eccb43 Collect from pg_stat_database_conflicts view.
- 8d1931d Update copyright year.
- 93a3114 Update dependencies.
- 94640a3 Collect pg_stat_io rows in Postgres 16 or later.
- f43365c Collect confl_* columns from pg_stat_subscription_stats.
- 935e6ff Merge pull request #83 from nimishgj/fix-null-relid-progress-views
- db274a5 Handle the case when pg_stat_progress_*.relid is NULL.
Built with: go version go1.25.6 darwin/arm64
Release 1.18.0
Changelog
- ce86176 Postgres 18: support for pg_stat_statements v1.12
Built with: go version go1.25.1 darwin/arm64
Release 1.18.0-rc.2
Changelog
- ce86176 Postgres 18: support for pg_stat_statements v1.12
Built with: go version go1.25.1 darwin/arm64
Release 1.18.0-rc.1
Changelog
- aa40b7b Update copyright year.
- 69663d8 Update dependencies.
- 8d86671 Postgres 18 changes 5/n: new fields in *Progress
- 5524ea7 Postgres 18 changes 4/n: new fields in Database
- 78926c6 Postgres 18 changes 3/n: new fields in Checkpointer
- f0815b4 Postgres 18 changes 2/n: new fields in Table
- b6b0c7e Postgres 18 changes 1/n
- 3b14160 Merge pull request #80 from antonostrovsky/patch-1
- 41b64bb Correctly reflect "always" archiving mode for WAL Archiving in report
Built with: go version go1.25.1 darwin/arm64
Release 1.17.1-rc.3
Release 1.17.1
Changelog (since last rc)
- 5d5ad08 Fix goreleaser config.
See the full changelog for changes between v1.17.0 and v1.17.1: v1.17.0...v1.17.1
Built with: go version go1.24.1 darwin/arm64
Release 1.17.1-rc.2
Release 1.17.1-rc.1
This is a release candidate build -- use only for testing.
Changelog
- 7f02ad6 Update dependencies.
- 1cc85b4 Merge pull request #73 from rapidloop/dependabot/go_modules/golang.org/x/crypto-0.31.0
- 142c886 If size collection fails because of lock timeout, skip size collection instead of failing altogether.
- ea15a35 Bump golang.org/x/crypto from 0.24.0 to 0.31.0
- ef9b676 More changes for extension schema name.
- 975c98a Merge pull request #72 from CHERTS/fixed-pg_stat_statements-schema
- 4b58708 Enable collect the name of the schema in getExtensions() and stored it in a new field in pgmetrics.Extension.SchemaName
- 6024233 Replace fatal error to warning
- 0c10f8c Remove return
- 13f4031 Added schema discovery for pg_stat_statements extension
Built with: go version go1.23.4 darwin/arm64
Release 1.17.0
Changelog
- f2d9ba8 Set application name in all cases.
- 69a0634 Bump Dockerfile Go version to 1.22.
- 47748f8 Fix for Citus.
- 82fbabf Fix for pg_stat_wal_receiver: LSNs can be NULL.
- 37d67d3 Fix for --all-dbs flag.
- 48e85b0 Collect some more system-level information.
- 939052d PgBouncer 1.23 support
- 49bb002 Fix pg17-specific fields in pg_stat_progress_vacuum.
- 0af4415 Update to latest azure sdk.
- 5fdec9f Update to latest aws-sdk-go.
- b0e1b94 Support libpq-style key-value connection string.
- 13cd02f Pgpool 4.5 support.
- a2b17a8 PgBouncer 1.21, 1.22 support #2.
- 732a31f PgBouncer 1.21, 1.22 support.
- 7637732 Postgres 17 support 3/n
- 7fbca64 Postgres 17 support 2/n
- 69f6014 Postgres 17 support 1/n
- c3f7510 Feature: full log entries and included in model.
- 276585d Update copyright year.
- 04687df Pass arrays as is for binding parameters.
- 6e3d1f7 Move to jackc/pgx driver.
- 226b450 Update go and golang.org/x build dependencies.
Built with: go version go1.22.5 linux/amd64