elasticsearch-ruby v1.0.14 Release Notes

    • ๐Ÿ‘ Clarified version support of Elasticsearch
    • ๐Ÿ‘Œ Improved the elasticsearch:build Rake task to work with branch names

    API

    • โž• Added support for the :ignore option to the "Snapshot and Restore" API
    • โž• Added support for the :ignore option to the Status API
    • โž• Added the "Cat Nodeattrs" API
    • โž• Added the "fields" parameter to the Bulk API
    • โž• Added the "Render Search Template" API
    • โž• Added the "Shard Stores" API
    • โž• Added, that document ID is URL-escaped when percolating an existing document
    • Allow passing TEST_CLUSTER_PARAMS to the test cluster
    • โœ… Define the path to core REST tests dynamically based on Elasticsearch version
    • ๐Ÿ›  Fixed example in "Get Warmer" API
    • ๐Ÿ›  Fixed incorrect documentation and link in the "Clear Cache" API
    • ๐Ÿ›  Fixed integration tests for the "Snapshot and Restore" API
    • ๐Ÿ›  Fixed the incorrect path in "Field Stats" API and added support for the body argument
    • ๐Ÿ›  Fixed, that type is not added both to path and URL parameters in the Bulk API
    • ๐Ÿ“š Updated the examples in README and documentation (facets -> aggregations)

    Client

    • โž• Added an argument to control clearing out the testing cluster
    • ๐Ÿ›  Fixed, that reloading connections works with SSL, authentication and proxy/Shield
    • Highlight the need to set retry_on_failure option with multiple hosts in documentation