Update dependency ruflin/elastica to v7 - autoclosed #171
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^6.0
->^7.0
Release Notes
ruflin/Elastica
v7.1.1
Compare Source
Backward Compatibility Breaks
Elastica\Query\MatchQuery::setFieldParam()
signature to allow passing bool, float or int #1941Elastica\Query\MatchPhraseQuery::setFieldParam()
signature to allow passing bool, float or int #1944Added
docker
directory in.gitattributes
#1938Changed
Content-Type
HTTP header every time, whatever the content of the body is #1780Elastica\Status::indexExists()
,Elastica\Status::aliasExists()
andElastica\Status::getIndicesWithAlias()
signatures #1929call_user_func()
andcall_user_func_array()
by direct calls #1923CURLINFO_HTTP_CODE
byCURLINFO_RESPONSE_CODE
#1931php-cs-fixer
to2.18.3
#1915composer-normalize
to2.13.3
#1927Deprecated
Elastica\Transport\HttpAdapter
class #1940Elastica\Exception\JSONParseException
exception, catch\JsonException
instead #1949Fixed
ltrim
usage in guzzle transport #1783_seq_no
and_primary_term
wrong initialization #1920Elastica\Connection\StrategyInterface
instance checks #1921int
inElastica\Status::getIndexNames()
#1928post_filter
#1950v7.1.0
Compare Source
Backward Compatibility Breaks
Elastica\Aggregation\Range::setKeyed()
andElastica\Aggregation\PercentilesBucket::setKeyed()
#1876Elastica\Aggregation\Percentiles::setMissing()
argument #1875Added
auth_type
parameter in the client class config to specify the type of authentication (allowed values arebasic, digest, gssnegotiate, ntlm
) #1790if_seq_no
/if_primary_term
to replaceversion
for optimistic concurrency control #1803Elastica\Aggregation\PercentilesBucket
aggregation #1806weighted_avg
to aggregations DSL #1814pool(http://127.0.0.1 http://127.0.0.2/bar?timeout=4)
#1808Elastica\Aggregation\Composite
aggregation #1804symfony/deprecation-contracts
package to handle deprecations #1823list_syntax
CS rule #1854native_constant_invocation
CS rule #1833static_lambda
CS rule #1870Elastica\Aggregation\DateRange::setTimezone()
#1847Elastica\Index::create()
#1859Elastica\Aggregation\DateHistogram::setKeyed()
#1876Elastica\Aggregation\GeoDistance::setKeyed()
#1876Elastica\Aggregation\Histogram::setKeyed()
#1876Elastica\Aggregation\IpRange::setKeyed()
#1876Elastica\Aggregation\GeotileGridAggregation
#1880Elastica\Aggregation\Avg::setMissing()
,Elastica\Aggregation\Cardinality::setMissing()
,Elastica\Aggregation\DateRange::setMissing()
,Elastica\Aggregation\DateHistogram::setMissing()
,Elastica\Aggregation\ExtendedStats::setMissing()
,Elastica\Aggregation\Histogram::setMissing()
,Elastica\Aggregation\Max::setMissing()
,Elastica\Aggregation\Min::setMissing()
,Elastica\Aggregation\Stats::setMissing()
,Elastica\Aggregation\Sum::setMissing()
,Elastica\Aggregation\Terms::setMissing()
#1876guzzlehttp/guzzle
7.x #1816elasticsearch/elasticsearch
version7.4.0
#1864Changed
string
such aswait_for
to be passed toAbstractUpdateAction::setRefresh
#1791AbstractUpdateAction::getRefresh
toboolean|string
#1791Elastica\Index::create()
#1822exceptions
request option byhttp_errors
request option in Guzzle transport #1817php-cs-fixer
to2.16.4
#1830php-cs-fixer
to2.16.7
#1881php-cs-fixer
to2.17.3
#1895php-cs-fixer
to2.18.2
#1897GuzzleHttp\RequestOptions
constants for configuring request options #1820Deprecated
Elastica\Aggregation\Range::setKeyedResponse()
, usesetKeyed()
instead #1848Elastica\Exception\ResponseException::getElasticsearchException()
, usegetResponse()::getFullError()
instead #1829Elastica\QueryBuilder\DSL\Aggregation::global_agg()
, useglobal()
instead #1826Elastica\Util::getParamName()
#1832version
/version_type
options (deprecated in6.7.0
) and addedif_seq_no
/if_primary_term
that replaced itbool
ornull
as 2nd argument toElastica\Index::create()
#1828Removed
Fixed
Elastica\QueryBuilder\DSL\Aggregation::sampler()
not consistent with the underlying constructor call #1815Elastica\Util::toSnakeCase()
with first letter being lower cased #1831Elastica\Aggregation\GeohashGrid::setPrecision()
#1884Elastica\Aggregation\Composite::addAfter()
with thenull
value 1877_routing
and_retry_on_conflict
byrouting
andretry_on_conflict
inAbstractUpdateAction
#1807v7.0.0
Compare Source
Added
Elastica\Aggregation\WeightedAvg
aggregation #1770Changed
Configuration
📅 Schedule: "before 3am on the first day of the month" (UTC).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.