mongodb-odm
mongodb-odm copied to clipboard
The Official PHP MongoDB ORM/ODM
| Q | A |------------- | ----------- | Type | feature | BC Break | no | Fixed issues | [PHPORM-38](https://jira.mongodb.org/browse/PHPORM-38) #### Summary
### Feature Request Allow users to explicitly exclude features (e.g. search indexes) in CLI commands. | Q | A |------------ | ------ | New Feature | yes | RFC |...
Bumps [doctrine/.github](https://github.com/doctrine/.github) from 4.0.0 to 5.0.1. Release notes Sourced from doctrine/.github's releases. 5.0.1 Fixed continuous integration workflows were invalid, needed to define CODECOV_TOKEN secret. 5.0.0 Changed Bumped all workflows to...
People that read the changelog might get confused if they find those under "dependencies".
#### Summary The `processProxy` and `processDocumentProxy` methods in CreateCommand appear to be obsolete. They were introduced in https://github.com/doctrine/mongodb-odm/commit/373966eee8bd607a86b1a3e9b77c0058384df33b prior to 1.0.0. A subsequent commit (https://github.com/doctrine/mongodb-odm/commit/56fc267459dd0b972e710b0ff1cab5fbf1859fd9, also included in 1.0.0) introduced...
### Bug Report | Q | A |------------ | ------ | BC Break | no | Version | 2.7.0 #### Summary I created a document structure that has two levels...
| Q | A |------------- | ----------- | Type | improvement | BC Break | no | Fixed issues | - #### Summary Upcoming changes: https://php.watch/versions/8.4 - [ ] vimeo/psalm...
The `merge` method is removed from the `ObjectManager` interface in `doctrine/persistence` 3.0 and as such we are free to deprecate (and eventually remove) it as well. Throughout the years the...
### Feature Request | Q | A |------------ | ------ | New Feature | yes | RFC | no | BC Break | no #### Summary I learned about this...
This is how we should ideally allow extensions to be combined with ODM's schema. Sadly, this does not work and it seems work on extensions' maintainers is needed anyway :(...