mozilla / probe-scraper

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

Update glean-parser requirement from ~=10.0.3 to ~=11.0.1 #681

Closed dependabot[bot] closed 8 months ago

dependabot[bot] commented 9 months ago

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

Release notes

Sourced from glean-parser's releases.

v11.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)
Changelog

Sourced from glean-parser's changelog.

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)

8.0.0

  • BREAKING CHANGE: Remove exposed lint_yaml_files function (#580)
  • Rust: Removed __glean_metric_maps from the Rust Jinja template. This functionality is better placed downstream (Bug 1816526)
  • New lint: check that all referenced pings are known (#584)

... (truncated)

Commits
  • cbf1dae Release v11.0.1
  • 72067f4 Bug 1869429 - Increase event extra key limit from 15 to 50 (#648)
  • 80541f8 Bump coverage from 7.2.7 to 7.4.0
  • c82d893 Bump flake8 from 6.1.0 to 7.0.0
  • d02ae92 fix javascript server template to include defined metrics in the parameter li...
  • 0de1ddb Python: Make arguments more clear in the help text
  • 1b4a27e Release v11.0.0
  • 4cc18e6 Add CI config to test on Python 3.11 and 3.12
  • 1aaf791 Drop support for Python 3.7
  • 0ab5c6f docs: updating changelog
  • 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 8 months ago

Superseded by #688.