Changelog¶
[7.5] - 2021-01-12¶
- Return valid JSON if no result is returned by postgres (monitoring) @pgiraud
[7.4] - 2020-12-15¶
[7.3] - 2020-10-15¶
- Commit after alert processing @bersace
[7.2] - 2020-09-29¶
Fixed¶
[7.1] - 2020-09-29¶
Fixed¶
- Fixed bug in wheel generation @pgiraud.
[7.0] - 2020-09-28¶
Added¶
Changed¶
- Improved performance of the home page (instances list), by @pgiraud.
- Activity filters are kept, by @pgiraud.
- Better support for history navigation in monitoring, by @pgiraud.
- Don't highlight short idle_in_transaction queries, by @pgiraud.
- Added comment field for instance settings, by @pgiraud.
- Allow users to choose the refresh interval (whenever a date range picker is used), by @pgiraud.
- Agent: support for RHEL/CentOS 6 has been dropped.
- Agent: support for RHEL/CentOS 8 has been added.
Fixed¶
- Agent scripts now use the Python interpreter of their installation, not the first found in env, by @bersace.
[6.2] - 2020-08-07¶
Changed¶
- Alembic version table is now hosted in
application
schema, by @bersace.
Fixed¶
- Always using TLS even if set to False, by @bersace.
- SMTP port misinterpreted, by @bersace.
- Authenticate with empty login or password, by @bersace.
- Double error with unserializable error in worker, by @bersace.
- Test PG access by temboard role after repo creation, by @l00ptr
[6.1] - 2020-06-15¶
Fixed compatibility with old Alembic 0.8.3 shipped on RHEL7, by @bersace.
[6.0] - 2020-06-15¶
This release requires a special step before restarting temBoard. Please read upgrade to 6.0 documentation.
Added¶
- Full PostgreSQL 12 support, including monitoring and configuration, by @pgiraud.
- Search config
temboard.conf
default config file in working directory by @bersace. - temBoard repository schema is now versionned, by @bersace.
- Load external plugins from setuptools entrypoint
temboard.plugins
, by @orgrim. - Debian Buster testing & packaging, by @bersace.
- Agent:
purge.sh
script to clean an agent installation, by @bersace.
Fixed¶
- Double loading of legacy plugins, by @bersace.
- Impossibility to delete instance with SQLAlchemy < 1, by @pgiraud.
- Impossibility to schedule ANALYZE, VACCUM or REINDEX, by @bersace.
- Fix list of scheduled tasks in maintenance plugin, by @pgiraud.
Changed¶
- Default configuration file is not required, by @bersace.
- Log error message when alert processing fails, by @bersace.
- Agent:
auto_configure.sh
refuses to overwrite existing configuration, by @bersace.
[5.0] - 2020-04-16¶
Added¶
- Purge policy for monitoring data by @julmon
- Pull mode: temboard server can now pull monitoring data from the agents by @julmon
Removed¶
- Agent does not support push mode anymore @julmon
Fixed¶
- Performances improvements of asynchronous task management by @julmon
[4.0] - 2019-06-26¶
Added¶
- Support for reindex on table and database by @pgiraud
- Support for analyze/vacuum for database by @pgiraud
- Send notifications by SMS or email on state changes by @pgiraud
Changed¶
- Allow to use either psycopg2 or psycopg2-binary by @bersace
- Monitoring shareable urls by @pgiraud
- Use
pg_version_summary
when possible by @pgiraud - Database schema, please see the upgrade documentation
Removed¶
- Removed user notifications from dashboard by @pgiraud
Fixed¶
- Prevent endless chart height increase on Chrome 75 by @pgiraud
- Restrict access to instance to authorized users by @julmon
- Remove monitoring data when removing an instance by @pgiraud
- Move
metric_cpu_record.time
toBIGINT
by @julmon
[3.0] - 2019-03-20¶
Added¶
- Full screen mode for home page by @pgiraud
- Full screen mode for dashboard by @pgiraud
- Limit double authentication to not read only APIs by @pgiraud
- Maintenance plugin by @pgiraud
- Collapsible sidebar by @pgiraud
- New monitoring probes: replication lag and connection, temporary files by @julmon
- UI functional tests by @bersace
- Support Tornado 4.4 and 5 by @bersace
- Add auto configuration script by @bersace
- Show number of waiting/blocking req in activity tabs by @pgiraud
- Show availability status on home page by @pgiraud
Changed¶
- Dashboard like home page by @pgiraud
- Improve activity views by @pgiraud
- Review web framework by @bersace
- Review debian packaging by @bersace
Removed¶
pg_hba.conf
andpg_ident.conf
edition removed frompgconf
plugin by @pgiraud