Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for typed-key arrays, refactor and add tests #125

Merged
merged 2 commits into from
Jan 24, 2022

Conversation

swallez
Copy link
Member

@swallez swallez commented Jan 24, 2022

  • Adds support for typed-key arrays, used in suggest responses.
  • Extract Elasticsearch container initialization to a separate class that allows creating multiple ES servers, and also provide a global one. Using the global ES server avoids the overhead of container startup, but must be used with care to avoid conflicting states that may cause state failures.

Along with previous code generation changes, fixes #56, fixes #57, fixes #78, fixes #81, fixes #107

@swallez swallez added v8.0.0 v7.17.0 auto-backport Area: Specification Related to the API spec used to generate client code labels Jan 24, 2022
@swallez swallez merged commit 73b76be into main Jan 24, 2022
@swallez swallez deleted the fix-issues-56-57-78-81-107 branch January 24, 2022 15:41
@elasticsearchmachine
Copy link

💚 Backport successful

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment