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 ~=14.0.1 to ~=14.1.0 #739

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 5 months ago

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

Release notes

Sourced from glean-parser's releases.

v14.1.0

  • Add Go log outputter support for datetime (go_server) (#693)
Changelog

Sourced from glean-parser's changelog.

14.1.0

  • Add Go log outputter support for datetime (go_server) (#693)

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

... (truncated)

Commits


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)