Skip to content

Commit 532ded5

Browse files
committed
Added a note about the new client
1 parent c53c798 commit 532ded5

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44

55
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](http://standardjs.com/) [![Build Status](https://clients-ci.elastic.co/job/elastic+elasticsearch-js+master/badge/icon)](https://clients-ci.elastic.co/job/elastic+elasticsearch-js+master/) [![codecov](https://codecov.io/gh/elastic/elasticsearch-js/branch/master/graph/badge.svg)](https://codecov.io/gh/elastic/elasticsearch-js) [![NPM downloads](https://img.shields.io/npm/dm/@elastic/elasticsearch.svg?style=flat)](https://www.npmjs.com/package/@elastic/elasticsearch)
66

7+
---
8+
9+
**Note:** In the past months we have worked on the new Elasticsearch Node.js client, we will announce it soon!
10+
If you want you can already try it by following the instructions below, while if you're going to use the legacy one or report an issue, please check out [elastic/elasticsearch-js-legacy](https://github.com/elastic/elasticsearch-js-legacy).
11+
12+
---
13+
714
The official Node.js client for Elasticsearch.
815

916
## Features
@@ -20,6 +27,13 @@ npm install @elastic/elasticsearch
2027
```
2128

2229
### Compatibility
30+
31+
---
32+
33+
**Warning:** currently on npm you will only find a beta release that works with Elasticsearch 7, we will add the support for Elasticsearch 5, 6, and 7 once we release the final version of this library.
34+
35+
---
36+
2337
The library is compatible with all Elasticsearch versions since 5.x, but you should use the same major version of the Elasticsearch instance that you are using.
2438
```
2539
# Elasticsearch 7.x

0 commit comments

Comments
 (0)