Skip to content

Commit 6dee1e9

Browse files
committed
Prepare for release
1 parent 9f9fd2f commit 6dee1e9

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## 1.1.0 (2021-04-15)
4+
5+
[Full changelog](https://github.com/marcusolsson/grafana-json-datasource/compare/v1.0.1...v1.1.0)
6+
7+
This release introduces an Experimental tab to the query editor. This will be used to let users try out features while they're being developed. Each feature has a link the the GitHub issue where you can share you feedback, before the feature is considered stable.
8+
9+
### Enhancements
10+
11+
- Extend variables support to options
12+
- Don't detect time fields from Unix epoch ([#82](https://github.com/marcusolsson/grafana-json-datasource/issues/82))
13+
- Add params to cache key ([#85](https://github.com/marcusolsson/grafana-json-datasource/issues/85))
14+
- Add Experimental section to query editor to test features under development
15+
- Experimental: Group query results by field ([#36](https://github.com/marcusolsson/grafana-json-datasource/issues/36))
16+
- Experimental: Set display name for metric fields ([#36](https://github.com/marcusolsson/grafana-json-datasource/issues/36))
17+
- Experimental: Set optional label for variables ([#79](https://github.com/marcusolsson/grafana-json-datasource/issues/79))
18+
19+
### Bug fixes
20+
21+
- Ignore hidden queries ([#83](https://github.com/marcusolsson/grafana-json-datasource/issues/83))
22+
- New queries don't use default values
23+
324
## 1.0.1 (2021-03-05)
425

526
[Full changelog](https://github.com/marcusolsson/grafana-json-datasource/compare/v1.0.0...v1.0.1)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "marcusolsson-json-datasource",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"description": "A data source plugin for loading JSON APIs into Grafana",
55
"keywords": [
66
"grafana",

0 commit comments

Comments
 (0)