Skip to content

Commit 8ab83d0

Browse files
committed
Update CHANGELOG.md
1 parent 6e60f2e commit 8ab83d0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
[Full changelog](https://github.com/mozilla/glean.js/compare/v0.29.0...main)
44

55
* [#1045](https://github.com/mozilla/glean.js/pull/1045): BUGFIX: Provide informative error message when unable to access database in QML.
6+
* [#1065](https://github.com/mozilla/glean.js/pull/1065): Delete minimal amount of data when invalid data is found while collecting ping.
7+
- Previous behaviour was to delete the whole ping when invalid data was found on the database,
8+
new behaviour only deletes the actually invalid data and leave the rest of the ping intact.
9+
* [#1065](https://github.com/mozilla/glean.js/pull/1065): Only import metric types into the library when they are used either by the user or Glean itself.
10+
- Previously the code required to deserialize metric data from the database was always imported by the library even if the metric type was never used by the client. This effort will decrete the size of the Glean.js bundles that don't import all the metric types.
11+
612

713
# v0.29.0 (2022-01-04)
814

0 commit comments

Comments
 (0)