5.0.0-RC1
版本发布时间: 2023-12-22 22:28:36
doctrine/DoctrineMongoDBBundle最新发布版本:5.0.1(2024-01-16 19:05:45)
What's Changed
- Remove support of annotations by @franmomu in https://github.com/doctrine/DoctrineMongoDBBundle/pull/793
- Remove deprecated
tail-cursor
command and deprecatedDoctrineODMCommand
methods by @GromNaN in https://github.com/doctrine/DoctrineMongoDBBundle/pull/795 - Remove unused mapping services by @franmomu in https://github.com/doctrine/DoctrineMongoDBBundle/pull/794
- Add return types required by extending Symfony classes by @GromNaN in https://github.com/doctrine/DoctrineMongoDBBundle/pull/797
- Remove
--service
option fromdoctrine:mongodb:fixtures:load
command by @GromNaN in https://github.com/doctrine/DoctrineMongoDBBundle/pull/799 - Mark all command and compiler pass classes as final by @GromNaN in https://github.com/doctrine/DoctrineMongoDBBundle/pull/796
- Remove container injection in fixture classes by @GromNaN in https://github.com/doctrine/DoctrineMongoDBBundle/pull/802
- Remove CHANGELOG and old UPGRADE files by @GromNaN in https://github.com/doctrine/DoctrineMongoDBBundle/pull/803
- Remove legacy config
fixture_loader
by @GromNaN in https://github.com/doctrine/DoctrineMongoDBBundle/pull/808 - Remove dependency to
jean85/pretty-package-versions
by @GromNaN in https://github.com/doctrine/DoctrineMongoDBBundle/pull/805 - feat: Symfony 7 support by @kbond in https://github.com/doctrine/DoctrineMongoDBBundle/pull/784
- Add native types by @franmomu in https://github.com/doctrine/DoctrineMongoDBBundle/pull/812
- Remove old code in DocumentType by @franmomu in https://github.com/doctrine/DoctrineMongoDBBundle/pull/815
- Migrate config to PHP by @franmomu in https://github.com/doctrine/DoctrineMongoDBBundle/pull/810
- Drop support for Doctrine cache adapter for metadata by @GromNaN in https://github.com/doctrine/DoctrineMongoDBBundle/pull/804
- Remove deprecated parameters by @GromNaN in https://github.com/doctrine/DoctrineMongoDBBundle/pull/821
- Remove deprecated configuration by @GromNaN in https://github.com/doctrine/DoctrineMongoDBBundle/pull/819
- Update Doctrine ODM and Persistence dependencies by @GromNaN in https://github.com/doctrine/DoctrineMongoDBBundle/pull/824
- Remove
EventSubscriberInterface
by @GromNaN in https://github.com/doctrine/DoctrineMongoDBBundle/pull/818 - Move files to the new bundle directory structure by @GromNaN in https://github.com/doctrine/DoctrineMongoDBBundle/pull/826
- Remove version in internal annotation by @franmomu in https://github.com/doctrine/DoctrineMongoDBBundle/pull/829
- Remove deprecated parameters of
#[AsDocumentListener]
by @GromNaN in https://github.com/doctrine/DoctrineMongoDBBundle/pull/828 - Fix partial service removed when fixtures package is not installed by @GromNaN in https://github.com/doctrine/DoctrineMongoDBBundle/pull/831
- Fix bundle path for profiler templates by @GromNaN in https://github.com/doctrine/DoctrineMongoDBBundle/pull/833
Full Changelog: https://github.com/doctrine/DoctrineMongoDBBundle/compare/4.7.0...5.0.0-RC1