Skip to content

Commit

Permalink
Prepare release 2.22.4 (#559)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinwcyu authored Jan 29, 2025
1 parent e4edf66 commit f9fafdc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

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

## 2.22.4

- Fix: cast trim edges setting from a string to int in [#558](https://github.com/grafana/opensearch-datasource/pull/558)
- Fix: adhoc filters with number fields in [#554](https://github.com/grafana/opensearch-datasource/pull/554)
- Terms aggregation: Change min doc count to 1 in [#556](https://github.com/grafana/opensearch-datasource/pull/556)
- Fix: interval parsing in [#553](https://github.com/grafana/opensearch-datasource/pull/553)
- Bump the all-go-dependencies group with 2 updates in [#548](https://github.com/grafana/opensearch-datasource/pull/548)
- Fix: prevent hidden queries from being used as supplementary queries in [#551](https://github.com/grafana/opensearch-datasource/pull/551)
- Update provisioning to work with docker in [#546](https://github.com/grafana/opensearch-datasource/pull/546)

## 2.22.3

- Bump github.com/grafana/grafana-plugin-sdk-go from 0.261.0 to 0.262.0 in the all-go-dependencies group in [#542](https://github.com/grafana/opensearch-datasource/pull/542)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "grafana-opensearch-datasource",
"version": "2.22.3",
"version": "2.22.4",
"description": "",
"scripts": {
"build": "webpack -c ./.config/webpack/webpack.config.ts --env production",
Expand Down

0 comments on commit f9fafdc

Please sign in to comment.