Skip to content
This repository has been archived by the owner on Mar 31, 2021. It is now read-only.

Commit

Permalink
Support v7.6.1 compatibility (#42)
Browse files Browse the repository at this point in the history
* Support v7.6.1 compatibility
  • Loading branch information
chloe-zh authored Mar 16, 2020
1 parent 415ace3 commit 159bb20
Show file tree
Hide file tree
Showing 3 changed files with 102 additions and 133 deletions.
23 changes: 23 additions & 0 deletions opendistro-elasticsearch-sql-kibana.release-notes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
## 2020-03-16 Version 1.6.0.0 (Current)

### Features

#### Kibana Compatibility

- Feature [#33](https://github.com/opendistro-for-elasticsearch/sql-kibana-plugin/issues/33): Kibana 7.6.1 Compatibility

### Enhancements

#### Response

- Enhancement [41](https://github.com/opendistro-for-elasticsearch/sql-kibana-plugin/pull/41): Migrated the default request format from Json to JDBC

#### UI Appearance

- Enhancement [38](https://github.com/opendistro-for-elasticsearch/sql-kibana-plugin/pull/38): Adjust the appearance of SQL Workbench UI

### Bugfixes

- Bugfix [#37](https://github.com/opendistro-for-elasticsearch/sql-kibana-plugin/pull/37): Support the result table to display results of DESCRIBE/SHOW/DELETE queries


## 2020-01-21 Version 1.4.0.0

### New Features
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "sql-kibana",
"version": "1.4.0.0",
"version": "1.6.0.0",
"description": "SQL Workbench",
"main": "index.js",
"license": "Apache-2.0",
"homepage": "https://github.com/opendistro-for-elasticsearch/sql-kibana-plugin",
"kibana": {
"version": "7.4.2",
"version": "7.6.1",
"templateVersion": "6.3.3"
},
"repository": {
Expand Down Expand Up @@ -81,8 +81,8 @@
"typescript": "3.0.3"
},
"engines": {
"node": "10.15.2",
"yarn": "^1.10.1"
"node": "10.19.0",
"yarn": "^1.21.1"
},
"resolutions": {
"**/@types/node": "10.12.27",
Expand Down
Loading

0 comments on commit 159bb20

Please sign in to comment.