This changelog references the relevant changes done in 3.4 minor versions.
To get the diff for a specific change, go to https://github.com/doctrine/DoctrineMongoDBBundle/commit/XXX where XXX is the commit hash. To get the diff between two versions, go to https://github.com/doctrine/DoctrineMongoDBBundle/compare/XXX...YYY where XXX and YYY are the older and newer versions, respectively.
To generate a changelog summary since the last version, run
git log --no-merges --oneline XXX...HEAD
All issues and pull requests in this release may be found under the 3.4.4 milestone.
- 464 adds a missing service for the
doctrine:mongodb:generate:repositories
command
All issues and pull requests in this release may be found under the 3.4.3 milestone.
- 458 makes form type guesser ignore unmapped fields instead of throwing an exception
All issues and pull requests in this release may be found under the 3.4.2 milestone.
- 455 fixes tests by using memcached instead of memcache (Symfony 4 doctrine-bridge compatibility)
- 454 fixes wrongly named MONGODB-X509 auth mechanism
All issues and pull requests in this release may be found under the 3.4.1 milestone.
- 438 removes deprecated ODM functionality in tests
- 437 declares commands as services to make them discoverable with Symfony 4
- 433 fixes the container configuration to make services public for Symfony 4
All issues and pull requests in this release may be found under the 3.4 milestone.