Skip to content

Commit

Permalink
Merge branch 'release-v5.0.3' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
rosahbruno committed Aug 2, 2024
2 parents 953be3c + 2a34975 commit 353d20f
Show file tree
Hide file tree
Showing 20 changed files with 425 additions and 568 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Unreleased changes

[Full changelog](https://github.com/mozilla/glean.js/compare/v5.0.2...main)
[Full changelog](https://github.com/mozilla/glean.js/compare/v5.0.3...main)

# v5.0.3 (2024-08-02)

[Full changelog](https://github.com/mozilla/glean.js/compare/v5.0.2...v5.0.3)

* [#1971](https://github.com/mozilla/glean.js/pull/1971): Bumped `glean_parser` version to `14.5.0`.
* [#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.

# v5.0.2 (2024-05-23)

Expand Down
3 changes: 2 additions & 1 deletion automation/compat/tests/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ export async function runWebTest(driver) {
window.Glean &&
window.Glean.setDebugViewTag &&
window.Glean.setLogPings &&
window.Glean.setSourceTags
window.Glean.setSourceTags &&
window.Glean.debugSession
) {
return true;
}
Expand Down
Loading

0 comments on commit 353d20f

Please sign in to comment.