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.0.0 #671

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

Sourced from glean-parser's changelog.

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)
  • Add experimental server-side JavaScript outputter (FXA-7922)

7.2.1

  • Unbreak last minor release (#579)

... (truncated)

Commits
  • 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
  • 04aa86d test(ruby): updating test file to use new logic
  • 45fd2a6 feat(ruby): adding new logic currently in Mastodon main to parser
  • ba89adf Bump flake8-bugbear from 23.7.10 to 23.12.2
  • d81d6c2 Rename ruby server metrics yaml to make it generic across server backends
  • ab3cb33 Remove unnecessary template
  • 17e2f47 Update glean_parser/javascript_server.py
  • 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 #681.