Skip to content

Commit 91d7840

Browse files
committed
docs: Deprecation notice for the Elasticsearch driver
1 parent 6332ac6 commit 91d7840

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

DEPRECATION.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ features:
6767
| Deprecated | [`CUBEJS_SCHEDULED_REFRESH_CONCURRENCY`](#cubejs_scheduled_refresh_concurrency) | v1.2.7 | |
6868
| Deprecated | [Node.js 20](#nodejs-20) | v1.3.0 | |
6969
| Deprecated | [`renewQuery` parameter of the `/v1/load` endpoint](#renewquery-parameter-of-the-v1load-endpoint) | v1.3.73 | |
70+
| Deprecated | [Elasticsearch driver](#elasticsearch-driver) | v1.6.0 | |
7071

7172
### Node.js 8
7273

@@ -416,5 +417,13 @@ no more new features, only security updates. Please upgrade to Node.js 22 or hig
416417
417418
### `renewQuery` parameter of the `/v1/load` endpoint
418419
420+
**Deprecated in Release: v1.3.73**
421+
419422
This parameter is deprecated and will be removed in future releases. See [cache control](https://cube.dev/docs/product/apis-integrations/rest-api#cache-control)
420-
options and use the new `cache` parameter of the `/v1/load` endpoint instead.
423+
options and use the new `cache` parameter of the `/v1/load` endpoint instead.
424+
425+
### Elasticsearch driver
426+
427+
**Deprecated in Release: v1.6.0**
428+
429+
The Elasticsearch driver is deprecated and will be removed in a future release.

docs/pages/product/configuration/data-sources/elasticsearch.mdx

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,11 @@
22

33
<CommunitySupportedDriver dataSource="Elasticsearch" />
44

5-
<SuccessBox>
5+
<WarningBox>
66

7-
Elastic integration, supported by Cube, is also available in Cube Cloud on the
8-
[Enterprise Premier](https://cube.dev/pricing) product tier.
9-
[Contact us](https://cube.dev/contact) for details.
7+
Elasticsearch driver is deprecated and will be removed in a future release.
108

11-
</SuccessBox>
9+
</WarningBox>
1210

1311
## Prerequisites
1412

0 commit comments

Comments
 (0)