kbond / foundry-next

MIT License
0 stars 1 forks source link

2.x BC Breaks #4

Open kbond opened 1 year ago

kbond commented 1 year ago

Here's a list of 2.x BC breaks. Most can be mitigated with deprecations in 1.x:

kbond commented 1 year ago

Bundle config diff:

zenstruck_foundry:
-    auto_refresh_proxies: null
    instantiator:
-        without_constructor:  false
+        use_constructor:  true
        allow_extra_attributes: false
        always_force_properties: false
        service:              null
+    orm:
+        auto_persist:         true
+        reset:
+            connections: [default]
+            entity_managers: [default]
+            mode: schema
+    mongo:
+        auto_persist:         true
+        reset:
+            document_managers: [default]
-    database_resetter:
-        enabled:              true
-        orm:
-            connections:          []
-            object_managers:      []
-            reset_mode:           schema
-        odm:
-            object_managers:      []
    global_state:         []
-    make_factory:
-        default_namespace:    Factory
nikophil commented 1 year ago

(added these to above list)