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
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,17 +4,25 @@ CHANGELOG for 6.0.x
4
4
This changelog references the relevant changes (bug and security fixes) done
5
5
in 6.0 versions.
6
6
7
-
### 6.0.0-BETA2 (2020-xx-xx)
7
+
### 6.0.0-BETA3 (2020-xx-xx)
8
+
9
+
### 6.0.0-BETA2 (2020-09-23)
8
10
9
11
* Added support for queued messages via Symfony Messenger.
10
12
* Fixed several Doctrine Persistence deprecations.
11
13
* Fixed missing options in `findHybridPaginated`.
12
14
* Fixed wrong class alias for `fos_elastica.template_resetter` service.
15
+
***[BC break]** Changed signature of method `FOS\ElasticaBundle\Persister\PagerPersisterRegistry::getPagerPersister()`.
13
16
***[BC break]** Marked all services tagged with `fos_elastica.pager_provider` private (`fos_elastica.pager_provider.prototype.mongodb`, `fos_elastica.pager_provider.prototype.orm` and `fos_elastica.pager_provider.prototype.phpcr` abstract services).
14
17
***[BC break]** Marked the `fos_elastica.config_manager` service as private.
15
18
***[BC break]** Marked the `fos_elastica.filter_objects_listener` service as private.
16
19
***[BC break]** Marked the `fos_elastica.finder` abstract service and all its children as private.
20
+
***[BC break]** Marked the `fos_elastica.in_place_pager_persister` service as private.
17
21
***[BC break]** Marked the `fos_elastica.index_template_manager` service as private.
22
+
***[BC break]** Marked the `fos_elastica.object_persister` service as private.
23
+
***[BC break]** Marked the `fos_elastica.object_serializer_persister` service as private.
24
+
***[BC break]** Marked the `fos_elastica.pager_persister_registry` service as private.
25
+
***[BC break]** Marked the `fos_elastica.persister_registry` service as private.
18
26
***[BC break]** Marked the `fos_elastica.resetter` service as private.
19
27
***[BC break]** Marked the `fos_elastica.template_resetter` service as private.
20
28
***[BC break]** The configuration option `debug_logging` must be a boolean instead of a scalar value.
0 commit comments