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-6.0.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,8 @@ in 6.0 versions.
6
6
7
7
### 6.0.0-RC1 (2021-xx-xx)
8
8
9
-
***[BC break]** Signature of `FOS\ElasticaBundle\Configuration\Source\SourceInterface::getConfiguration()` has changed.
9
+
***[BC break]** Changed signature of `FOS\ElasticaBundle\Configuration\Source\SourceInterface::getConfiguration()`.
10
+
***[BC break]** Changed signature of methods `resetAllIndexes` and `resetIndex` from interface `FOS\ElasticaBundle\Index\ResetterInterface` and its implementations.
10
11
11
12
### 6.0.0-BETA4 (2021-05-24)
12
13
@@ -20,9 +21,9 @@ in 6.0 versions.
20
21
***[BC break]** Marked the `fos_elastica.client_prototype` service as private.
21
22
***[BC break]** Marked the `fos_elastica.index_template_prototype` service as private.
22
23
***[BC break]** Marked all events final and introduced several abstract classes.
23
-
***[BC break]**Signature of `FantaPaginatorAdapter::getNbResults()` has changed.
24
-
***[BC break]**Signature of `FantaPaginatorAdapter::getSlice()` has changed.
25
-
***[BC break]**Signature of `PartialResultsInterface::toArray()`, `PartialResultsInterface::getTotalHits()` and `PartialResultsInterface::getAggregations()` have changed.
24
+
***[BC break]**Changed signature of `FantaPaginatorAdapter::getNbResults()`.
25
+
***[BC break]**Changed signature of `FantaPaginatorAdapter::getSlice()`.
26
+
***[BC break]**Changed signature of `PartialResultsInterface::toArray()`, `PartialResultsInterface::getTotalHits()` and `PartialResultsInterface::getAggregations()`.
0 commit comments