Skip to content

Releases: mozilla-services/telescope

v4.12.0

06 Apr 09:42
v4.12.0
dea90a6
Compare
Choose a tag to compare

What's Changed

Bug Fixes

  • Make sure mocked endpoint takes at least a few milliseconds to complete by @leplatrem in #1196

New Features

Dependency Updates

Full Changelog: v4.11.0...v4.12.0

v4.11.0

01 Dec 14:41
467c1fc
Compare
Choose a tag to compare

What's Changed

Bug Fixes

New Features

Dependency Updates

Other Changes

Full Changelog: v4.10.0...v4.11.0

4.10.0

29 Nov 15:59
v4.10.0
61adc0c
Compare
Choose a tag to compare

New features

  • Add check for CDN invalidations (#1130)

v4.9.0

22 Sep 12:54
v4.9.0
4ac7a81
Compare
Choose a tag to compare

New features

  • Ignore pull-requests with blocked label in maintenance check (#1087)

Dependencies

  • Bump types-termcolor from 1.1.5 to 1.1.6 (#1085)
  • Bump termcolor from 1.1.0 to 2.0.1 (#1084)
  • Bump types-requests from 2.28.9 to 2.28.10 (#1083)
  • Bump types-requests from 2.28.1 to 2.28.9 (#1071)
  • Bump google-cloud-bigquery from 3.2.0 to 3.3.2 (#1070)
  • Bump mypy from 0.961 to 0.971 (#1057)
  • Bump flake8 from 4.0.1 to 5.0.4 (#1066)
  • Bump kinto-http from 10.10.0 to 11.0.0 (#1073)
  • Bump pytest from 7.1.2 to 7.1.3 (#1075)
  • Bump black from 22.6.0 to 22.8.0 (#1076)
  • Bump taskcluster from 44.17.2 to 44.20.2 (#1077)
  • Bump sentry-sdk from 1.7.2 to 1.9.0 (#1061)
  • Bump dockerflow from 2022.7.0 to 2022.8.0 (#1072)
  • Bump taskcluster from 44.17.1 to 44.17.2 (#1064)
  • Bump taskcluster from 44.17.0 to 44.17.1 (#1053)
  • Bump types-toml from 0.10.7 to 0.10.8 (#1054)
  • Bump sentry-sdk from 1.6.0 to 1.7.2 (#1055)
  • Bump dockerflow from 2022.1.0 to 2022.7.0 (#1052)
  • Bump types-requests from 2.28.0 to 2.28.1 (#1056)
  • Bump cryptography from 37.0.3 to 37.0.4 (#1051)
  • Leverage kinto-http 10.10 (#1049)
  • Bump types-termcolor from 1.1.4 to 1.1.5 (#1045)
  • Bump types-requests from 2.27.30 to 2.28.0 (#1046)
  • Bump sentry-sdk from 1.5.12 to 1.6.0 (#1047)
  • Bump taskcluster from 44.16.3 to 44.16.4 (#1048)
  • Bump logging-color-formatter from 1.0.2 to 1.0.3 (#1043)
  • Bump taskcluster from 44.16.1 to 44.16.3 (#1044)
  • Bump mypy from 0.960 to 0.961 (#1041)
  • Bump taskcluster from 44.15.5 to 44.16.1 (#1040)
  • Bump google-cloud-bigquery from 3.1.0 to 3.2.0 (#1042)

v4.8.0

08 Jun 16:56
v4.8.0
5d63817
Compare
Choose a tag to compare
  • Add check to inspect total number of approvals in the last days (#1030)

v4.7.1

06 May 08:02
v4.7.1
361c265
Compare
Choose a tag to compare

Bug Fixes

  • Fix #1023: do not refresh TimeAgo if details invisible (#1024)

v4.7.0

28 Feb 16:27
v4.7.0
663bbb1
Compare
Choose a tag to compare

New features

v4.6.2

15 Feb 15:08
v4.6.2
b8b1851
Compare
Choose a tag to compare
  • Fix max duration query, again (regression of #965)
  • Upgrade aiohttp to 3.8.1 (#972)

v4.6.1

15 Feb 14:00
v4.6.1
891617a
Compare
Choose a tag to compare
  • Fix max duration check query (regression of #965)

v4.6.0

15 Feb 13:30
v4.6.0
de95dc1
Compare
Choose a tag to compare
  • Upgrade container to Python 3.10 (#971, fixes #963)

Documentation

  • Add ADR for history (#966)

Internal Changes

  • Do not SELECT fields if not read (#965)

  • Indent history query (#964)

  • Do not run tests and container build if lint fails (#962)