Skip to content

Commit cf919e1

Browse files
authored
Merge pull request #1170 from mozilla/parser_500
[Bug 1753194] - Bumped glean_parser version to 5.0.0
2 parents 6fa4a8a + 42e9e02 commit cf919e1

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ cannot be negative numbers.
77
* Timestamps were observed to be negative in a few occurrences, for platforms that do not provide the `performance.now` API, namely QML, and in which we fallback to the `Date.now` API.
88
* If event timestamps are negative pings are rejected by the pipeline.
99
* [#1132](https://github.com/mozilla/glean.js/pull/1132): Retry ping request on network error with `keepalive: false`. This is sometimes an issue on Chrome browsers below v81.
10+
* [#1170](https://github.com/mozilla/glean.js/pull/1170): Update glean_parser to version 5.0.0.
1011

1112
# v0.31.0 (2022-01-25)
1213

glean/src/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const LOG_TAG = "CLI";
2626
const VIRTUAL_ENVIRONMENT_DIR = process.env.VIRTUAL_ENV?.split("/").slice(-1)[0] || ".venv";
2727

2828
// The version of glean_parser to install from PyPI.
29-
const GLEAN_PARSER_VERSION = "4.1.1";
29+
const GLEAN_PARSER_VERSION = "5.0.0";
3030

3131
// This script runs a given Python module as a "main" module, like
3232
// `python -m module`. However, it first checks that the installed

samples/qt/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
glean_parser==4.1.0
1+
glean_parser==5.0.0

0 commit comments

Comments
 (0)