Skip to content

Commit 353d20f

Browse files
committed
Merge branch 'release-v5.0.3' into release
2 parents 953be3c + 2a34975 commit 353d20f

File tree

20 files changed

+425
-568
lines changed

20 files changed

+425
-568
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Unreleased changes
22

3-
[Full changelog](https://github.com/mozilla/glean.js/compare/v5.0.2...main)
3+
[Full changelog](https://github.com/mozilla/glean.js/compare/v5.0.3...main)
4+
5+
# v5.0.3 (2024-08-02)
6+
7+
[Full changelog](https://github.com/mozilla/glean.js/compare/v5.0.2...v5.0.3)
8+
9+
* [#1971](https://github.com/mozilla/glean.js/pull/1971): Bumped `glean_parser` version to `14.5.0`.
10+
* [#1970](https://github.com/mozilla/glean.js/pull/1970): Add `window.Glean.debugSession` API for automatically opening a link to the Debug Ping Viewer with your current session selected.
411

512
# v5.0.2 (2024-05-23)
613

automation/compat/tests/utils.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,8 @@ export async function runWebTest(driver) {
8282
window.Glean &&
8383
window.Glean.setDebugViewTag &&
8484
window.Glean.setLogPings &&
85-
window.Glean.setSourceTags
85+
window.Glean.setSourceTags &&
86+
window.Glean.debugSession
8687
) {
8788
return true;
8889
}

0 commit comments

Comments
 (0)