This changelog references the relevant changes done in minor version updates.
All issues and pull requests under this release may be found under the 1.1.5 milestone.
- #222 fixes handling
of
monodb+srv
URLs inMongoClient
.
All issues and pull requests under this release may be found under the 1.1.4 milestone.
- #214 fixes the return values of MongoBatch calls with unacknowledged write concerns.
All issues and pull requests under this release may be found under the 1.1.3 milestone.
- #203 fixes the detection of empty keys in update queries which were sometimes not properly handled.
- #187 forces a primary read preference to certain commands that need to write data.
- #195 fixes a wrong
calculation leading to a wrong
updatedExisting
field in the result of anupdate
query. - #193 fixes leaking
new driver exceptions when calling
MongoClient::getHosts
. - #191 fixes cursor
iteration when calling
hasNext
before resetting the cursor. - #189 fixes type
conversion for a
query
passed to theexplain
command. - #186 fixes errors when
using the 1.3 version of
ext-mongodb
. It also fixes an issue where new fields inMongoDB::listCollections
were not properly reported.
All issues and pull requests under this release may be found under the 1.1.2 milestone.
- #184 fixes an invalid
call to
count
which causes warnings on PHP 7.2.
All issues and pull requests under this release may be found under the 1.1.1 milestone.
- #176 fixes exception
codes in
MongoGridFSException
exceptions that occur during GridFS operations.
All issues and pull requests under this release may be found under the 1.1.0 milestone.