Skip to content

Commit 804de47

Browse files
authored
Prepare 2.31.1 (#827)
1 parent d283330 commit 804de47

2 files changed

Lines changed: 22 additions & 1 deletion

File tree

CHANGELOG.md

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

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

5+
## 2.31.1
6+
7+
- Lucene logs: Include logs in exception for bucketAggs in [#824](https://github.com/grafana/opensearch-datasource/pull/824)
8+
- Add title to data links in [#780](https://github.com/grafana/opensearch-datasource/pull/780)
9+
- Update gitignore for yarn files in [#810](https://github.com/grafana/opensearch-datasource/pull/810)
10+
- Upgrade yarn to v4.10.3 in [#801](https://github.com/grafana/opensearch-datasource/pull/801)
11+
- Chore: Move docs to docs/sources to enable publishing to website in [#803](https://github.com/grafana/opensearch-datasource/pull/803)
12+
- Update workflows and templates in [#798](https://github.com/grafana/opensearch-datasource/pull/798)
13+
- Update dependabot groups in [#797](https://github.com/grafana/opensearch-datasource/pull/797)
14+
- Bump github.com/grafana/grafana-plugin-sdk-go from 0.280.0 to 0.281.0 in [#825](https://github.com/grafana/opensearch-datasource/pull/825)
15+
- Bump @typescript-eslint/parser from 8.40.0 to 8.44.1 in [#811](https://github.com/grafana/opensearch-datasource/pull/811)
16+
- Bump the npm-patch-dev-dependencies group with 3 updates in [#808](https://github.com/grafana/opensearch-datasource/pull/808)
17+
- Bump @testing-library/jest-dom from 6.6.4 to 6.8.0 in [#799](https://github.com/grafana/opensearch-datasource/pull/799)
18+
- Bump github.com/grafana/grafana-aws-sdk from 1.2.0 to 1.3.0 in [#806](https://github.com/grafana/opensearch-datasource/pull/806)
19+
- Bump github.com/grafana/grafana-plugin-sdk-go from 0.279.0 to 0.280.0 in [#804](https://github.com/grafana/opensearch-datasource/pull/804)
20+
- Bump actions/stale from 9 to 10 in [#785](https://github.com/grafana/opensearch-datasource/pull/785)
21+
- Bump actions/setup-node from 4 to 5 in [#786](https://github.com/grafana/opensearch-datasource/pull/786)
22+
- Bump webpack from 5.100.2 to 5.101.3 in [#796](https://github.com/grafana/opensearch-datasource/pull/796)
23+
- Bump @eslint/js from 9.32.0 to 9.34.0 in [#795](https://github.com/grafana/opensearch-datasource/pull/795)
24+
- Bump jest-environment-jsdom from 30.0.5 to 30.1.2 in [#792](https://github.com/grafana/opensearch-datasource/pull/792)
25+
526
## 2.31.0
627

728
- PPL Language Support part 2 in [#772](https://github.com/grafana/opensearch-datasource/pull/772)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "grafana-opensearch-datasource",
3-
"version": "2.31.0",
3+
"version": "2.31.1",
44
"description": "",
55
"scripts": {
66
"build": "webpack -c ./.config/webpack/webpack.config.ts --env production",

0 commit comments

Comments
 (0)