Skip to content

Conversation

@delvedor
Copy link
Member

@delvedor delvedor commented Aug 1, 2019

As titled.
It contains also the new authentication handling as well as the ApiKey support and the new connection pool implementation.

delvedor and others added 30 commits March 27, 2019 07:44
Updates for better displaying the documentation in the website.
The `master` branch should work with the latest snapshot of Elasticsearch.

- Use `8.0.0-SNAPSHOT`
- Code generation
- Updated scripts and CI conf
As titled, also renamed the script files for a better DX.
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.
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.
The ApiResponse now accepts a generics that defaults to any, same for every API method that might need a body.
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.
Updated `RequestEvent` to use parameterized type `T`.  In reference to:

#819 (comment)
* Updated code generation

* API generation

* Updated test
* Node v12

* Bumped dependencies

* Disable automatic code coverage
* Updated installation instructions

* Added a note about Elasticsearch master
* Better handling of hostname/ip:port format

* Updated test
dependabot-preview bot and others added 26 commits July 15, 2019 14:20
* Updated README

* Updated asciidoc intro

* Updated intro title

* Update README.md

Co-Authored-By: Lisa Cawley <lcawley@elastic.co>

* Update README.md

Co-Authored-By: Lisa Cawley <lcawley@elastic.co>

* Update README.md

Co-Authored-By: Lisa Cawley <lcawley@elastic.co>

* Update README.md

Co-Authored-By: Lisa Cawley <lcawley@elastic.co>

* Update README.md

Co-Authored-By: Lisa Cawley <lcawley@elastic.co>

* Update docs/introduction.asciidoc

Co-Authored-By: Lisa Cawley <lcawley@elastic.co>

* Update docs/introduction.asciidoc

Co-Authored-By: Lisa Cawley <lcawley@elastic.co>

* Updated asciidoc intro
* Added job configuration for Jenkins pipelines

* Added job name
* Updated automatically the main typings file with the generated types

* Removed useless log
* Updated documentation genertation script to build small code snippets

* Updated docs reference

* Removed slm doc

* Add commas and remove empty objects
* Refactored ConnectionPool
- Created BaseConnectionPool class
- Created CloudConnectionPool
- connection pool updates are immutable
- resurrect now happens inside getConnection()

* Rewritten connection pool(s) type definitions

* Updated test

* Fixed test

* Fix if check

* Removed old files

* Improve code coverage

* Updated license header

* Fix if check

* Improve code coverage

* Updated coverage script
@delvedor delvedor added the v7.x label Aug 1, 2019
@delvedor delvedor merged commit 8c78f47 into 7.x Aug 1, 2019
@delvedor delvedor deleted the 7.3 branch August 1, 2019 08:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.