Releases: vanvalenlab/kiosk-bucket-monitor
Releases · vanvalenlab/kiosk-bucket-monitor
0.5.0
🚀 Features
Add GitHub Actions workflow for running tests in the Docker container. @willgraf (#22)
Drops support for Python 2.7 and Python 3.5.
🧰 Maintenance
Add GitHub Actions workflow for running tests in the Docker container. @willgraf (#22)
Drops support for Python 2.7 and Python 3.5.
0.4.0
0.3.0 StaleFileBucketMonitor
This release is the first release with the StaleFileBucketMonitor
, which looks at all folders in a bucket included in PREFIX
(as comma-separated string) and deletes all files from those folders with an age greater than AGE_THRESHOLD
, measured in seconds.
This bucket monitor will help to control storage costs in the kiosk.
0.2 RedisClient is compatible with Sentinel
Updated RedisClient to be compatible with Redis Sentinel and clustered Redis deployments.
Initial bucket-monitor release
0.1 change key separator from "_" to ":" (#4)