Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
This library is part of the elasticsearch-ruby
package; please refer to it, unless you want to use this library standalone.
Refer to the official documentation on Elasticsearch API.
The elasticsearch-api
library provides a Ruby implementation of the Elasticsearch REST API. It does not provide an Elasticsearch client; see the elastic-transport
library.
We follow Ruby’s own maintenance policy and officially support all currently maintained versions per Ruby Maintenance Branches.
Language clients are forward compatible; meaning that clients support communicating with greater minor versions of Elasticsearch. Elastic language clients are also backwards compatible with lesser supported minor Elasticsearch versions.
Refer to CONTRIBUTING.
We run the test suite for Elasticsearch's Rest API tests. You can read more about this in the test runner README.
The rest_api
task needs the test files from Elasticsearch. You can run the rake task to download the test artifacts in the root folder of the project. You can pass in a version to the task as a parameter:
rake download_artifacts[8.5.0-SNAPSHOT]
Or it can get the version from a running cluster to determine which version and build hash of Elasticsearch to use and test against:
TEST_ES_SERVER=http://localhost:9200 rake es:download_artifacts
This will download the necessary files used for the integration tests to ./tmp
.
The code for most of this library is automatically generated. See ./utils/README.md for more information.
This software is licensed under the Apache 2 license.
FAQs
Unknown package
We found that elasticsearch-api demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.