51ab5b0b00
Updated license header (master) ( #1266 )
2020-07-23 12:26:56 +02:00
bb28276553
API generation
2020-04-02 07:48:45 +02:00
69247496ce
Update code generation ( #969 )
...
* Updated code generation scripts to use the new spec
* API generation
* Fix bad link
2019-09-16 16:55:23 +02:00
36a1666cc8
Updated license header ( #915 )
2019-07-22 11:46:59 +02:00
215cc036c3
Simplify API wrappers ( #839 )
...
* Updated code generation
* API generation
* Updated test
* Updated code generation
* API generation
* API generation
2019-05-03 19:02:10 +02:00
269c0fc96a
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:23:40 +02:00
fb73b4b08d
Master should use the latest version of ES ( #780 )
...
The `master` branch should work with the latest snapshot of Elasticsearch.
- Use `8.0.0-SNAPSHOT`
- Code generation
- Updated scripts and CI conf
2019-03-28 09:05:00 +01:00
46bd14a36c
Better api error handling ( #790 )
...
* API generation
* Updated code generation
* Updated test
2019-03-26 12:04:44 +01:00
c53c798899
feat: add support for querystring in options object ( #779 )
...
In very few cases, some API uses the same key for both url and query params, such as the bulk method.
The client is not designed to handle such cases since accepts both url and query keys in the same object, and the url parameter will always take precedence.
This pr fixes this edge case by adding a `querystring` key in the options object.
Fixes: https://github.com/elastic/elasticsearch-js/pull/778
```js
client.bulk({
index: 'index',
type: '_doc',
body: [...]
}, {
querystring: {
type: '_doc'
}
}, console.log)
```
2019-03-15 18:09:44 +01:00
2ca3754d20
API generation
2019-03-13 14:12:38 +01:00
5c6c5dea78
API generation
2019-03-11 18:34:39 +01:00
cae38e6b2b
License ( #773 )
...
- Added license header
- Added license checker
- Fixed tap
2019-03-08 07:47:24 +01:00
0355322ef4
API generation
2019-02-12 16:39:49 +01:00
23cfe11e44
Unknown parameters handling ( #761 )
2019-01-29 17:31:43 +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