Skip to content

Commit cd0c8d9

Browse files
authored
Prepare 2.4.0 (#629)
1 parent b7c5205 commit cd0c8d9

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,30 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## 2.4.0
6+
7+
- Enabled Builder(SQL) and Code (SQL) for sitewise. in [#625](https://github.com/grafana/iot-sitewise-datasource/pull/625)
8+
- Publish to every environment on Cloud and Add On-Prem promotion in [#626](https://github.com/grafana/iot-sitewise-datasource/pull/626)
9+
- Feature: SQL Query Builder with clause components to generate rawSQL in [#541](https://github.com/grafana/iot-sitewise-datasource/pull/541)
10+
- Update gitignore for yarn files in [#607](https://github.com/grafana/iot-sitewise-datasource/pull/607)
11+
- Upgrade yarn to v4.10.3 in [#599](https://github.com/grafana/iot-sitewise-datasource/pull/599)
12+
- Chore: Move docs to docs/sources to enable publishing to website in [#601](https://github.com/grafana/iot-sitewise-datasource/pull/601)
13+
- CD: Publish Github release directly, skipping draft step in [#598](https://github.com/grafana/iot-sitewise-datasource/pull/598)
14+
- Update workflows and templates in [#587](https://github.com/grafana/iot-sitewise-datasource/pull/587)
15+
- Support selecting multiple asset properties with wildcard. in [#561](https://github.com/grafana/iot-sitewise-datasource/pull/561)
16+
17+
- chore(deps): bump the aws-sdk-go-v2 group with 3 updates in [#593](https://github.com/grafana/iot-sitewise-datasource/pull/593)
18+
- chore(deps): bump actions/setup-node from 4 to 6 in [#609](https://github.com/grafana/iot-sitewise-datasource/pull/609)
19+
- chore(deps): bump actions/stale from 9 to 10 in [#583](https://github.com/grafana/iot-sitewise-datasource/pull/583)
20+
- chore(deps-dev): bump @testing-library/jest-dom and @types/testing-library__jest-dom in [#569](https://github.com/grafana/iot-sitewise-datasource/pull/569)
21+
- chore(deps-dev): bump the npm-patch-dev-dependencies group with 9 updates in [#595](https://github.com/grafana/iot-sitewise-datasource/pull/595)
22+
- chore(deps): bump github.com/grafana/grafana-plugin-sdk-go from 0.278.0 to 0.279.0 in [#594](https://github.com/grafana/iot-sitewise-datasource/pull/594)
23+
- Update dependabot groups in [#586](https://github.com/grafana/iot-sitewise-datasource/pull/586)
24+
- chore(deps-dev): bump eslint from 9.32.0 to 9.35.0 in [#589](https://github.com/grafana/iot-sitewise-datasource/pull/589)
25+
- Dependencies: bump jest-env-jsdom, github.com/aws/aws-sdk-go-v2/config, github.com/aws/aws-sdk-go-v2 in [#566](https://github.com/grafana/iot-sitewise-datasource/pull/566)
26+
- chore(deps): bump github.com/aws/aws-sdk-go-v2/service/iotsitewise from 1.47.4 to 1.49.0 in [#562](https://github.com/grafana/iot-sitewise-datasource/pull/562)
27+
- chore(deps): bump the grafana-dependencies group and update create-plugin in [#544](https://github.com/grafana/iot-sitewise-datasource/pull/544)
28+
529
## 2.3.2
630

731
- QueryData: Set default region if empty in [#556](https://github.com/grafana/iot-sitewise-datasource/pull/556)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "grafana-iot-sitewise-datasource",
3-
"version": "2.3.2",
3+
"version": "2.4.0",
44
"description": "View IoT Sitewise data in grafana",
55
"scripts": {
66
"build": "webpack -c ./.config/webpack/webpack.config.ts --env production",

0 commit comments

Comments
 (0)