Skip to content

Bump glean-parser from 1.29.0 to 7.0.0 in /application#17

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/application/glean-parser-7.0.0
Open

Bump glean-parser from 1.29.0 to 7.0.0 in /application#17
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/application/glean-parser-7.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jan 25, 2023

Copy link
Copy Markdown

Bumps glean-parser from 1.29.0 to 7.0.0.

Release notes

Sourced from glean-parser's releases.

v7.0.0

  • BUGFIX: Remove internal-only fields from serialized metrics data (#550)
  • FEATURE: New subcommand: dump to dump the metrics data as JSON (#550)
  • BUGFIX: Kotlin: Generate enums with the right generic bound for ping reason codes (#551).
  • BREAKING CHANGE: Fully remove support for the old events API (#549) Adds a new lint OLD_EVENT_API to warn about missing type attributes on event extra keys. Note that the Glean SDK already dropped support for the old events API.

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.

... (truncated)

Changelog

Sourced from glean-parser's changelog.

7.0.0

  • BUGFIX: Remove internal-only fields from serialized metrics data (#550)
  • FEATURE: New subcommand: dump to dump the metrics data as JSON (#550)
  • BUGFIX: Kotlin: Generate enums with the right generic bound for ping reason codes (#551).
  • BREAKING CHANGE: Fully remove support for the old events API (#549) Adds a new lint OLD_EVENT_API to warn about missing type attributes on event extra keys. Note that the Glean SDK already dropped support for the old events API.

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)

... (truncated)

Commits
  • dcaad4b Release v7.0.0
  • d256620 Fully remove support for the old events API
  • 18bd599 Kotlin: Generate enums with the right generic bound for ping reason codes
  • 342cbf8 Remove internal-only fields from data dump
  • b688430 Add new dump subcommand
  • 2d02152 Bump flake8-bugbear from 23.1.14 to 23.1.17
  • 4c2a7fd Ignore 2 flake8 suggestions
  • 430a63e Bump flake8-bugbear from 22.8.23 to 23.1.14
  • fbf16c7 CI: Build docs on Python 3.10
  • b2fc3f0 Bump sphinx from 4.3.2 to 6.1.1
  • 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 1.29.0 to 7.0.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@v1.29.0...v7.0.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 the dependencies Pull requests that update a dependency file label Jan 25, 2023
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants