Skip to content

Releases: mozilla/glean.js

v4.0.0-pre.0

27 Nov 08:46
c138e71
Compare
Choose a tag to compare
v4.0.0-pre.0 Pre-release
Pre-release

#1808: BREAKING CHANGE: Make glean.js fully synchronous.

glean_parser: 10.0.3

v3.0.0

16 Nov 23:58
Compare
Choose a tag to compare

Full changelog

This is the official release based on v3.0.0-pre.1.

glean_parser: 10.0.3

v3.0.0-pre.1

15 Nov 20:09
Compare
Choose a tag to compare
v3.0.0-pre.1 Pre-release
Pre-release

Full changelog

  • #1814: BREAKING CHANGE: Temporarily drop support for web extensions. This platform will be added again once we complete the Glean.js platform refactoring.

glean_parser: 10.0.3

v3.0.0-pre.0 (2023-11-10)

10 Nov 13:59
Compare
Choose a tag to compare
Pre-release

Full changelog

  • #1810: BREAKING CHANGE: Drop support for QT.
  • #1811: Update glean_parser to v10.0.3.

glean_parser: 10.0.3

v2.0.5

18 Oct 17:27
Compare
Choose a tag to compare

Full changelog

  • #1788: Fix window is undefined error when setting up browser debugging.

glean_parser: 8.1.1

v2.0.4

10 Oct 23:21
Compare
Choose a tag to compare

Full changelog

  • #1772: Fix bug where window.Glean functions were getting set on non-browser properties.
  • #1784: Store window.Glean debugging values in sessionStorage. This will set debug options on page init while the current session is still active.

glean_parser: 8.1.1

v2.0.3

27 Sep 22:34
Compare
Choose a tag to compare

Full changelog

  • #1770: Allow debugging in browser console via window.Glean.

glean_parser: 8.1.1

v2.0.2

14 Sep 19:46
Compare
Choose a tag to compare

Full changelog

  • #1768: Add support for GLEAN_PYTHON and GLEAN_PIP environment variables.
  • #1755: Add sync check to set function for the URL metric.
  • #1766: Update default maxEvents count to 1. This means an events ping will be sent after each recorded event unless the maxEvents count is explicitly set to a larger number.

glean_parser: 8.1.1

v2.0.1

11 Aug 17:43
Compare
Choose a tag to compare

Full changelog

  • #1751: Add a migration flag to initialize. If not explicitly set in the config object the migration from IndexedDB to LocalStorage will not occur. The only projects that should ever set this flag are those that have used Glean.js in production with a version <v2.0.0 and have upgraded.

glean_parser: 8.1.1

v2.0.0

03 Aug 19:51
Compare
Choose a tag to compare

Full changelog

Important

This version of Glean.js migrates the browser implementation from using IndexedDB to using LocalStorage. The storage change means that all Glean.js internal actions run synchronously.

  • #1748: Update glean_parser version to the latest.
  • #1733: Add SSR support for Glean.js.
  • #1728: Migrate client_id and first_run_date.
  • #1695: Update Glean.js web to use LocalStorage.

glean_parser: 8.1.1