Release v1.8.9
Release 1.8.9 fixes an issue introduced by the extended handling of SLOs in 1.8.8
While 1.8.8 adds a query parameter to SLO API calls to ensure that disabled SLOs are fetched as well, this did interfere with query parameters sent for pagination (the SLO API returns pages of 10 objects), resulting in only the first 10 SLOs being fetched.
1.8.9 correctly handles both getting all SLOs from the API and dealing with pagination to fetch all existing SLOs for updates.
🐛 Bug fixes
- 28d8950 Correctly handle pagination when other query parameters are set
- d6cb41d Introduce retry mechanism for GET requests
Known Issues
- Project folders can not end with
extension
(and likely other configuration type's names). If they do they are silently omitted from being loaded. This issue is solved in 2.x versions.