- What's New
What’s New in 3.0
Key features of the 3.0 driver include:
- A generic
MongoCollection
interface that complies with a new cross-driver CRUD specification. - A new asynchronous API that can leverage either Netty or Java 7’s AsynchronousSocketChannel
- A new Codec infrastructure that you can use to build high-performance encoders and decoders without requiring an intermediate Map instance.
- A new core driver on top of which you can build alternative or experimental driver APIs
Upgrading
See the upgrading guide on how to upgrade to 3.0
On this page