5a88a2f398
[Backport 7.x] Show socket local/remote address in case of ECONNRESET ( #1556 )
...
Co-authored-by: Tomas Della Vedova <delvedor@users.noreply.github.com >
2021-09-30 08:28:44 +02:00
f2a00082f9
Always emit request aborted event ( #1534 )
2021-08-24 11:56:34 +02:00
8634de2170
[Backport 7.x] Always display request params and options in request event ( #1538 )
...
Co-authored-by: Tomas Della Vedova <delvedor@users.noreply.github.com >
2021-08-24 11:29:36 +02:00
68f93feb01
[Backport 7.x] Fix parcel build ( #1536 )
...
Co-authored-by: Tomas Della Vedova <delvedor@users.noreply.github.com >
2021-08-24 11:29:36 +02:00
1d5b8fa5c2
[Backport 7.x] Fix isHttpConnection check ( #1528 )
...
Co-authored-by: Tomas Della Vedova <delvedor@users.noreply.github.com >
2021-08-24 11:29:21 +02:00
649f95afca
[Backport 7.x] Add warning.name to product check security exception ( #1527 )
...
Co-authored-by: Tomas Della Vedova <delvedor@users.noreply.github.com >
2021-08-24 11:29:21 +02:00
559acd32be
[Backport 7.x] Show the body as string if the response error can't be read as ES error ( #1514 )
...
* Show the body as string if the response error can't be read as ES error
* Updated test
Co-authored-by: Tomas Della Vedova <delvedor@users.noreply.github.com >
2021-08-11 09:46:37 +02:00
a48ebc9442
Support CA fingerprint validation ( #1499 )
...
Co-authored-by: Aleh Zasypkin <aleh.zasypkin@gmail.com >
Co-authored-by: Ioannis Kakavas <ioannis@elastic.co >
2021-08-02 11:22:10 +02:00
563b7746cd
[Backport 7.x] Support mapbox content type ( #1508 )
...
Co-authored-by: Tomas Della Vedova <delvedor@users.noreply.github.com >
2021-08-02 11:20:11 +02:00
db5476ad5d
Better message in case of unsupported build flavor ( #1498 ) ( #1502 )
...
Co-authored-by: Tomas Della Vedova <delvedor@users.noreply.github.com >
2021-07-24 16:55:14 +02:00
adc5c2b146
Verify connection to Elasticsearch ( #1487 ) ( #1497 )
...
Co-authored-by: Tomas Della Vedova <delvedor@users.noreply.github.com >
2021-07-19 16:42:53 +02:00
9baa42ac1b
Update integration test ( #1493 )
2021-07-16 10:07:22 +02:00
28d8ff799e
Add api compatibility header support ( #1478 ) ( #1491 )
...
Co-authored-by: Tomas Della Vedova <delvedor@users.noreply.github.com >
2021-07-13 09:48:30 +02:00
ea2c8d2d4d
Add support for bearer auth ( #1488 ) ( #1490 )
...
Co-authored-by: Tomas Della Vedova <delvedor@users.noreply.github.com >
2021-07-13 09:40:06 +02:00
2f0aeec108
Bulk update improvements ( #1428 )
2021-07-12 16:06:59 +02:00
b3ca264a0b
[Backport 7.x] Fix integration test ( #1480 )
...
Co-authored-by: Tomas Della Vedova <delvedor@users.noreply.github.com >
2021-06-03 17:52:36 +02:00
4ec32601e7
Drop node v10 support ( #1471 )
2021-05-20 16:18:01 +02:00
ecff306004
[Backport 7.x] Add top level type error to error message ( #1469 )
...
Co-authored-by: Tomas Della Vedova <delvedor@users.noreply.github.com >
2021-05-19 11:09:55 +02:00
f7450de64e
Updated integration test helpers ( #1466 ) ( #1467 )
...
Co-authored-by: Tomas Della Vedova <delvedor@users.noreply.github.com >
2021-05-12 15:34:05 +02:00
4441de678f
Catch HEAD errors ( #1460 ) ( #1462 )
...
Co-authored-by: Tomas Della Vedova <delvedor@users.noreply.github.com >
2021-05-03 16:40:48 +02:00
c9808fb067
Improve response error message ( #1457 ) ( #1461 )
...
Co-authored-by: Tomas Della Vedova <delvedor@users.noreply.github.com >
2021-05-03 16:39:54 +02:00
4ab53eee4b
Updated new types export ( #1446 ) ( #1447 )
...
* Updated new types
* Updated new types
* Updated test
* Updated docs
Co-authored-by: Tomas Della Vedova <delvedor@users.noreply.github.com >
2021-04-15 08:44:37 +02:00
17b3d63428
Wrap inside array ndjson bodies in integration test ( #1444 ) ( #1445 )
...
* Wrap inside array ndjson bodies
* Fix path
* Use orignal api name
Co-authored-by: Tomas Della Vedova <delvedor@users.noreply.github.com >
2021-04-08 18:27:50 +02:00
e198511327
Expose the new type definition along with the current one ( #1440 )
2021-04-07 14:10:17 +02:00
cba4affb82
Move integration test to artifact API ( #1436 )
2021-03-31 13:58:37 +02:00
f138b077e3
New type definitions ( #1358 )
2021-03-24 14:54:06 +01:00
66693f30ab
Integration test: Fix yaml parser and crash on failure ( #1423 ) ( #1424 )
...
* Fix yaml parser and crash on failure
* Log response in case of ResponseError
* Updated cleanup
* Updated skip list
* Updated skip list
* Updated skip list
Co-authored-by: Tomas Della Vedova <delvedor@users.noreply.github.com >
2021-03-24 07:53:34 +01:00
416b221b1e
fix(TransportRequestPromise): add finally method to TransportRequestP… ( #1415 )
...
* fix(TransportRequestPromise): add finally method to TransportRequestPromise interface
* fix(TransportRequestPromise): add finally method to transportReturn object
* fix(TransportRequestPromise): add finally method tests
2021-03-22 11:52:13 +01:00
528b90d19a
Disable prototype poisoning option ( #1414 ) ( #1420 )
...
* Introduce disablePrototypePoisoningProtection option
* Updated test
* Updated docs
* Fix bundler test
Co-authored-by: Tomas Della Vedova <delvedor@users.noreply.github.com >
2021-03-15 08:52:34 +01:00
7d776c15f7
Fix test bundler ( #1417 ) ( #1418 )
...
* Updated .gitignore
* Fix parcel build
* Updated .gitignore
Co-authored-by: Tomas Della Vedova <delvedor@users.noreply.github.com >
2021-03-10 14:57:10 +01:00
28370acf49
Remove Node.js v8 support ( #1402 )
2021-02-19 08:29:57 +01:00
5a25b7cba2
[helpers] add support for transport options to all helpers ( #1400 )
...
Co-authored-by: spalger <spalger@users.noreply.github.com >
2021-02-18 16:36:22 +01:00
20b7e93475
Fix CI ( #1399 )
2021-02-09 08:16:54 +01:00
5eab7e9c75
[Backport 7.x] Prereleases in meta header should be displayed as p ( #1390 )
...
Co-authored-by: Tomas Della Vedova <delvedor@users.noreply.github.com >
2021-01-19 08:11: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
39ce8778a5
[Backport 7.x] Added x-elastic-client-meta header ( #1377 )
...
Co-authored-by: Tomas Della Vedova <delvedor@users.noreply.github.com >
2020-12-16 10:43:28 +01:00
07bcd62285
[Backport 7.x] Added new observability events ( #1370 )
...
Co-authored-by: Tomas Della Vedova <delvedor@users.noreply.github.com >
2020-12-09 11:44:39 +01:00
92f31d467c
[Backport 7.x] Throw if the content length is too big ( #1361 )
...
Co-authored-by: Tomas Della Vedova <delvedor@users.noreply.github.com >
2020-11-24 09:49:07 +01:00
d32c8bca81
[Backport 7.x] Updated integration test cleanup code ( #1357 )
...
Co-authored-by: Tomas Della Vedova <delvedor@users.noreply.github.com >
2020-11-19 11:26:17 +01:00
cbfb9616a0
Handle connectivity issues while reading the body ( #1343 )
2020-11-10 18:24:53 +01:00
18b62b41aa
[Backport 7.x] Fix integration test ( #1336 )
...
Co-authored-by: Tomas Della Vedova <delvedor@users.noreply.github.com >
2020-10-15 08:56:16 +02: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
34dedb8119
[Backport 7.x] Scroll search should clear the scroll at the end ( #1333 )
...
Co-authored-by: Tomas Della Vedova <delvedor@users.noreply.github.com >
2020-10-12 11:13:12 +02:00
c877e75d85
[Backport 7.x] Skip ulong integration test test ( #1326 )
...
Co-authored-by: Tomas Della Vedova <delvedor@users.noreply.github.com >
2020-09-29 10:26:41 +02:00
c12a31199d
[Backport 7.x] Test cloud id without kibana component ( #1324 )
...
Co-authored-by: Tomas Della Vedova <delvedor@users.noreply.github.com >
2020-09-28 10:18:30 +02:00
e26b9fc549
[Backport 7.x] Fixed integration test runner ( #1319 )
...
Co-authored-by: Tomas Della Vedova <delvedor@users.noreply.github.com >
2020-09-23 12:39:38 +02:00
3db1bed4bd
Improve child performances ( #1314 )
2020-09-23 11:34:36 +02:00
bbdb4b0e91
Improved cleanup yaml tests ( #1306 )
2020-09-15 08:07:41 +02:00
99717dce73
[Backport 7.x] Integration test: Parse dates as string ( #1307 )
...
Co-authored-by: Tomas Della Vedova <delvedor@users.noreply.github.com >
2020-09-14 11:56:20 +02:00
2c39a5413d
Merge branch '7.x' of https://github.com/elastic/elasticsearch-js into 7.x
2020-09-10 15:29:27 +02:00