Releases: mozilla-services/telescope
Releases · mozilla-services/telescope
v1.6.0
- Fix #169: show datetime in push_timestamp check (#180)
- Set User-Agent in HTTP requests (#179)
- Fix #171: do not put infinity in JSON responses (#178)
- Use UTC timezone in all datetimes (#177)
- Fix #168: add favicon to UI (#174)
- Fix #172: Fix UI check status JSON parse error (#175)
- Wrap parameter values in UI
- Fix border color in UI
- Fix #170: cached timestamps carry timezone info
v1.5.0
- Add dark theme in UI
- Improve section display in UI
- Improve display of check parameters in UI
- Fix #161: add check result to Sentry event (#163)
- Fix #150: Send Sentry event when check recovers (#157)
- Show result cache time as relative (#147)
- Add link to underlying API endpoint in UI (#148)
- Fix #105: Include checks about normandy-recipes-capabilities (#136)
- Fix #66: fail if some reported recipes do not match (#128)
- Allow arbitrary commands from the Docker container
v1.4.0
v1.3.1
v1.3.0
v1.2.0
New features
- Fix #91: Uptake age percentiles (#100)
- Fix #90: Uptake duration percentiles (#99)
- Fix #86: Use x5u to validate signature (#92)
- Fix #82: Option to ignore client versions in uptake errors (#93)
- Fix #80: Age work-in-progress (#84)
Bug fixes
- Replace
custom_2_error
bybackoff
(Firefox 67) in Normandy uptake (#101)
Internal Changes
v1.1.0
Bug fixes
- Fix blocklist XML timestamp check (#81)
- Fix Normandy uptake ignore backoff (#76)
- Fix env var interpolation in conf (#72)
- Fix certificates loading from unicode (#73)
New features
- Only return collections inconsistency in changes_timestamps() (#79)
- Limit parallel requests everywhere (#71)
- Run checks by project in CLI (#75)
- Show full error representation in response (#74)
Internal changes