v0.23.0 (2021-10-12)
- #755: Only allow calling of
test*functions in "test mode".- Glean is put in "test mode" once the
Glean.testResetGleanAPI called.
- Glean is put in "test mode" once the
- #799: Make sure Glean does not do anything else in case initialization errors.
- 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.
- #799: Provide stack traces when logging errors.
- #811: Apply various fixes to the Qt entry point file.
- Expose
ErrorType. This is only useful for testing purposes; - Fix version of
QtQuick.LocalStorageplugin; - Fix the way to access the lib from inside the
shutdownmethod. Previous to this fix, it is not possible to use theshutdownmethod; - Expose the
Glean.testRestGleanAPI.
- Expose
- #822: Fix API reference docs build step.
- #825: Accept
architectureandosVersionas initialization parameters in Qt. In Qt these values are not easily available from the environment.
glean_parser: v4.1.1