f2a0abf76a
Update @types/node requirement from ^11.13.7 to ^12.6.2 ( #899 )
2019-07-15 16:54:45 +02:00
85731864bf
Update standard requirement from ^12.0.1 to ^13.0.2 ( #906 )
2019-07-15 16:54:45 +02:00
f6abf6e093
Merge branch '6.x' of https://github.com/elastic/elasticsearch-js into 6.x
2019-07-10 17:55:04 +02:00
d7fc4f7b03
Fix api call
2019-07-10 17:54:24 +02:00
a9c054ff21
Fix api call
2019-07-10 16:35:34 +02:00
1810f5f0c3
Improve integration test ( #859 )
...
* CI: Added junit plugin
* Updated .gitignore
* Added integration test reporter
* Updated integration testing suite
* Updated ci config
* Updated report file path
* Use refresh 'true' instead of 'wait_for'
* Disable junit reporting
* Refresh one single time
* Update security index name
* Updated skip test handling and use class syntax
* Updated test script
* Disable test timeout
* Added command to automatically remove an old snapshot
* Disable timeout in integration test script
* Updated logs and cleaned up git handling
* Fixed shouldSkip utility
* Updated cleanup code
* Updated cleanup code pt 2
* Rename Platinum to XPack
2019-07-10 15:56:49 +02:00
edfa527d2d
Updated travis configuration ( #894 )
...
* Updated travis configuration
* Run license checker only in Linux
* Fixed script
* Fix windows test
2019-07-08 16:30:29 +02:00
05921b134d
Bumped v6.8.1
v6.8.1
2019-07-05 11:40:00 +02:00
aadf44bbf2
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:38 +02:00
bef1604a8d
Updated type definitions ( #882 )
...
* Updated type definitions
* Updated test
2019-06-19 09:15:43 +02:00
87fb0a2996
Support branch for code generation ( #883 )
2019-06-18 15:46:57 +02:00
456fc19c94
Added cloud configuration example ( #880 )
...
* Added cloud configuration example
* Used cloud example from auth docs and added link
2019-06-14 10:13:47 +02:00
4c118b9f9a
[DOCS] Fixes typo ( #877 )
2019-06-12 08:42:12 +02:00
dc5c041b07
Docs: added missing configuration options ( #870 )
2019-06-03 12:29:12 +02:00
6774560444
Added ES 6.8
2019-05-22 17:53:52 +02:00
3f1a15bc4e
Bumped v6.8.0
v6.8.0
2019-05-22 12:20:10 +02:00
06b3a1ceb7
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:31 +02:00
a83cf7b26f
Patch #855
2019-05-17 09:07:40 -04:00
30c3afe150
API generation
2019-05-16 16:54:53 -04:00
0efa0df934
Patch deprecated parameters ( #851 )
...
* Updated code generation
* API generation
* API generation
* Updated code generation
2019-05-16 16:54:27 -04:00
b2fbcfd8e2
missing comma ( #854 )
2019-05-16 09:39:51 -04:00
cfcff78a7e
Bumped v6.7.1
v6.7.1
2019-05-14 17:50:16 -04:00
bf482cf269
Added toJSON method to Connection class ( #849 )
...
* Added toJSON method to Connection class
* Updated test
* Updated typings
2019-05-14 12:01:32 -04:00
f9e2d5f708
Fix #803 ( #846 )
2019-05-14 12:01:32 -04:00
ed8adba2ab
Fix 843 ( #845 )
...
* Fix #843
* Updated test
2019-05-10 10:56:20 +02:00
098aef0a58
Bumped v6.7.0
v6.7.0
2019-05-09 15:34:48 +02:00
6d5b5f6af3
Fix 841 ( #842 )
...
* Added errors to exported members
* Updated test
2019-05-09 14:57:51 +02:00
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