📣Release Notes

All releases are cumulative. Upgrading to the latest version includes all previous changes, so it's sufficient to install or run only the most recent release—even when replacing an old version.

🏷️ v3.7.0

Jun 9, 2025

  • The agent now includes the PostgreSQL listening port in the metadata it sends to the repository. This enables the repository to track database connection endpoints.

Fixes

  • Extension Compatibility Update: The agent now detects the version of the pg_store_plans extension and adjusts its queries accordingly. It automatically runs the appropriate query to collect metrics based on the detected version. This ensures compatibility with version 1.9 (related to PostgreSQL 17), which includes renamed columns.

🏷️ v3.6.0

Oct 15, 2024

  • Fully compatible with the newest release, PostgreSQL Version 17.

  • Replaced WSGI CherryPy, a web framework, with Uvicorn, an ASGI web server optimized for handling asynchronous requests. The agent now includes a hard-coded limit for the maximum size of the api_calls.log file. The log file cannot exceed 10MB, ensuring better management of disk usage and avoiding unbounded growth

  • Updated third-party libraries.

  • Internal memory management improvements

🏷️ v3.5.2

Apr 10, 2024

Fully compatible with the newest release, PostgreSQL Version 16.

Updated third-party libraries.

Send any issues encountered during instance monitoring directly to the platform.

Fixes

Error occurred with archive_mode set to always.

🏷️ v3.5.1

Mar 20, 2024

Fixes

Every query text is now automatically converted to UTF-8 format before sending to our platform, sidestepping issues with non-ASCII characters like accents

🏷️ v3.5.0

Jan 22, 2024

Enhancements

Fully compatible with the newest release, PostgreSQL Version 16. Updated third-party libraries. Send any issues encountered during instance monitoring directly to the platform.

Last updated