You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+22-5Lines changed: 22 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -2,23 +2,40 @@
2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
+
## v1.3.2
6
+
7
+
#### Features / Enhancements
8
+
9
+
- Use ConnectionConfig from grafana-aws-sdk [#73](https://github.com/grafana/x-ray-datasource/pull/73)
10
+
- Bump prismjs from 1.21.0 to 1.23.0 [#70](https://github.com/grafana/x-ray-datasource/pull/70)
11
+
5
12
## v1.3.1
13
+
6
14
#### Bug fixes
7
-
* Remove usage of non backward compatible API preventing using the 1.3.0 version in Grafana before 7.4.0. [#67](https://github.com/grafana/x-ray-datasource/pull/67)
15
+
16
+
- Remove usage of non backward compatible API preventing using the 1.3.0 version in Grafana before 7.4.0. [#67](https://github.com/grafana/x-ray-datasource/pull/67)
17
+
8
18
#### Other
9
-
* Locks Grafana dependencies on latest stable release preventing compilation fails in CI. [#68](https://github.com/grafana/x-ray-datasource/pull/68)
19
+
20
+
- Locks Grafana dependencies on latest stable release preventing compilation fails in CI. [#68](https://github.com/grafana/x-ray-datasource/pull/68)
10
21
11
22
## v1.3.0
23
+
12
24
#### Features / Enhancements
13
-
* Add Service Map query type that allows visualizing service map data in similar way to X-Ray console. [#60](https://github.com/grafana/x-ray-datasource/pull/60)
25
+
26
+
- Add Service Map query type that allows visualizing service map data in similar way to X-Ray console. [#60](https://github.com/grafana/x-ray-datasource/pull/60)
14
27
15
28
## v1.2.0
29
+
16
30
#### Features / Enhancements
17
-
* Updates the authentication settings in the plugin config page to include SDK default authentication mechanism and use our Grafana specific auth SDK for AWS. [#59](https://github.com/grafana/x-ray-datasource/pull/59)
31
+
32
+
- Updates the authentication settings in the plugin config page to include SDK default authentication mechanism and use our Grafana specific auth SDK for AWS. [#59](https://github.com/grafana/x-ray-datasource/pull/59)
18
33
19
34
## v1.1.0
35
+
20
36
#### Features / Enhancements
21
-
* Add regions selector to the query editor. [#57](https://github.com/grafana/x-ray-datasource/pull/57)
37
+
38
+
- Add regions selector to the query editor. [#57](https://github.com/grafana/x-ray-datasource/pull/57)
0 commit comments