Skip to content

Commit

Permalink
Backend migration: Send all queries to backend if openSearchBackendFl…
Browse files Browse the repository at this point in the history
…ow toggle is enabled (#409)

* Send all queries to backend if feature toggle is enabled
* Prepare 2.16.1
  • Loading branch information
idastambuk authored Jun 17, 2024
1 parent 2e683bb commit cf15555
Show file tree
Hide file tree
Showing 4 changed files with 103 additions and 482 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

## 2.16.1

- Send all queries to backend if feature toggle is enabled in [#409](https://github.com/grafana/opensearch-datasource/pull/409)

## 2.16.0

- Bugfix: Pass docvalue_fields for elasticsearch in the backend flow in [#404](https://github.com/grafana/opensearch-datasource/pull/404)
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.16.0",
"version": "2.16.1",
"description": "",
"scripts": {
"build": "webpack -c ./.config/webpack/webpack.config.ts --env production",
Expand Down
Loading

0 comments on commit cf15555

Please sign in to comment.