• Changelog

Changelog

Changes between released versions

1.9.2

Full change list

  • Updated MongoDB Driver Async to 3.8.2 JAVARS-115

1.9.1

Full change list

1.9.0

Full change list

  • Updated MongoDB Driver Async to 3.8.0
  • Transaction support JAVARS-59
  • Added new count API JAVARS-89

1.8.0

Full change list

  • Updated MongoDB Driver Async to 3.7.0
  • Support first() methods on all MongoIterable based Publishers JAVARS-66
  • Add support for com.mongodb.MongoClientSettings JAVARS-60
  • Resolve MongoDriverInformation incompatibility JAVARS-58
  • Support ReplaceOptions in CRUD API JAVARS-57
  • Allow configuration of batchSize on FindPublisher and AggregatePublisher JAVARS-30

1.7.1

Full change list

  • Updated MongoDB Driver Async to 3.6.3 - Decrease likelihood of implicit session leak JAVARS-55

1.7

Full change list


1.6

Full change list

  • 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

Full change list

  • Added Collation support to delete operations JAVARS-27

1.4

Full change list

  • 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

Full change list

  • 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

Full change list

  • 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 to Publisher