• Changelog

Changelog

Changes between released versions

1.5.0

Full change list

  • Updated RxJava to 1.3.0 JAVARX-40
  • Updated MongoDB Driver Async to 3.5.0 JAVARX-39
  • Deprecated AggregatePublisher#useCursor JAVARX-38
  • Deprecate modifiers in FindPublisher and replace with properties JAVARX-36

1.4.0

Full change list

  • Updated MongoDB Driver Async to 3.4.2
  • Update RxJava to 1.2.9
  • Add support for GridFS JAVARX-27
  • Added MongoClients.getDefaultCodecRegistry() JAVARX-23
  • Added a static factory method to MongoClients to taking an already constructed async.client.MongoClient JAVARX-10

1.3.1

Full change list

  • Fix bug disallowing requesting zero elements JAVARX-34

1.3

Full change list

  • Updated MongoDB Driver Async to 3.4.0
  • Updated RxJava to 1.2.0 JAVARX-33
  • Added support for views JAVARX-32
  • Added Collation support JAVARX-31
  • Added support for extending handshake metadata JAVARX-29

1.2

Full change list

  • Updated MongoDB Driver Async to 3.2.0

  • Updated RxJava to 1.0.17

  • Added ObservableAdapter to allow for custom adapters for Observable, such as customizing Scheduler threads.

  • Ensured that errors caused when requesting data is passed to the Observer.


1.1

Full change list

  • Updated MongoDB Driver Async to 3.1.0

    Simplified the driver by using the new com.mongodb.async.client.Observable and mapping to rx.Observable

  • Updated RxJava to 1.0.14