- The bundle now requires MongoDB ODM 2.0. You should have a look at its UPGRADE document and update your application accordingly.
- The
default_repository_class
configuration option was dropped. Use thedefault_document_repository_class
option instead. - The
retry_connect
andretry_query
configuration options were dropped without replacement. - The YAML metadata driver was dropped without replacement.
- The
doctrine:mongodb:generate:documents
anddoctrine:mongodb:generate:repositories
commands have been dropped without replacement. - The
doctrine.odm.mongodb.document_manager
service was removed. Use thedoctrine_mongodb.odm.document_manager
service instead.