Releases: facile-it/mongodb-bundle
Releases · facile-it/mongodb-bundle
0.6.4
0.6.3
0.6.2
- Fixed some phpDocs (@alexmanno)
- Use Makefile instead of bash scripts (@alexmanno)
- Added some fixes to edge cases handled by the query serializer (@Jean85)
- Added support for Symfony 4 (@Algatux)
0.6.1
0.6.0
0.6.0-BETA3
fallback authSource to admin
0.6.0-BETA2
adds authSource to support authentication on dbs different from the connection related one.
for example this will support authentication on admin database.
see Readme for differences
0.6.0-BETA1
adds authSource to support authentication on dbs different from the connection related one.
for example this will support authentication on admin database.
see Readme for differences
Query explain
- improved profiler to show the queries explanation on request
- some code improvements
- rised the ext-mongodb required version to ^1.1.5
thx to @guidopili, @salvatorecordiano and @mariomaraone for the help