Added
- Added support for PHP 8.5 #2254
- Added support for Component Template #2257
- Added support for Index Template, using
useLegacy = false
#2257 - Added Template class to target only legacy Template #2257
Deprecated
- Deprecated
Elastica\Template
because it's deprecated since version 7.8 on ElasticSearch #2257
Fixed
Elastica\Query\BoolQuery::toArray
no longer changes$this->_params
to \stdClass when empty #2241- Fixed Client retries configuration to allow zero retries by changing condition from
> 0
to>= 0
#2278
New Contributors
Full Changelog: 8.1.0...8.2.0