Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2022-11-30 | 1.8 kB | |
Release v7.3.0 source code.tar.gz | 2022-11-30 | 138.0 kB | |
Release v7.3.0 source code.zip | 2022-11-30 | 265.2 kB | |
Totals: 3 Items | 404.9 kB | 0 |
Changed
- Use
ramsey/composer-install
to simplify CI jobs and test with the lowest set of dependencies #2113 - Bumped
elasticsearch/elasticsearch
to7.10
to be able to useOpenPointInTime
class #2113 - Updated
php-cs-fixer
to3.9.5
#2110 - Changed
Elastica\Index\Settings::get
adding ability to get default settings by @krasilnikovm #2115 - Update
AWSAuthV4 transport
to sanitize host name for AWS requests before signing #2090 - New method
Elastica\Aggregation\Terms::setMissingBucket
. For Composite Agg. Include in the response documents without a value for a given source. #2117 - Increased
PHPStan
level to5
by @franmomu #2108
Removed
- Removed
CallbackStrategyTestHelper
andErrorsCollector
fromtests
#2111
Fixed
- Fixed
Query/Terms
terms phpdoc fromarray<bool|float|int|string>
tolist<bool|float|int|string>
#2118 - Fixed
Response
to prevent throwing JSONParseException when the response is empty.
New Contributors
- @krasilnikovm made their first contribution in https://github.com/ruflin/Elastica/pull/2115
- @jhuebner79 made their first contribution in https://github.com/ruflin/Elastica/pull/2090
- @aribon-cs made their first contribution in https://github.com/ruflin/Elastica/pull/2125
Full Changelog: https://github.com/ruflin/Elastica/compare/7.2.0...7.3.0