Elastica v3.2.2 Release Notes

  • ๐Ÿ›  Backward Compatibility Fixes

    ๐Ÿ›  Bugfixes

    • Set HTTP headers on each request preventing server error if persistent connection is enabled and compression enabled and later disabled for the same connection.
    • โœ‚ Removed int type hinting in setMinimumMatch (Terms Query): it should also allow string. #1151

    โž• Added

    • Elastica\QueryBuilder\DSL\Query::geo_distance
    • Elastica\Aggregation\GeoCentroid #1150
    • Multi value field param for decay function.
    • Elastica\Client::getVersion #1152
    • โž• Added support for terminate_after parameter in search queries #1168

    ๐Ÿ‘Œ Improvements

    • 0๏ธโƒฃ Set PHP 7.0 as default development version
    • Get the root reason from Elasticsearch's error JSON, when available #1111
    • โšก๏ธ Optimize memory usage for Http Adapter #1161

    ๐Ÿ”„ Changed

    • โœ‚ Remove JSON_ELASTICSEARCH constant as not needed anymore