Skip to content

Releases: mozilla/glean.js

v0.13.0 (2021-05-18)

18 May 09:43

Choose a tag to compare

Full changelog

  • #313: Implement error recording mechanism and error checking testing API.
  • #319: BUGFIX: Do not allow recording floats with the quantity and counter metric types.

v0.12.0 (2021-05-11)

11 May 15:45

Choose a tag to compare

Full changelog

  • #279: BUGFIX: Ensure only empty pings triggers logging of "empty ping" messages.
  • #288: Support collecting PlatformInfo from Qt applications. Only OS name and locale are supported.
  • #281: Add the QuantityMetricType.
  • #303: Implement setRawNanos API for the TimespanMetricType.

v0.11.0 (2021-05-03)

03 May 15:23

Choose a tag to compare

Full changelog

  • #260: Set minimum node (>= 12.0.0) and npm (>= 7.0.0) versions.
  • #202: Add a testing API for the ping type.
  • #253: Implement the timespan metric type.
  • #261: Show a spinner while setting up python virtual environment

v0.10.2 (2021-04-26)

26 Apr 16:42

Choose a tag to compare

Full changelog

  • #256: BUGFIX: Add the missing js extension to the dispatcher.

v0.10.1 (2021-04-26)

26 Apr 15:50

Choose a tag to compare

Full changelog

  • #254: BUGFIX: Allow the usage of the Glean specific metrics API before Glean is initialized.

v0.10.0 (2021-04-20)

20 Apr 13:22

Choose a tag to compare

Full changelog

  • #228: Provide a Qt build with every new release.
  • #227: BUGFIX: Fix a bug that prevented using labeled_string and labeled_boolean.
  • #226: BUGFIX: Fix Qt build configuration to target ES5.

v0.9.2 (2021-04-19)

19 Apr 16:06

Choose a tag to compare

Full changelog

  • #220: Update glean_parser to version 3.1.1.

v0.9.1 (2021-04-19)

19 Apr 13:51

Choose a tag to compare

Full changelog

  • #219: BUGFIX: Fix path to ping entry point in package.json.

v0.9.0 (2021-04-19)

19 Apr 09:15

Choose a tag to compare

Full changelog

  • #201: BUGFIX: Do not let the platform be changed after Glean is initialized.
  • #215: Update the glean-parser to version 3.1.0.
  • #214: Improve error reporting of the Glean command.

v0.8.1 (2021-04-14)

14 Apr 09:07

Choose a tag to compare

Full changelog

  • #206: BUGFIX: Fix ping submission URL path.
    • Application ID was being reported as undefined.