Skip to content

Commit 645da93

Browse files
committed
Move the changelog entry to the unreleased section
Remove extra line
1 parent 981bdac commit 645da93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22

33
[Full changelog](https://github.com/mozilla/glean.js/compare/v0.28.0...main)
44

5+
* [#1006](https://github.com/mozilla/glean.js/pull/1006): Implement the rate metric.
6+
57
# v0.28.0 (2021-12-08)
68

79
[Full changelog](https://github.com/mozilla/glean.js/compare/v0.27.0...v0.28.0)
810

911
* [#984](https://github.com/mozilla/glean.js/pull/984): BUGFIX: Return correct upload result in case an error happens while building a ping request.
1012
* [#988](https://github.com/mozilla/glean.js/pull/988): BUGFIX: Enforce rate limitation at upload time, not at ping submission time.
11-
1213
* Note: This change required a big refactoring of the internal uploading logic.
1314
* [#994](https://github.com/mozilla/glean.js/pull/994): Automatically restart ping upload once the rate limit window is ended.
14-
* [#1006](https://github.com/mozilla/glean.js/pull/1006): Implement the rate metric.
1515
* Prior to this change, ping uploading would only be resumed once the `.submit()` API was called again, even if Glean was not throttled anymore.
1616
* **Note**: this change does not apply to QML. We used the `setTimeout`/`clearTimeout` APIs in this feature and those are not available on the QML platform. Follow [Bug 1743140](https://bugzilla.mozilla.org/show_bug.cgi?id=1743140) for updates.
1717
* [#1015](https://github.com/mozilla/glean.js/pull/1015): BUGFIX: Make attempting to call the `setUploadEnabled` API before initializing Glean a no-op.

0 commit comments

Comments
 (0)