| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-09-23 | 1.2 kB | |
| Release 8.2.0 source code.tar.gz | 2025-09-23 | 125.4 kB | |
| Release 8.2.0 source code.zip | 2025-09-23 | 237.8 kB | |
| Totals: 3 Items | 364.4 kB | 0 | |
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\Templatebecause it's deprecated since version 7.8 on ElasticSearch #2257
Fixed
Elastica\Query\BoolQuery::toArrayno longer changes$this->_paramsto \stdClass when empty #2241- Fixed Client retries configuration to allow zero retries by changing condition from
> 0to>= 0#2278
New Contributors
- @MrkMrk00 made their first contribution in https://github.com/ruflin/Elastica/pull/2241
- @hotrush made their first contribution in https://github.com/ruflin/Elastica/pull/2282
Full Changelog: https://github.com/ruflin/Elastica/compare/8.1.0...8.2.0