Skip to content

Commit ddb5eb4

Browse files
authored
Release 2.17.3 (#408)
1 parent 516131a commit ddb5eb4

File tree

3 files changed

+36
-2
lines changed

3 files changed

+36
-2
lines changed

CHANGELOG.md

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

3+
## 2.17.3
4+
5+
- Update Athena to Amazon Athena
6+
- fix: don't check slice nilness before length check in [#385](https://github.com/grafana/athena-datasource/pull/385)
7+
chore: add manual "combine PRs" action in [#386](https://github.com/grafana/athena-datasource/pull/3586)
8+
- Dependabot updates (some merged via combined PRs):
9+
- [#352](https://github.com/grafana/athena-datasource/pull/352): Bump github.com/aws/aws-sdk-go from 1.51.31 to 1.55.5
10+
- [#362](https://github.com/grafana/athena-datasource/pull/362): Bump typescript from 5.4.5 to 5.5.4
11+
- [#363](https://github.com/grafana/athena-datasource/pull/363): Bump eslint-plugin-prettier from 5.1.3 to 5.2.1
12+
- [#364](https://github.com/grafana/athena-datasource/pull/364): Bump sass-loader from 14.2.1 to 16.0.1
13+
- [#368](https://github.com/grafana/athena-datasource/pull/368): Bump micromatch from 4.0.7 to 4.0.8
14+
- [#370](https://github.com/grafana/athena-datasource/pull/370): Bump the dependencies group across 1 directory with 8 updates
15+
- [#372](https://github.com/grafana/athena-datasource/pull/372): Bump github.com/grafana/grafana-plugin-sdk-go from 0.228.0 to 0.245.0
16+
- [#373](https://github.com/grafana/athena-datasource/pull/373): Bump webpack from 5.92.1 to 5.94.0
17+
- [#376](https://github.com/grafana/athena-datasource/pull/376): Bump @testing-library/react from 16.0.0 to 16.0.1
18+
- [#379](https://github.com/grafana/athena-datasource/pull/379): Bump @types/node from 22.5.0 to 22.5.3
19+
- [#380](https://github.com/grafana/athena-datasource/pull/380): Bump github.com/grafana/grafana-plugin-sdk-go from 0.245.0 to 0.246.0
20+
- [#382](https://github.com/grafana/athena-datasource/pull/382): Bump cypress from 9.5.1 to 12.17.4
21+
- [#388](https://github.com/grafana/athena-datasource/pull/388): Bump github.com/grafana/grafana-plugin-sdk-go from 0.246.0 to 0.247.0
22+
- [#393](https://github.com/grafana/athena-datasource/pull/393): Bump @emotion/css from 11.10.6 to 11.13.0
23+
- [#395](https://github.com/grafana/athena-datasource/pull/395): Bump typescript from 5.5.4 to 5.6.2
24+
- [#397](https://github.com/grafana/athena-datasource/pull/397): Bump github.com/grafana/grafana-plugin-sdk-go from 0.247.0 to 0.248.0
25+
- [#398](https://github.com/grafana/athena-datasource/pull/398): Bump path-to-regexp from 1.8.0 to 1.9.0
26+
- [#400](https://github.com/grafana/athena-datasource/pull/400): Bump the dependencies group across 1 directory with 4 updates
27+
- [#383](https://github.com/grafana/athena-datasource/pull/383): Bump eslint-plugin-jsx-a11y from 6.9.0 to 6.10.0
28+
- [#381](https://github.com/grafana/athena-datasource/pull/381): Bump sass from 1.77.8 to 1.78.0
29+
- [#374](https://github.com/grafana/athena-datasource/pull/374): Bump github.com/grafana/sqlds/v4 from 4.1.0 to 4.1.1
30+
- [#366](https://github.com/grafana/athena-datasource/pull/366): Bump prettier from 3.3.2 to 3.3.3
31+
- [#350](https://github.com/grafana/athena-datasource/pull/350): Bump actions/setup-node from 3 to 4
32+
- [#349](https://github.com/grafana/athena-datasource/pull/349): Bump tibdex/github-app-token from 1.8.0 to 2.1.0
33+
- [#392](https://github.com/grafana/athena-datasource/pull/392): Bump @swc/helpers from 0.5.11 to 0.5.13
34+
335
## 2.17.2
436

537
- Bump dependencies in [#347](https://github.com/grafana/athena-datasource/pull/347), [#365](https://github.com/grafana/athena-datasource/pull/365), [#360](https://github.com/grafana/athena-datasource/pull/360), [#361](https://github.com/grafana/athena-datasource/pull/361), [#359](https://github.com/grafana/athena-datasource/pull/359), [#358](https://github.com/grafana/athena-datasource/pull/358), [#357](https://github.com/grafana/athena-datasource/pull/357), [#355](https://github.com/grafana/athena-datasource/pull/355), [#348](https://github.com/grafana/athena-datasource/pull/348), [#351](https://github.com/grafana/athena-datasource/pull/351), [#365](https://github.com/grafana/athena-datasource/pull/365)

cspell.config.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@
7575
"httptrace",
7676
"otelhttptrace",
7777
"Formstyling",
78-
"otelgrpc"
78+
"otelgrpc",
79+
"tibdex",
80+
"nilness"
7981
]
8082
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "grafana-athena-datasource",
3-
"version": "2.17.2",
3+
"version": "2.17.3",
44
"description": "Use Amazon Athena with Grafana",
55
"scripts": {
66
"build": "webpack -c ./.config/webpack/webpack.config.ts --env production",

0 commit comments

Comments
 (0)