Change log updates

This commit is contained in:
Michael Klishin 2014-03-02 14:57:08 +04:00
parent 4c1a4f9505
commit 3728f38ad7

View file

@ -1,5 +1,14 @@
## Changes between 1.8.0-beta1 and 1.8.0-beta2
### monger.result Use with WriteConcerns is Deprecated
MongoDB Java driver 2.12.x [no longer guarantees connection affinity](https://github.com/mongodb/mongo-java-driver/releases/tag/r2.12.0-rc0) for thread pool
threads.
This means that `WriteConcern#getLastError` is no longer a safe from concurrency
hazards. Therefore the use of `monger.result` functions on `WriteConcern` instances
is now **deprecated** in MongoDB Java client and Monger.
### MongoDB Java Driver Update
MongoDB Java driver dependency has been [updated to 2.12.x](https://github.com/mongodb/mongo-java-driver/releases/tag/r2.12.0-rc0).