Releases: mozilla/glean.js
Releases · mozilla/glean.js
v0.18.1 (2021-07-22)
- #552: BUGFIX: Do not clear
deletion-request
ping from upload queue when disabling upload.
v0.18.0 (2021-07-20)
- #542: Implement
shutdown
API.
v0.17.0 (2021-07-16)
- #529: Implement the URL metric type.
v0.16.0 (2021-07-06)
- #346: Provide default HTTP client for Qt/QML platform.
- #399: Check if there are ping data before attempting to delete it.
- This change lowers the amount of log messages related to attempting to delete inexistent data.
- #411: Tag all messages logged by Glean with the component they are coming from.
- #415, #430: Gzip ping paylod before upload
- BREAKING CHANGE This changes the signature of
Uploader.post
to acceptstring | Uint8Array
for thebody
parameter, instead of onlystring
.
- BREAKING CHANGE This changes the signature of
- #431: BUGFIX: Record the timestamp for events before dispatching to the internal task queue.
- #462: Implement persistent storage for Qt/QML platform.
- #466: Expose
ErrorType
enum, for using with thetestGetNumRecordedErrors
API. - #497: Implement limit of 1MB for ping request payload. Limit is calculated after gzip compression.
v0.15.0 (2021-06-03)
v0.14.1 (2021-05-21)
v0.14.0 (2021-05-19)
- #313: Send Glean.js version and platform information on X-Telemetry-Agent header instead of User-Agent header.