Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump glean-parser from 10.0.3 to 14.1.1 #1695

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 6, 2024

Bumps glean-parser from 10.0.3 to 14.1.1.

Release notes

Sourced from glean-parser's releases.

v14.1.1

  • Replace deprecated methods and package (#699)

v14.1.0

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

v14.0.1

  • BUGFIX: Fix missing ping_arg in util.py (#687)

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

v13.0.1

  • Use faster C yaml parser if available (#677)

v13.0.0

  • BREAKING CHANGE: Support metadata field include_info_sections (bug 1866559)

v12.0.1

  • Fix Rust codegen for object metric type (#662)

v12.0.0

  • Add new metric type object (only Rust codegen support right now) (#587)

v11.1.0

  • Add Go log outputter (go_server) (#645)
  • Add Python log outputter (python_server) (MPP-3642)

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

v11.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)
Changelog

Sourced from glean-parser's changelog.

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)

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)

... (truncated)

Commits
  • a3ffa37 Release v14.1.1
  • 22571eb Replace use of deprecated datetime.datetime.utcnow
  • 8eb50a9 Use importlib.metadata instead of deprecated pkg_resources
  • ed8135a Release v14.1.0
  • 8ae31dc Bump pytest from 8.1.1 to 8.2.0 (from PR #697)
  • ded41f0 Bump ruff from 0.4.0 to 0.4.2 (from PR #696)
  • 68be508 Bump coverage from 7.4.4 to 7.5.0 (from PR #694)
  • 4fbdf5f Bump sphinx from 7.2.5 to 7.3.7 (from PR #691)
  • 2283a1e AE-321 add support for datetime go_server.py (#693)
  • bb3beb7 Bump ruff from 0.3.5 to 0.4.0
  • 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 show <dependency name> 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)

Bumps [glean-parser](https://github.com/mozilla/glean_parser) from 10.0.3 to 14.1.1.
- [Release notes](https://github.com/mozilla/glean_parser/releases)
- [Changelog](https://github.com/mozilla/glean_parser/blob/main/CHANGELOG.md)
- [Commits](mozilla/glean_parser@v10.0.3...v14.1.1)

---
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 May 6, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github May 20, 2024

Superseded by #1706.

@dependabot dependabot bot closed this May 20, 2024
@dependabot dependabot bot deleted the dependabot/pip/glean-parser-14.1.1 branch May 20, 2024 12:47
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
0 participants