Skip to content

Releases: facile-it/mongodb-bundle

0.6.4

03 Jan 16:01
Compare
Choose a tag to compare

Some internal improvements

0.6.3

03 Jan 11:45
d28fd22
Compare
Choose a tag to compare

Commands are manually registered to avoid SF 3.4 deprecation

thanks @Jean85

0.6.2

19 Dec 13:53
77e9572
Compare
Choose a tag to compare
  • 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

16 Nov 15:15
Compare
Choose a tag to compare

fixed profiler, so bson objects like UTCDatetime are correctly represented

0.6.0

14 Nov 15:21
a4ce177
Compare
Choose a tag to compare
  • 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-BETA3

14 Nov 11:18
12f2bf4
Compare
Choose a tag to compare
0.6.0-BETA3 Pre-release
Pre-release

fallback authSource to admin

0.6.0-BETA2

14 Nov 11:07
623c6b6
Compare
Choose a tag to compare
0.6.0-BETA2 Pre-release
Pre-release

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

10 Nov 16:15
Compare
Choose a tag to compare
0.6.0-BETA1 Pre-release
Pre-release

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

30 Aug 10:28
Compare
Choose a tag to compare
  • 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

0.4.5

25 Aug 10:16
Compare
Choose a tag to compare

added profiling of read preference