Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Dec 8, 2022

Bumps glean-parser from 4.0.0 to 6.4.0.

Release notes

Sourced from glean-parser's releases.

v6.4.0

  • BUGFIX: Correct code generation for labeled metrics in Rust (#533)
  • BUGFIX: Correctly serialize Rates for Rust code (#530)
  • Feature: Wrap labeled metric's static labels list as CoW strings (requires updated Glean support) (#534)

v6.3.0

v6.2.1

  • Add support for Rate, Denominator and Numerator metrics for JavaScript. (bug 1793777)

v6.2.0

  • [data-review] Use a template to generate the Data Review Request template (bug 1772605)
  • Make tag and no_lint order deterministic (#518)

v6.1.2

  • Swift: Add a conditional import Foundation to support generating metrics when Glean is delivered via the AppServices iOS megazord

v6.1.1

  • Rust: Use correct name for a ping in generated code.

v6.1.0

  • [data-review] Include extra keys' names and descriptions in data review template (bug 1767027)
  • Raise limit on number of statically-defined labels to 4096. (bug 1772163)
  • Fix Rust code generation for new UniFFI interface (#491, #494, #495)

v6.0.1

  • Relax version requirement for MarkupSafe. Now works with MarkupSafe v1.1.1 to v2.0.1 inclusive again.

v6.0.0

  • BUGFIX: Add missing extra_args to Rust constructor generation (bug 1765855)
  • Breaking change: glean_parser now generates metrics compatible with the UniFFI-powered Glean SDK. This is not backwards-compatible with previous versions.
  • Generate Rate, Denominator and Numerator metrics for Kotlin and Swift
  • Explicitly skip Rate, Denominator and Numerator metrics for JavaScript. These will cause a build failure by default, but can be turned into warnings on request. Use -s fail_rates=false to enable warning-only mode.

v5.1.2

  • BUGFIX: Revert changes made on v5.1.1.
    • The issues addressed by those changes, were non-issues and result of misuse of the APIs.

v5.1.1

  • BUGFIX: Fix issues with Swift templates (bug 1749494)
    • Make metrics and pings all public
    • Make pings static

v5.1.0

  • Add support for build info generation for JavaScript and Typescript targets (bug 1749494)

... (truncated)

Changelog

Sourced from glean-parser's changelog.

6.4.0

  • BUGFIX: Correct code generation for labeled metrics in Rust (#533)
  • BUGFIX: Correctly serialize Rates for Rust code (#530)
  • Feature: Wrap labeled metric's static labels list as CoW strings (requires updated Glean support) (#534)

6.3.0

6.2.1

  • Add support for Rate, Denominator and Numerator metrics for JavaScript. (bug 1793777)

6.2.0

  • [data-review] Use a template to generate the Data Review Request template (bug 1772605)
  • Make tag and no_lint order deterministic (#518)

6.1.2

  • Swift: Add a conditional import Foundation to support generating metrics when Glean is delivered via the AppServices iOS megazord

6.1.1

  • Rust: Use correct name for a ping in generated code.

6.1.0

  • [data-review] Include extra keys' names and descriptions in data review template (bug 1767027)
  • Raise limit on number of statically-defined labels to 4096. (bug 1772163)
  • Fix Rust code generation for new UniFFI interface (#491, #494, #495)

6.0.1

  • Relax version requirement for MarkupSafe. Now works with MarkupSafe v1.1.1 to v2.0.1 inclusive again.

6.0.0

  • BUGFIX: Add missing extra_args to Rust constructor generation (bug 1765855)
  • Breaking change: glean_parser now generates metrics compatible with the UniFFI-powered Glean SDK. This is not backwards-compatible with previous versions.
  • Generate Rate, Denominator and Numerator metrics for Kotlin and Swift
  • Explicitly skip Rate, Denominator and Numerator metrics for JavaScript. These will cause a build failure by default, but can be turned into warnings on request. Use -s fail_rates=false to enable warning-only mode.

5.1.2

... (truncated)

Commits
  • 929c606 Release v6.4.0
  • 8e4dd41 Require flake8 only on Python 3.8+
  • 33bf89d Bump flake8 from 5.0.4 to 6.0.0
  • 8c78966 Rust: Wrap labels in Cow
  • 4b1eb17 Don't Label prefix the inner type of a labeled metric
  • 9cd5682 Correctly call out 15 extra keys limit in schema docs
  • 4e2b161 Correctly serialize Rates as documented into CommonMetricData
  • 0960293 Bump mypy from 0.990 to 0.991
  • 8fd9bcb Properly declare optional values as such
  • 4f31af2 Use old mypy for old Python and newer Python otherwise
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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)

Bumps [glean-parser](https://github.com/mozilla/glean_parser) from 4.0.0 to 6.4.0.
- [Release notes](https://github.com/mozilla/glean_parser/releases)
- [Changelog](https://github.com/mozilla/glean_parser/blob/main/CHANGELOG.md)
- [Commits](mozilla/glean_parser@v4.0.0...v6.4.0)

---
updated-dependencies:
- dependency-name: glean-parser
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Dec 8, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jan 24, 2023

Superseded by #554.

@dependabot dependabot bot closed this Jan 24, 2023
@dependabot dependabot bot deleted the dependabot/pip/samples/qt-qml-app/glean-parser-6.4.0 branch January 24, 2023 17:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant