You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Release: v3.28.0
## New Features:
* ModioAB/housekeeper!49: CI: Rename "master" container to "latest"
* ModioAB/housekeeper!50: Swap base-image tag from master to latest
Release: v3.27.0
## New Features:
* ModioAB/housekeeper!46: prune: Make it only work for 2021 for now.
## Bug Fixes:
* ModioAB/housekeeper!48: Fix SQL syntax error in item expiration
Release: v3.26.0
## New Features:
* ModioAB/housekeeper!40: Drop NOT NULL on text archive tables
## Bug Fixes:
* ModioAB/housekeeper!39: Stop using CONCURRENTLY when creating indexes
* ModioAB/housekeeper!41: Enable autocommit mode via a new context manager
* ModioAB/housekeeper!42: Rollback connection if tables are already swapped in the archiver
* ModioAB/housekeeper!43: Be more explicit about transactions and connections in archiver
* ModioAB/housekeeper!44: Re-enable the delete old history data logic in housekeeper
* ModioAB/housekeeper!45: Implement prune of historical data on the archive server
Release v3.25.1
- Bug fix for creating index inside transaction blocks
- Feature fix to mark archive text tables ID column as nullable for Zabbix 4.0 compatibility