0.31.0 • Array update operators, GeoJSON operators, KMongo migration documentation and Multiplatform insertOne¶
BSON¶
- Allow re-encoding a
Bsonvalue to another implementation (832b763e) - Added
Geo.CoordinateReferenceSystem(a79a3e56) - Added
Geo.writeTo(BsonFieldWriter)for easy serialization (0c63ce67)
DSL¶
Update operators:
- Added
arrayFilterssupport (#3, !242) - Added
$popsupport (8366d4a0, !246) - Added
$pullsupport (fe025cca, !246) - Added
$bitsupport (!252)
Filter operators:
- Added
$near(f2e71695, !248) - Added
$nearSphere(857941aa, !248) - Added
$geoWithin(4904317e, !248) - Added
$geoIntersects(bfcd4318, !248) - Added
$mod(6e0b89a2, !250)
Everything else:
- Merge different calls to the
sortoption (5b3e4412)
Drivers¶
- KMongo compat: Allow overriding the
PropertyNameStrategyinasKtMongo()(dd15b39e)
Multiplatform¶
Documentation¶
- Added the KMongo setup guide
- Rewrote the KMongo operator migration guide
- Fixed incorrect example of the
sortoption (8cbe186a)
Dependencies¶
- Kotlin 2.4.0
Browse the documentation for this version • View release in GitLab