Skip to content

Commit 325f597

Browse files
committed
Update CHANGELOG.md
1 parent 86162e5 commit 325f597

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
* [#411](https://github.com/mozilla/glean.js/pull/411): Tag all messages logged by Glean with the component they are coming from.
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+
* [#415](https://github.com/mozilla/glean.js/pull/415): Gzip ping paylod before upload
9+
* This changes the signature of `Uploader.post` to accept `string | Uint8Array` for the `body` parameter, instead of only `string`.
10+
* The gizpping functionality is disabled in Qt/QML environments. Follow [Bug 1716322](https://bugzilla.mozilla.org/show_bug.cgi?id=1716322) for updates on the status of this feature on that platform.
811

912
# v0.15.0 (2021-06-03)
1013

0 commit comments

Comments
 (0)