8.5.1 • Published 28 days ago

@elastic/transport v8.5.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
28 days ago

Elastic Node.js Transport

js-standard-style Node CI codecov NPM downloads

This is a HTTP transport Node.js library for communicate with Elastic products, like Elasticsearch.

Install

npm install @elastic/transport

Node.js support

NOTE: The minimum supported version of Node.js is v18.

The client versioning follows the Elastic Stack versioning, this means that major, minor, and patch releases are done following a precise schedule that often does not coincide with the Node.js release times.

To avoid support insecure and unsupported versions of Node.js, the client will drop the support of EOL versions of Node.js between minor releases. Typically, as soon as a Node.js version goes into EOL, the client will continue to support that version for at least another minor release.

Unless you are always using a supported version of Node.js, we recommend defining the client dependency in your package.json with the ~ instead of ^. In this way, you will lock the dependency on the minor release and not the major. (for example, ~7.10.0 instead of ^7.10.0).

Node.js VersionNode.js EOL dateEnd of support
8.xDecember 20197.11 (early 2021)
10.xApril 20217.12 (mid 2021)
12.xApril 20228.2 (early 2022)
14.xApril 20238.8 (early 2023)
16.xOctober 20238.14 (early 2024)

API

Usage

License

This software is licensed under the Apache 2 license.

8.5.1

28 days ago

8.5.0

1 month ago

8.4.1

3 months ago

8.4.0

5 months ago

8.3.4

8 months ago

8.3.3

9 months ago

8.3.2

11 months ago

8.3.1

1 year ago

8.2.0

2 years ago

8.0.1

2 years ago

8.0.0

2 years ago

8.0.2

2 years ago

8.1.0-beta.1

2 years ago

8.0.0-beta.2

2 years ago

8.0.0-beta.1

3 years ago

0.0.14

3 years ago

0.0.15

3 years ago

0.0.11

3 years ago

0.0.12

3 years ago

0.0.13

3 years ago

0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago