File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 22
33[ Full changelog] ( https://github.com/mozilla/glean.js/compare/v0.15.0...main )
44
5- * [ #411 ] ( https://github.com/mozilla/glean.js/pull/411 ) : Tag all messages logged by Glean with the component they are coming from .
5+ * [ #346 ] ( https://github.com/mozilla/glean.js/pull/346 ) : Provide default HTTP client for Qt/QML platform .
66* [ #399 ] ( https://github.com/mozilla/glean.js/pull/399 ) : Check if there are ping data before attempting to delete it.
77 * This change lowers the amount of log messages related to attempting to delete inexistent data.
8+ * [ #411 ] ( https://github.com/mozilla/glean.js/pull/411 ) : Tag all messages logged by Glean with the component they are coming from.
89* [ #415 ] ( https://github.com/mozilla/glean.js/pull/415 ) , [ #430 ] ( https://github.com/mozilla/glean.js/pull/430 ) : Gzip ping paylod before upload
910 * This changes the signature of ` Uploader.post ` to accept ` string | Uint8Array ` for the ` body ` parameter, instead of only ` string ` .
1011* [ #431 ] ( https://github.com/mozilla/glean.js/pull/431 ) : BUGFIX: Record the timestamp for events before dispatching to the internal task queue.
11- * [ #462 ] ( https://github.com/mozilla/glean.js/pull/462 ) : Implement Storage module for Qt/QML platform.
12+ * [ #462 ] ( https://github.com/mozilla/glean.js/pull/462 ) : Implement persistent storage for Qt/QML platform.
1213* [ #466 ] ( https://github.com/mozilla/glean.js/pull/466 ) : Expose ` ErrorType ` enum, for using with the ` testGetNumRecordedErrors ` API.
1314* [ #497 ] ( https://github.com/mozilla/glean.js/pull/497 ) : Implement limit of 1MB for ping request payload. Limit is calculated after gzip compression.
1415
You can’t perform that action at this time.
0 commit comments