Skip to content

Commit daf7295

Browse files
authored
Release v1.0.9 (#96)
1 parent fadf5c9 commit daf7295

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
1-
## 1.0.8 (2019-01-20)
1+
## 1.0.9 (2020-01-30)
2+
3+
- Remote rendering: Improve error handling, logging and metrics [#92](https://github.com/grafana/grafana-image-renderer/pull/92), [marefr](https://github.com/marefr)
4+
- Service: Don't swallow exceptions and fix logging of parameters
5+
- Metrics: Use status 499 when client close the connection
6+
- Docker: Set NODE_ENV=production
7+
- Changed request logging to use debug level if status < 400 and error if >= 400
8+
- Plugin: Adds icon [#95](https://github.com/grafana/grafana-image-renderer/pull/95), [marefr](https://github.com/marefr)
9+
10+
## 1.0.8 (2020-01-20)
211

312
- Build: Upgrade Node.js requirement to LTS (v12) [#57](https://github.com/grafana/grafana-image-renderer/pull/57), [marefr](https://github.com/marefr)
413
- Docker: Add unifont font to support rendering other language, like Chinese/Japanese [#75](https://github.com/grafana/grafana-image-renderer/pull/75), [okhowang](https://github.com/okhowang)

plugin.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
{"name": "Project site", "url": "https://github.com/grafana/grafana-image-renderer"},
1919
{"name": "Apache License", "url": "https://github.com/grafana/grafana-image-renderer/blob/master/LICENSE"}
2020
],
21-
"version": "1.0.8",
22-
"updated": "2019-01-20",
21+
"version": "1.0.9",
22+
"updated": "2020-01-30",
2323
"dependencies": {
2424
"grafanaVersion": "5.2"
2525
}

0 commit comments

Comments
 (0)