Releases: mozilla/glean.js
Releases · mozilla/glean.js
v4.0.0-pre.0
#1808: BREAKING CHANGE: Make glean.js fully synchronous.
glean_parser: 10.0.3
v3.0.0
v3.0.0-pre.1
- #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)
glean_parser: 10.0.3
v2.0.5
- #1788: Fix
window
is undefined error when setting up browser debugging.
glean_parser: 8.1.1
v2.0.4
v2.0.3
v2.0.2
- #1768: Add support for
GLEAN_PYTHON
andGLEAN_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 themaxEvents
count is explicitly set to a larger number.
glean_parser: 8.1.1
v2.0.1
- #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
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