You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[#755](https://github.com/mozilla/glean.js/pull/755): Only allow calling of `test*` functions in "test mode".
10
+
* Glean is put in "test mode" once the `Glean.testResetGlean` API called.
11
+
*[#811](https://github.com/mozilla/glean.js/pull/811): Apply various fixes to the Qt entry point file.
12
+
* Expose `ErrorType`. This is only useful for testing purposes;
13
+
* Fix version of `QtQuick.LocalStorage` plugin;
14
+
* Fix the way to access the lib from inside the `shutdown` method. Previous to this fix, it is not possible to use the `shutdown` method;
15
+
* Expose the `Glean.testRestGlean` API.
16
+
*[#822](https://github.com/mozilla/glean.js/pull/822): Fix API reference docs build step.
17
+
*[#825](https://github.com/mozilla/glean.js/pull/825): Accept `architecture` and `osVersion` as initialization parameters in Qt. In Qt these values are not easily available from the environment.
*[#796](https://github.com/mozilla/glean.js/pull/796): Support setting the `app_channel` metric.
10
24
- As described in ["Release channels"](https://mozilla.github.io/glean/book/reference/general/initializing.html?highlight=channel#release-channels).
25
+
*[#799](https://github.com/mozilla/glean.js/pull/799): Make sure Glean does not do anything else in case initialization errors.
26
+
- This may happen in case there is an error creating the databases. Mostly an issue on Qt/QML where we use a SQLite database which can throw errors on initialization.
27
+
*[#799](https://github.com/mozilla/glean.js/pull/799): Provide stack traces when logging errors.
11
28
12
29
# v0.21.1 (2021-09-30)
13
30
@@ -22,6 +39,9 @@
22
39
*[#754](https://github.com/mozilla/glean.js/pull/754): Change target ECMAScript target from 2015 to 2016 when building for Qt.
23
40
*[#779](https://github.com/mozilla/glean.js/pull/779): Add a number of workarounds for the Qt Javascript engine.
24
41
42
+
*[#775](https://github.com/mozilla/glean.js/pull/775): Disallow calling test only methods outside of test mode.
43
+
* NOTE: Test mode is set once the API `Glean.testResetGlean` is called.
0 commit comments