0.27.0 • Update return type, Java document conversions and improved documentation¶
BSON¶
- Improved the documentation of
ObjectIdandObjectIdGenerator(#109, 1c2765f4, !198) - Improved the documentation of
ObjectId.SerializerandTimestamp.Serializer(#108, !199) - Fixed documentation mistakes regarding the bounds of
ObjectId(0055e7a6, !198)
BSON (official)¶
- Added
JvmBsonFactory.readDocument(),readArray()andreadValue()to convert from official types to their KtMongo equivalents (bce89d5b)
DSL¶
Drivers¶
- Added
UpdateResultandUpsertResult, the return types ofupdateOne,updateMany,upsertOneand their aggregation equivalents (#110, !197)
Dependencies¶
- Kotlin 2.3.10
Browse the documentation for this version • View release in GitLab