mozilla / probe-scraper

Scrape and publish Telemetry probe data from Firefox
https://mozilla.github.io/probe-scraper/
Mozilla Public License 2.0
23 stars 53 forks source link

Update glean-parser requirement from ~=14.5.2 to ~=15.0.0 #794

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

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

Release notes

Sourced from glean-parser's releases.

v15.0.0

  • Breaking change: Updating Kotlin template import statement as part of removing service-glean from Android Components. (bug 1906941)
  • Breaking change: Do not generate Geckoview Streaming helper code (#743)
Changelog

Sourced from glean-parser's changelog.

15.0.0

  • Breaking change: Updating Kotlin template import statement as part of removing service-glean from Android Components. (bug 1906941)
  • Breaking change: Do not generate Geckoview Streaming helper code (#743)

14.5.2

  • Revert updating Kotlin template import statement as part of removing service-glean from Android Components. This change was BREAKING. It will be reintroduced in a major release afterwards (#744)

14.5.1

  • BUGFIX: Rust object metrics: Accept null in place of empty arrays

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)

... (truncated)

Commits
  • 5ce0f97 Release v15.0.0
  • 4680a03 Bump ruff from 0.5.0 to 0.6.1
  • 6e109c8 Remove Geckoview Streaming helper code
  • 98fbc26 Reapply "Bug 1906941 - Update kotlin jinja template import statement (#740)"
  • 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)
badboy commented 2 months ago

Waiting until we actually use that in Glean as well (https://github.com/mozilla/glean/pull/2935)

badboy commented 2 months ago

@dependabot rebase