Releases: facile-it/mongodb-bundle
Releases · facile-it/mongodb-bundle
1.6.2
Added
- Profiling for countDocuments() and estimatedDocumentCount() (#191) by @phleauran.
Fixed
- Fixed deprecation warnings using PHP 8.4
- ProfilerController configuration (explain links).
1.6.1
Fixed
- Fixed deprecation warnings using mongo-ext 1.20
1.6.0
Added
- Support for Symfony 7
- CI coverage for PHP 8.1, 8.2, 8.3
Removed
- Support for PHP < 7.4
- Support for Symfony < 4.4
- Support for ext-mongo < 1.6
- Support for mongodb/mongodb < 1.5
- Docker images dev-dependency from https://github.com/ilario-pierbattista/docker-php-mongodb-bundle
1.5.0
1.4.0
1.3.0
Symfony 5 fix, Phpunit 8, query serialization fixes and changelog
Allow FrameworkBundle 5
Thanks to @Jean85
1.1.0: Removed fallback logic for authSource config
thanks to @starred-gijs
1.0.0: Avoid Symfony 5.1 deprecations (#95)
1.0.0-BETA: Allow Symfony 5 (#91)
- Added Symfony 5 support and some test improvements. Thank you @Jean85
- Better docker images versioning for CI tests