You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6-2
Original file line number
Diff line number
Diff line change
@@ -5,9 +5,15 @@ All notable changes to this project will be documented in this file based on the
5
5
6
6
### Backward Compatibility Breaks
7
7
8
+
* The class `\Elastica\QueryBuilder\Version\Version240` has been moved to `\Elastica\QueryBuilder\Version\Version700`[#1693](https://github.com/ruflin/Elastica/pull/1693)
9
+
8
10
### Bugfixes
9
11
12
+
* The `\Elastica\Query\GeoPolygon::count()` method now returns the count of points passed to the filter [#1696](https://github.com/ruflin/Elastica/pull/1696)
13
+
10
14
### Added
15
+
16
+
* Added `\Elastica\ResultSet::getTotalHitsRelation()` to get relation for total hits [#1694](https://github.com/ruflin/Elastica/pull/1694)
@@ -19,7 +25,6 @@ All notable changes to this project will be documented in this file based on the
19
25
20
26
### Backward Compatibility Breaks
21
27
* The class `\Elastica\Type\Mapping` has been moved to `\Elastica\Mapping`[#1666](https://github.com/ruflin/Elastica/pull/1666)
22
-
* The class `\Elastica\QueryBuilder\Version\Version240` has been moved to `\Elastica\QueryBuilder\Version\Version700` and type query was removed [#1693](https://github.com/ruflin/Elastica/pull/1693)
23
28
* The `\Elastica\Query::$_suggest` property has been renamed to `$hasSuggest` and is now private, it should not be used from extending classes [#1679](https://github.com/ruflin/Elastica/pull/1679)
24
29
*`\Elastica\Document` expects a string as ID, not an int [#1672](https://github.com/ruflin/Elastica/pull/1672).
25
30
* Removed `\Elastica\Query\GeohashCell` query, use `\Elastica\Query\GeoBoundingBox` instead [#1672](https://github.com/ruflin/Elastica/pull/1672).
@@ -50,7 +55,6 @@ All notable changes to this project will be documented in this file based on the
50
55
51
56
### Bugfixes
52
57
53
-
* The `\Elastica\Query\GeoPolygon::count()` method now returns the count of points passed to the filter [#1696](https://github.com/ruflin/Elastica/pull/1696)
54
58
* Always set the Guzzle `base_uri` to support connecting to multiple ES hosts. [#1618](https://github.com/ruflin/Elastica/pull/1618)
55
59
* Properly handle underscore prefixes in options and bulk request metadata ([cf upstream](https://github.com/elastic/elasticsearch/issues/26886). [#1621](https://github.com/ruflin/Elastica/pull/1621)
56
60
* Preserve zeros while doing float serialization to JSON. [#1635](https://github.com/ruflin/Elastica/pull/1635)
0 commit comments