mozilla / probe-scraper

Scrape and publish Telemetry probe data from Firefox
https://mozilla.github.io/probe-scraper/
Mozilla Public License 2.0
21 stars 53 forks source link

Update glean-parser requirement from ~=10.0.3 to ~=11.1.0 #688

Closed dependabot[bot] closed 6 months ago

dependabot[bot] commented 6 months ago

Updates the requirements on glean-parser to permit the latest version.

Release notes

Sourced from glean-parser's releases.

v11.1.0

  • Add Go log outputter (go_server) (#645)
  • Add Python log outputter (python_server) (MPP-3642)
Changelog

Sourced from glean-parser's changelog.

11.1.0

  • Add Go log outputter (go_server) (#645)
  • Add Python log outputter (python_server) (MPP-3642)

11.0.1

  • Fix javascript_server template to include non-event metric parameters in #record call for event metrics (#643)
  • events: Increase extra key limit to 50 (Bug 1869429)

11.0.0

  • Add updated logging logic for Ruby Server (#642)
  • Add support for event metric type in server-side JavaScript outputter (DENG-1736)
  • BREAKING CHANGE: Dropped support for Python 3.7 (#638)
  • Add official support for Python 3.11+ (#638)

10.0.3

  • Warn about empty or TODO-tagged data reviews in the list (#634)
  • Allow unit field on all metrics, but warn for all but quantity and custom distribution (#636)

10.0.2

  • Allow unit field for string again, but warn about it in the linter (#634)

10.0.1

  • Allow unit field for custom distribution again (#633)

10.0.0

  • Add Ruby log outputter (ruby_server) (#620)
  • BREAKING CHANE: ping lifetime metrics on the events ping are now disallowed (#625)
  • Disallow unit field for anything but quantity (#630). Note that this was already considered the case, now the code enforces it.

9.0.0

  • BREAKING CHANGE: Dropped support for Python 3.6 (#615)
  • Allow metadata to configure precise timestamps in pings (#592)

8.1.1

  • Small updates to the javascript_server tempalte to address lint warnings (#598)

8.1.0

  • Increased the maximum metric name length in version 2.0.0 schema (#596)

... (truncated)

Commits
  • 2c93f0e Release v11.1.0
  • 63e61ee MPP-3642 Add Python log outputter (#653)
  • b61277f Bump twine from 3.8.0 to 5.0.0
  • 7fb9aa0 Bump flake8-bugbear from 24.1.16 to 24.2.6 (from PR #658)
  • 93814e3 Bump black from 23.3.0 to 24.1.1 (from PR #656)
  • b4c0785 Bump coverage from 7.4.0 to 7.4.1 (from PR #655)
  • cb2ccff Bump pytest from 7.0.1 to 8.0.0 (from PR #654)
  • a835110 Replace all uses of tmpdir in tests with modern tmp_path
  • 61bb44e Add Go log outputter
  • 6e9248a Bump flake8-bugbear from 24.1.15 to 24.1.16
  • Additional commits viewable in compare view


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 6 months ago

Superseded by #690.