📣Release Notes
🏷️ 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 growthUpdated 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