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.3.0 to ~=14.5.0 #788

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

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

Release notes

Sourced from glean-parser's releases.

v14.5.0

  • BUGFIX: Fix Rust codegen to properly handle events with multiple types of extras (bug 1911165)
  • Updating Kotlin template import statement as part of removing service-glean from Android Components. (bug 1906941)
Changelog

Sourced from glean-parser's changelog.

14.5.0

  • BUGFIX: Fix Rust codegen to properly handle events with multiple types of extras (bug 1911165)
  • Updating Kotlin template import statement as part of removing service-glean from Android Components. (bug 1906941)

14.4.0

  • Fix JS and Ruby server templates to correctly send event extra values as strings (DENG-4405)
  • ENHANCEMENT: Extra keys in extra_keys: fields may now contain any printable ASCII characters (bug 1910976)

14.3.0

  • Add the module_spec option to the javascript_server outputter (#726)
  • BUGFIX: Fix the Rust codegen for changes to how labeled_* metrics are constructed (bug 1909244)
  • Generate a serializer for array wrappers (bug 1908157)

14.2.0

  • New Metric Types: labeled_{custom|memory|timing}_distribution (bug 1657947)

14.1.3

  • Fix Kotlin/Swift code generation for object metrics, now generating top-level typealiases where needed (#722)

14.1.2

  • ping schedule: Gracefully handle missing ping (#705)

14.1.1

  • Replace deprecated methods and package (#699)

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)

... (truncated)

Commits
  • b253e03 Release v14.5.0
  • 55f5e77 Bug 1906941 - Update kotlin jinja template import statement (#740)
  • 4288777 bug 1911165 - Fix rust codegen for typed extras
  • b7fd414 Release v14.4.0
  • 5abc39b bug 1910976 - Expand acceptable extra_keys property names to printable ASCII ...
  • f31535f Stringify event extra values in server JS template
  • See full diff 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 1 month ago

Superseded by #789.