4ec32601e7
Drop node v10 support ( #1471 )
2021-05-20 16:18:01 +02:00
28370acf49
Remove Node.js v8 support ( #1402 )
2021-02-19 08:29:57 +01:00
f135ba7da2
[Backport 7.x] Fix #1374 ( #1378 )
...
Co-authored-by: Tomas Della Vedova <delvedor@users.noreply.github.com >
2020-12-16 10:43:57 +01:00
cbfb9616a0
Handle connectivity issues while reading the body ( #1343 )
2020-11-10 18:24:53 +01:00
dd8ee9056b
[Backport 7.x] The agent function should take the Connection contructor options as argument ( #1334 )
...
Co-authored-by: Tomas Della Vedova <delvedor@users.noreply.github.com >
2020-10-12 11:13:34 +02:00
4c1095d805
[Backport 7.x] Added proxy support ( #1276 )
...
Co-authored-by: Tomas Della Vedova <delvedor@users.noreply.github.com >
2020-08-03 11:41:20 +02:00
bb05668a44
Updated license header ( #1267 )
2020-07-23 12:27:18 +02:00
e864c1db99
[Backport 7.x] Add ability to disable the http agent ( #1258 )
...
Co-authored-by: Tomas Della Vedova <delvedor@users.noreply.github.com >
2020-07-13 15:09:22 +02:00
24961869cc
Reorganized test and force 100% code coverage ( #1226 )
2020-06-15 08:38:46 +02:00
fd59d66076
improved test coverage ( #1222 )
2020-06-08 09:44:40 +02:00
51169d5efa
Support for Elasticsearch 7.7 ( #1192 )
2020-05-14 09:55:54 +02:00
8c78f47ac3
Support for Elasticsearch 7.3 ( #928 )
2019-08-01 10:09:16 +02:00
060d4ae5fc
Remove auth data from inspect and toJSON in connection class ( #887 )
...
* Remove auth data from inspect and toJSON in connection class
* Updated test
2019-07-04 14:43:01 +02:00
bb0ff22fd2
Support for non-friendly chars in url username and password ( #858 )
...
* Support for non-friendly chars in url username and password
- Added auth option to Connection class
- Updated pool.addConnection
* Updated test
2019-05-20 17:10:17 +02:00
96a103b305
Added toJSON method to Connection class ( #849 )
...
* Added toJSON method to Connection class
* Updated test
* Updated typings
2019-05-14 12:01:21 -04:00
064807c5a9
Fix 843 ( #845 )
...
* Fix #843
* Updated test
2019-05-10 10:56:06 +02:00
ef3126b361
Custom http agent support ( #810 )
2019-04-10 11:42:51 +02:00
1d61cba014
Inspect Connection ( #784 )
...
Handles `console.log` and `utils.inspect` invocations for a better debugging experience.
`agent` and `ssl` are hidden since they made the logs very hard to read.
The user can still access them with `instance.agent` and `instance.ssl`.
2019-03-19 09:53:43 +01:00
cae38e6b2b
License ( #773 )
...
- Added license header
- Added license checker
- Fixed tap
2019-03-08 07:47:24 +01:00
d9a5f24e24
Code coverage++
2019-02-11 17:37:44 +01:00
7acd2e3b07
Elasticsearch 7 support 🚀 ( #760 )
...
* API generation
* Updated typings
* Updated code generation
* Updated test
* Updated ci configuration
* Fixed test
2019-01-29 12:10:20 +01:00
bd2755a302
Updated test
2019-01-28 11:27:36 +01:00
7a181ff9ac
Updated test
2018-12-18 17:29:06 +01:00
53329e48bc
Updated test
2018-11-20 18:52:22 +01:00
bd5ba19e17
Updated test
2018-11-15 17:53:54 +01:00
ca5e9ca743
Force close the server once the test is finished
2018-11-09 18:09:29 +01:00
9df4fcbbb6
Updated test
2018-11-09 17:17:05 +01:00
869b50fca9
Updated test
2018-11-08 19:41:33 +01:00
40cb37b2e8
Updated test
2018-11-05 19:22:36 +01:00
961b8224ef
Updated test
2018-10-26 19:06:04 +02:00
b6b04f99d8
WIP: Added some basic unit tests
...
- Added unit test
- Added test fixtures
- Added test utils
2018-10-22 16:54:14 +02:00