elasticsearch-ruby v7.1.0 Release Notes

Release Date: 2019-05-22 // almost 5 years ago
  • Client

    • ⚡️ Update elasticsearch-transport README
    • 0️⃣ Use default port when host and protocol are specified but no port
    • 👌 Verify that we have a response object before checking its status
    • 👉 Make code more succinct for supporting host with path and no port
    • 👌 Support options specified with String keys
    • ⚡️ Update elasticsearch-transport/lib/elasticsearch/transport/client.rb
    • ➕ Add tests showing IPv6 host specified when creating client

    API

    • ⚡️ Update links in elasticsearch-api README

    DSL 0.1.8

    • Swap links elasticsearch.org->elastic.co (@harry-wood)
    • ➕ Add a composite aggregation (@watsonjon)
    • ✅ Don't specify a type when creating mappings in tests
    • ⚡️ Update links in elasticsearch-dsl README
    • 👍 Allow Bool query and Bool filter methods to take objects as arguments
    • ✅ Edit tests on bool query / filter to match context