All Versions
98
Latest Version
Avg Release Cycle
49 days
Latest Release
-
Changelog History
Page 6
Changelog History
Page 6
-
v6.8.0 Changes
May 22, 2019๐ This version of the Ruby client supports Elasticsearch v6.8.0.
-
v6.3.1 Changes
May 02, 2019๐ This version fixes the "bug" that semver was broken in the last release; some API endpoints that were deprecated in version 6.x of ES were removed in gem version 6.3.0. They are added back in this version (6.3.1) and are removed again in version 7.0.0.
6.3.1
API
- โ Add delete_template back
- โ Add field_stats back
- โ Add get_template back
- โ Add indices/delete_mapping back
- โ Add indices/delete_warmer back
- โ Add indices/get_aliases back
- โ Add indices/get_warmer back
- โ Add indices/optimize back
- โ Add indices/put_warmer back
- โ Add indices/seal back
- โ Add indices/snapshot_index back
- โ Add indices/status back
- โ Add list_benchmarks back
- โ Add mpercolate back
- โ Add nodes/shutdown back
- โ Add percolate back
- โ Add put_template back
- โ Add remote/info back
- โ Add search_exists back
- โ Add suggest back
- โ Add mlt back
-
v6.3.0 Changes
April 08, 2019๐ This version supports Elasticsearch 6.7
API
- โก๏ธ Update bulk method
- Generate code with params registry
- โก๏ธ Update cat.aliases method
- โก๏ธ Update cat.allocation method
- โก๏ธ Update cat.count method
- โก๏ธ Update cat.fielddata method
- โก๏ธ Update cat.health method
- โก๏ธ Update cat.help method
- โก๏ธ Update cat.indices method
- โก๏ธ Update cat API methods
- โก๏ธ Update clear_scroll API
- โก๏ธ Update cluster API endpoint methods
- โก๏ธ Update top-level API endpoint methods
- โก๏ธ Update all methods based on rest-api-spec
- ๐ Fix minor issues with API methods
- โ Add unfreeze and freeze endpoints back
- ๐ Fix missing params for cat APIs
- โ Add support for node_id in cluster/stats
- Reference current version, not master
- Keep create method as-is
- ๐ Reference current version, not master for ingest/plugins
- Account for indices.create/20_mix_typeless_typeful not cleaning up after itself
- โ Add missing params
XPACK
- โก๏ธ Update API for 6.7.0
- โก๏ธ Updates to support 6.7.0
- โ Blacklist individual tests, not entire files
- โ Sometimes the SINGLE_TEST env variable is the empty string
- ๐ Fix logic for checking if a verison should be skipped
-
v6.0.0 Changes
Elasticsearch 6.0 compatibility.
API
- โ Added missing arguments to the "Exists" API
- โ Added missing parameters to the "Indices Clear Cache" API
- โ Added missing parameters to the "Indices Delete" API
- โ Added missing parameters to the "Multi Search" API
- โ Added missing parameters to the "Search" API
- โ Added missing parameters to the "Search" API
- โ Added requirement for the
id
argument for the "Create" API - โ Added support for additional parameters to the "Cluster State" API
- โ Added support for additional parameters to the "Rollover" API
- โ Added the "Remote Info" API
- โ Added the "verbose" parameter to the "Get Snapshot" API
- Aded the "Get Task" API
- ๐ Changed, that the YAML test content is not printed unless
DEBUG
is set - ๐ Fixed a failing unit test for the "Create Document" API
- ๐ Fixed handling of parameters in the "Rollover" API
- ๐ Fixed incorrect handling of
catch
clauses in the YAML tests runner - ๐ Fixed incorrect handling of node ID in the "Nodes Stats" API
- ๐ Fixed incorrect URL parameter in "Indices Flush" unit test
- ๐ Fixed the failing unit tests for "Scroll" APIs
- ๐ Fixes for the "Scroll" API
- โก๏ธ Updated and improved the YAML test runner
Client
- โ Added default value 'application/json' for the 'Content-Type' header
- โ Added escaping of username and password in URL
- โ Added proper handling of headers in client options to the Manticore adapter
- Don't block waiting for body on HEAD requests
- ๐ Fixed double logging of failed responses
- ๐ Fixed incorrect test behaviour when the
QUIET
environment variable is set - Fixed the bug with
nil
value ofretry_on_status
- ๐ Fixed the incorrect paths and Typhoeus configuration in the benchmark tests
- ๐ Fixed the integration tests for client
- ๐ Fixed typo in default port handling during
__build_connections
- ๐ฒ Swallow logging of exceptions when the
ignore
is specified
-
v5.0.5 Changes
Client
- โ Added escaping of username and password in URL
- Don't block waiting for body on HEAD requests
API
- Aded the "Get Task" API
- ๐ Fixed handling of parameters in the "Rollover" API
- โ Added requirement for the
id
argument for the "Create" API - โ Added support for additional parameters to the "Rollover" API
- โ Added support for additional parameters to the "Cluster State" API
- ๐ Fixed incorrect handling of
catch
clauses in the YAML tests runner - ๐ Fixed a failing unit test for the "Create Document" API
- โ Removed unsupported parameters from the "Indices Flush" API
- โ Added the "Remote Info" API
- ๐ Fixed incorrect URL parameter in "Indices Flush" unit test
- ๐ Fixed incorrect handling of node ID in the "Nodes Stats" API
- ๐ Fix the path for indices exists_type? method & update docs
- โ Added terminate_after parameter to Count action
- ๐ Marked the
percolate
method as deprecated and added an example for current percolator - Fixed, that
Utils.__report_unsupported_parameters
andUtils.__report_unsupported_method
useKernel.warn
so they can be suppressed - โก๏ธ Update the Reindex API to support :slices
DSL
- Added the
match_phrase
andmatch_phrase_prefix
queries - โ Removed the
type
field from the "Match" query - โ Added an integration test for the "match phrase prefix" query
-
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