Skip to content

Commit 572f6c1

Browse files
committed
Merge branch 'release-v0.27.0' into release
2 parents 48395d2 + e665790 commit 572f6c1

File tree

24 files changed

+217
-283
lines changed

24 files changed

+217
-283
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ jobs:
156156
pip install -r requirements.txt
157157
glean_parser translate src/App/metrics.yaml src/App/pings.yaml \
158158
-f javascript -o src/App/generated \
159-
--option platform=qt --option version="0.26"
159+
--option platform=qt --option version="0.27"
160160
- run:
161161
name: Run Qt sample tests
162162
command: |

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# Unreleased changes
22

3-
[Full changelog](https://github.com/mozilla/glean.js/compare/v0.26.0...main)
3+
[Full changelog](https://github.com/mozilla/glean.js/compare/v0.27.0...main)
4+
5+
# v0.27.0 (2021-11-22)
6+
7+
[Full changelog](https://github.com/mozilla/glean.js/compare/v0.26.0...v0.27.0)
8+
9+
* [#981](https://github.com/mozilla/glean.js/pull/981): Update rate limits for ping submission from 15 pings/minute to 40 pings/minute.
10+
* [#967](https://github.com/mozilla/glean.js/pull/967): **BREAKING CHANGE**: Remove `debug` option from Glean configuration option.
11+
* The `Glean.setDebugViewTag`, `Glean.setSourceTags` and `Glean.setLogPings` should be used instead. Note that these APIs can safely be called prior to initialization.
412

513
# v0.26.0 (2021-11-19)
614

benchmarks/package-lock.json

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

benchmarks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"devDependencies": {
1616
"npm-run-all": "^4.1.5",
1717
"@octokit/request": "^5.6.2",
18-
"webpack": "^5.64.0",
18+
"webpack": "^5.64.2",
1919
"webpack-bundle-analyzer": "^4.5.0",
2020
"webpack-cli": "^4.9.1"
2121
}

glean/package-lock.json

Lines changed: 67 additions & 67 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)