# iCalendar Timeseries Server Changelog ## Version 0.6.2 ### Changes - Migration from Gitlab-CI to Woodpecker ## Version 0.6.1 ### Changes - Same fix, but for todo as well as events. ## Version 0.6 ### Changes - Fix: A specific API field has to be a string rather than float, and recent Grafana versions validate this. ## Version 0.5 ### Changes - Retry calendar scraping with exponential backoff. ## Version 0.4.1 ### Changes - Fix todo sorting by due date. - Update README regarding `todo` time series. ## Version 0.4.0 ### Changes - VTODO components are exported in a second time series, `todo` . Todo recurrence is not supported yet though. ## Version 0.3.3 ### Changes - Fix type confusion bug in recurring events - Remove pytz dependency in favor of dateutil.tz ## Version 0.3.2 ### Changes - Fix Debian package build process ## Version 0.3.1 ### Changes - Bump Version Number ## Version 0.3 ### Changes - Replace print statements by proper logging - Fix: Ensure scrape interval is positive - Fix: Keep showing events that already started, but have not finished yet ## Version 0.2 ### Changes - Scrape intervals are now configured per calendar - Calendar scraping now happens in the background ## Version 0.1 First pre-1.0 release of iCalendar Timeseries Server. ### Changes - Configure multiple scrape sources - Authorization: HTTP Basic Auth or TLS Client Certificates - Offer API endpoints /api/v1/query and /api/v1/query_range - Support simple PromQL label filters