What's New
On this page
Learn what's new in:
Upcoming Breaking Changes
Beginning with v5.0, the Kotlin Driver will require Java 11 or later.
What's New in 4.10
Important
Starting in version 4.10.1 of the Kotlin driver, you must add
the bson-kotlinx
library as an explicit dependency to use the
kotlinx-serialization
library.
Support for Kotlin server-side usage, both for coroutines and for synchronous applications.
Codec support for Kotlin data classes.
Support for the
kotlinx.serialization
library