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 ~=13.0.0 to ~=14.0.1 #729

Closed dependabot[bot] closed 4 months ago

dependabot[bot] commented 4 months ago

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

Release notes

Sourced from glean-parser's releases.

v14.0.1

  • BUGFIX: Fix missing ping_arg in util.py (#687)
Changelog

Sourced from glean-parser's changelog.

14.0.1

  • BUGFIX: Fix missing ping_arg in util.py (#687)

14.0.0

  • BREAKING CHANGE: Expose the optional enabled property on pings, defaulting to enabled: true (#681)
  • BREAKING CHANGE: Support metadata field ping_schedule for pings (bug 1804711)
  • Add support for event metric type in server JavaScript outputter (DENG-2407)
  • Add Swift and Kotlin codegen support for the object metric type object (#685)

13.0.1

  • Use faster C yaml parser if available (#677)

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

... (truncated)

Commits
  • 1147b37 Release v14.0.1
  • 4cd33fc Bug1892055 - Fix missing ping_arg in util.py (#687)
  • aec5099 Release v14.0.0
  • b0a7655 CI: Use newer detekt
  • 7b70af9 Object metric: codegen for Swift and Kotlin
  • 42284c9 Update javascript server outputter to support mixed-style collection
  • 8dd987b Bug 1804711 - Support a ping_schedule metadata property for pings.
  • b9a0d43 Bug 1889114 - Add 'enabled' property to pings (#681)
  • 91d7886 Add definition of the events ping for server-side Glean
  • c7b9e8a Bump coverage from 7.4.1 to 7.4.4
  • 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)