#984: BUGFIX: Return correct upload result in case an error happens while building a ping request.
#988: BUGFIX: Enforce rate limitation at upload time, not at ping submission time.
Note: This change required a big refactoring of the internal uploading logic.
#994: Automatically restart ping upload once the rate limit window is ended.
Prior to this change, ping uploading would only be resumed once the .submit() API was called again, even if Glean was not throttled anymore.
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 for updates.
#1015: BUGFIX: Make attempting to call the setUploadEnabled API before initializing Glean a no-op.
#1016: BUGFIX: Make shutdown a no-op in case Glean is not initialized.
#981: Update rate limits for ping submission from 15 pings/minute to 40 pings/minute.
#967: BREAKING CHANGE: Remove debug option from Glean configuration option.
The Glean.setDebugViewTag, Glean.setSourceTags and Glean.setLogPings should be used instead. Note that these APIs can safely be called prior to initialization.
v0.26.0 (2021-11-19)
#965: Attempt to infer the Python virtualenv folder from the environment before falling back to the default .venv.
Users may provide a folder name through the VIRTUAL_ENV environment variable.
#856: Expose the @mozilla/glean/web entry point for using Glean.js in websites.
#856: Implement the PlatformInfo module for the web platform.
Out of os, os_version, architecture and locale, on the web platform, we can only retrive os and locale information. The other information will default to the known value Unknown for all pings coming from this platform.
#856: Expose the @mozilla/glean/web entry point for using Glean.js in websites.
#908: BUGFIX: Guarantee internal uploadEnabled state always has a value.
When uploadEnabled was set to false and then Glean was restarted with it still false, the internal uploadEnabled state was not being set. That should not cause particularly harmful behaviour, since undefined is still a "falsy" value. However, this would create a stream of loud and annoying log messages.
#984: BUGFIX: Return correct upload result in case an error happens while building a ping request.
#988: BUGFIX: Enforce rate limitation at upload time, not at ping submission time.
Note: This change required a big refactoring of the internal uploading logic.
#994: Automatically restart ping upload once the rate limit window is ended.
Prior to this change, ping uploading would only be resumed once the .submit() API was called again, even if Glean was not throttled anymore.
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 for updates.
#1015: BUGFIX: Make attempting to call the setUploadEnabled API before initializing Glean a no-op.
#1016: BUGFIX: Make shutdown a no-op in case Glean is not initialized.
#981: Update rate limits for ping submission from 15 pings/minute to 40 pings/minute.
#967: BREAKING CHANGE: Remove debug option from Glean configuration option.
The Glean.setDebugViewTag, Glean.setSourceTags and Glean.setLogPings should be used instead. Note that these APIs can safely be called prior to initialization.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
No Taskcluster jobs started for this pull request
```js
The `allowPullRequests` configuration for this repository (in `.taskcluster.yml` on the
default branch) does not allow starting tasks for this pull request.
```
Bumps @mozilla/glean from 0.18.1 to 0.29.0.
Release notes
Sourced from
@mozilla/glean
's releases.... (truncated)
Changelog
Sourced from
@mozilla/glean
's changelog.... (truncated)
Commits
31a6594
Merge branch 'release-v0.29.0' into release09e9aff
Bumped version to 0.29.07de9d5c
Fix typo on CHANGELOG.md38c3eed
Merge pull request #1066 from brizental/1748284-round-off-timestampe7c8389
Update CHANGELOG.md53516f9
EXTRA: Fix package-lock.jsond9a005f
BUGFIX: Guarantee timestamps are not floating point numberscdd92aa
Merge pull request #1064 from mozilla/dependabot/npm_and_yarn/glean/eslint-pl...67bb0dd
Merge pull request #1063 from mozilla/dependabot/npm_and_yarn/glean/eslint-pl...c084e92
Bump eslint-plugin-import from 2.25.3 to 2.25.4 in /gleanDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)