All Versions
93
Latest Version
Avg Release Cycle
49 days
Latest Release
-
Changelog History
Page 6
Changelog History
Page 6
-
v5.0.4 Changes
Client
- ๐ Fixed incorrect test behaviour when the
QUIET
environment variable is set - ๐ Fixed double logging of failed responses
- ๐ฒ Swallow logging of exceptions when the
ignore
is specified - Fixed the bug with
nil
value ofretry_on_status
API
- โ Added the "Field Capabilities" API
- ๐ Changed, that the YAML test content is not printed unless
DEBUG
is set - ๐ Fixed the failing unit tests for "Scroll" APIs
- โ Added missing parameters to the "Search" API
- โ Added missing parameters to the "Multi Search" API
- โ Added missing parameters to the "Indices Clear Cache" API
- โ Added missing arguments to the "Exists" API
- ๐ Fixes for the "Scroll" API
- ๐ Improved the YAML test runner
- ๐ Fixed incorrect test behaviour when the
-
v5.0.3 Changes
Client
- โ Added proper handling of headers in client options to the Manticore adapter
-
v5.0.2 Changes
Client
- โ Added default value 'application/json' for the 'Content-Type' header
-
v5.0.0 Changes
API
- โก๏ธ Updated the parameters for Elasticsearch 5.x APIs
- โ Added Elasticsearch 5.x APIs
-
v2.0.2 Changes
Client
- ๐ * Fixed the bug with
nil
value ofretry_on_status
API
- * Added, that
_all
is used as default index in "Search Exists" API - * Added, that
index
andtype
parameters are respected in the "Search Exists" API
- ๐ * Fixed the bug with
-
v2.0.0 Changes
- โ Added deprecation notices to API methods and parameters not supported on Elasticsearch 2.x
-
v1.1.3 Changes
Client
- ๐ Fixed MRI 2.4 compatibility for 1.x
- ๐ Fixed failing integration test for keeping existing collections
-
v1.1.0 Changes
API
- โ Added deprecation notices to API methods and arguments not supported on Elasticsearch 1.x
-
v1.0.18 Changes
- ๐ Fixed the incorrect Rake dependency on Ruby 1.8 and updated the Rake dependency to 11.1
- Simplified the main README and added the information about the DSL and Watcher libraries
API
- โ Added
ignore: 404
to integration test setup blocks - โ Added options to the "Indices Get" and "Indices Flush Synced" APIs
- โ Added the "Cat Tasks", "Cluster Stats", "Explain allocation", "Ingest", "Reindex" and "Update By Query" APIs
- โ Added the
:terminate_after
parameter to the "Search" API - โ Added the
:timeout
option to the Nodes "Hot Threads", "Info" and "Stats" APIs - โ Added the
:timeout
parameter to the Nodes "Hot Threads", "Info" and "Stats" APIs - โ Added the
:verbose
option to the "Indices Segments" API and fixed formatting - โ Added the
explain
option to the "Analyze" API - โ Added the
filter
parameter for the "Indices Analyze" API - โ Added the
group_by
option to the "Tasks List" API - โ Added the
include_defaults
option to the "Get Cluster Settings" API - โ Added the
include_defaults
parameter to the "Indices" APIs - โ Added the
preserve_existing
option to the "Indices Put Settings" API - โ Added the
request_cache
parameter to the "Search" API - โ Added the
retry_failed
option to the "Cluster Reroute" API - โ Added the
size
parameter to the "Cat Thread Pool" API - Added the
update_all_types
parameter to "Indices Create" and "Indices Put Mapping" APIs - โ Added the parameters for ingest nodes into the "Bulk" and "Index" APIs
- ๐ Fixes and improvements of handling the API method parameters
- ๐ Changed, that the "Ping" API returns false also on connection errors (server "not reachable")
- Added a
Utils.__report_unsupported_method
andUtils.__report_unsupported_parameters
methods
Client
- ๐ Fixed, that the clients tries to deserialize an empty body
- ๐ Fixed, that dead connections have not been removed during reloading, leading to leaks
-
v1.0.17 Changes
Client
- ๐ Fixed, that existing connections are not re-initialized during reloading ("sniffing")