Skip to content
This repository was archived by the owner on Jan 17, 2023. It is now read-only.

Commit 3e09e84

Browse files
committed
Update version to 2.5.0, with changelog
1 parent b07ccea commit 3e09e84

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,19 @@
5757
* (v2.4) check before trying to call window.sendToChild,
5858
which is safely missing on most pages. Fixes [#1910](https://github.com/mozilla-services/pageshot/issues/1910) [5333ae7](https://github.com/mozilla-services/pageshot/commit/5333ae7)
5959

60+
### Version 2.5
61+
62+
A version released to improve some operational issues.
63+
64+
* make server abort with exit code 1 if database
65+
initialization isn't successful. Fixes [#1933](https://github.com/mozilla-services/pageshot/issues/1933) [8238ddd](https://github.com/mozilla-services/pageshot/commit/8238ddd)
66+
* Make the /metrics page disableable with $DISABLE_METRICS [a18437a](https://github.com/mozilla-services/pageshot/commit/a18437a)
67+
* Don't recreate the metrics if they are fresh enough Make the
68+
polling interval on refreshing metrics slightly randomized, so multiple
69+
workers don't pile on [8d61f00](https://github.com/mozilla-services/pageshot/commit/8d61f00)
70+
* send Raven report when metrics updating fails
71+
Allow REFRESH_METRICS_TIME to be 0, disabling the refresh. Fixes [#1946](https://github.com/mozilla-services/pageshot/issues/1946) [e4da720](https://github.com/mozilla-services/pageshot/commit/e4da720)
72+
6073
## Version 1
6174

6275
### Visible changes to the product

addon/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"homepage": "https://github.com/mozilla-services/pageshot",
99
"icon": "data/icon.png",
1010
"license": "MPL 2.0",
11-
"version": "2.4.0",
11+
"version": "2.5.0",
1212
"main": "./lib/main",
1313
"preferences": [
1414
{

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "pageshot",
33
"description": "An experiment in creating better shareable versions of content.",
4-
"version": "2.4.0",
4+
"version": "2.5.0",
55
"author": "Mozilla (https://mozilla.org/)",
66
"bugs": {
77
"url": "https://github.com/mozilla-services/pageshot/issues"

0 commit comments

Comments
 (0)