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 ~=11.1.0 to ~=13.0.0 #700

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.

v13.0.0

  • BREAKING CHANGE: Support metadata field include_info_sections (bug 1866559)
Changelog

Sourced from glean-parser's changelog.

13.0.0

  • BREAKING CHANGE: Support metadata field include_info_sections (bug 1866559)

12.0.1

  • Fix Rust codegen for object metric type (#662)

12.0.0

  • Add new metric type object (only Rust codegen support right now) (#587)

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

... (truncated)

Commits
  • 8c88f62 Release v13.0.0
  • 6edaa8e Rust codegen for object: fold same cases into a single one
  • 2de8201 Rust codegen for object: Ensure unknown fields are not allowed
  • cd51dc4 bug 1866559 - Support a no-info configuration for pings
  • 55e271a Release v12.0.1
  • e873058 Rust: Use re-exported serde traits from glean
  • b4eb3e3 Release v12.0.0
  • c68e481 Bump black from 24.1.1 to 24.2.0
  • a802a50 Ensure to skip serialization if empty/none
  • 329de2a Rust: Generate structure objects
  • 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)
travis79 commented 6 months ago

@badboy any reasons you can think of not to update glean_parser here?