- Changelog
Changelog
Changes between released versions
1.6
- Updated Reactive Streams to 1.0.1 JAVARS-36
- Updated MongoDB Driver Async to 3.5.0 JAVARS-35
- Deprecated AggregatePublisher#useCursor JAVARS-34
- Deprecate modifiers in FindPublisher and replace with properties JAVARS-28
1.5
- Added Collation support to delete operations JAVARS-27
1.4
- Updated MongoDB Driver Async to 3.4.2
- Added GridFS support JAVARS-23
- Added
MongoClients.getDefaultCodecRegistry()
JAVARS-16 - Added a static factory method to MongoClients to taking an already constructed async.client.MongoClient JAVARS-26
1.3
- Updated MongoDB Driver Async to 3.4.0
- Added Collation support JAVARS-21
- Added support for views JAVARS-22
- Added support for extending handshake metadata JAVARS-20
1.2
- Updated MongoDB Driver Async to 3.2.0
- Added support for MongoDB 3.2.0 features
1.1
Updated MongoDB Driver Async to 3.1.0
Simplified the driver by using the new
com.mongodb.async.client.Observable
and mapping toPublisher
On this page