02ad9a9759
Bumped v6.7.0-rc.3
v6.7.0-rc.3
2019-05-06 12:06:45 +02:00
965536b369
API generation
2019-05-06 12:06:21 +02:00
5c144154ad
Updated installation instructions ( #840 )
2019-05-06 12:02:25 +02:00
a52cf6be38
Added User-Agent header ( #807 )
...
* Added User-Agent header
* Updated test
* Updated user-agent format
* Updated test
2019-05-06 10:00:16 +02:00
c91ceb12d8
API generation
2019-05-03 19:04:18 +02:00
c1eadd6e88
Simplify API wrappers ( #839 )
...
* Updated code generation
* API generation
* Updated test
* Updated code generation
* API generation
* API generation
2019-05-03 19:03:56 +02:00
d080f1bdad
API generation
2019-05-03 17:27:09 +02:00
14fc908d4b
Improve observability ( #834 )
...
* API generation
* Added correlation id support
* Updated docs
* Updated test
* Updated code generation
* API generation
* Updated code generation
* Added support for client name and custom context object
* Updated docs
* Updated test
* Fix docs
* Updated docs
* Added id support also for sniffing
* Updated test
* Update docs/observability.asciidoc
Co-Authored-By: delvedor <delvedor@users.noreply.github.com >
* Update docs/observability.asciidoc
Co-Authored-By: delvedor <delvedor@users.noreply.github.com >
* Apply suggestions
* Update docs/configuration.asciidoc
Co-Authored-By: delvedor <delvedor@users.noreply.github.com >
* Update docs/configuration.asciidoc
Co-Authored-By: delvedor <delvedor@users.noreply.github.com >
* Update docs/observability.asciidoc
Co-Authored-By: delvedor <delvedor@users.noreply.github.com >
* Update docs/observability.asciidoc
Co-Authored-By: delvedor <delvedor@users.noreply.github.com >
* Update docs/observability.asciidoc
Co-Authored-By: delvedor <delvedor@users.noreply.github.com >
* Apply suggestions
* Updated README.md
* Fixed test
* Addressed suggestions
2019-05-03 17:26:40 +02:00
7d810f8110
Better handling of hostname/ip:port format ( #837 )
...
* Better handling of hostname/ip:port format
* Updated test
2019-05-03 17:26:33 +02:00
962e26f791
Updated installation instructions ( #835 )
...
* Updated installation instructions
* Added a note about Elasticsearch master
2019-05-03 17:26:33 +02:00
ee36f7b43f
Fix resurrect timeout formula ( #833 )
...
* Fixes #827
* Updated test
2019-04-29 09:20:32 +02:00
8a85738258
Node v12 and bumped dependencies ( #832 )
...
* Node v12
* Bumped dependencies
* Disable automatic code coverage
2019-04-26 17:26:54 +02:00
d06f67d881
Updated .travis.yml ( #831 )
2019-04-26 15:04:55 +02:00
c67a5dfdc2
Update RequestEvent to use parameterized type T ( #822 )
...
Updated `RequestEvent` to use parameterized type `T`. In reference to:
https://github.com/elastic/elasticsearch-js/pull/819#issuecomment-484594841
2019-04-19 10:07:28 +02:00
885147b889
Bumped v6.7.0-rc.2
v6.7.0-rc.2
2019-04-17 14:17:06 +02:00
3c99839e4a
Updated typings ( #819 )
2019-04-17 11:25:06 +02:00
24da41e994
Drop Node.js v6 support ( #818 )
...
Node.js v6 will go EOL at the end of April 2019, and already two of the production dependencies of the client have already dropped support for it, and soon others will do *(as well as development dependencies)*.
Furthermore, since Node.js will go in EOL it will never get security patches, plus, also OpenSSL-1.0.2 will go EOL [this year](https://github.com/nodejs/Release#release-schedule ); to avoid risks for the client users it is better to drop support for Node.js v6 right away.
2019-04-17 11:25:06 +02:00
662e4d5ca7
Fix a typo in usage example ( #806 )
2019-04-11 16:38:16 +02:00
1afa23b11d
API generation
2019-04-10 11:45:50 +02:00
48c6ad15a6
Improve typings ( #813 )
...
The ApiResponse now accepts a generics that defaults to any, same for every API method that might need a body.
2019-04-10 11:44:47 +02:00
48233503f7
Custom http agent support ( #810 )
2019-04-10 11:44:33 +02:00
11c7475566
Use Elasticsearch 6.7.1
2019-04-09 12:13:07 +02:00
e530ed2313
Support for publish_address as hostname/ip:port ( #804 )
2019-04-09 12:06:41 +02:00
59b9403fdc
Updated README.md
2019-04-01 09:50:33 +02:00
01ab682fb7
Handle bulk errors in examples
v6.7.0-rc.1
2019-04-01 09:09:10 +02:00
b11e7ffc9f
Generated reference
2019-03-29 18:09:00 +01:00
11da9a4650
Docs: Fix ingest doc links ( #801 )
...
The ingest docs in Elasticsearch doing point to the actual ingest APIs.
This makes up generate links to the real APIs instead, fixing some
broken links in the 5.x docs in the process.
2019-03-29 18:08:40 +01:00
352a2c3652
Docs: Set the stack version to 6.7
2019-03-29 11:23:53 -04:00
5ce9f55481
Generated reference
2019-03-29 15:47:32 +01:00
e7f7993407
Docs: Handle more funny cases from ES api spec ( #800 )
...
Handles a few "special" doc urls from ES's api spec files. These are
only a problem in 6.x but we'd like to keep the generateDocs script the
same across all branches for easier backporting.
2019-03-29 15:46:54 +01:00
baac03846e
Update asciidoc config
2019-03-29 15:42:24 +01:00
41050f23f5
Generated reference
2019-03-29 08:52:44 +01:00
2daa6d35c6
Docs: Fix the API reference ( #799 )
2019-03-29 08:52:18 +01:00
9bcfc08b20
Bumped v6.7.0-rc.1
2019-03-28 19:29:10 +01:00
45744762d3
Fix docs ( #796 )
...
Follow up of https://github.com/elastic/docs/pull/701 .
2019-03-28 17:36:52 +01:00
516139c48e
Updated CONTRIBUTING.md ( #794 )
...
As titled, also renamed the script files for a better DX.
2019-03-28 10:11:32 +01:00
29091da864
API generation
2019-03-27 19:24:27 +01:00
4346bfd9a0
Follow-up #790
2019-03-27 19:23:35 +01:00
ef2b025489
Added CONTRIBUTING.md and CODE_OF_CONDUCT.md
2019-03-27 16:48:16 +01:00
12101dc1ae
Improved integration test runner
2019-03-27 15:05:52 +01:00
1325471c45
Test: updated platinum skip list
2019-03-27 11:48:34 +01:00
59f88c22f9
Use ES 6.7
2019-03-27 07:51:30 +01:00
8f131d5a6d
API generation
2019-03-27 07:50:42 +01:00
81e09a71c2
Regenerate doc
2019-03-27 07:47:03 +01:00
41fa164611
Doc updates ( #791 )
...
Updates for better displaying the documentation in the website.
2019-03-27 07:46:03 +01:00
9fa31a96c6
Merge branch '6.x' of https://github.com/elastic/elasticsearch-js into 6.x
2019-03-26 12:09:30 +01:00
eb95d6bda1
API generation
2019-03-26 12:09:20 +01:00
69844fa93f
Merge branch 'master' into 6.x
2019-03-26 12:08:00 +01:00
46bd14a36c
Better api error handling ( #790 )
...
* API generation
* Updated code generation
* Updated test
2019-03-26 12:04:44 +01:00
203e11f2f8
Remove url in jenkins job configuration
2019-03-21 11:16:33 -04:00