Skip to content

0.31.0 • Array update operators, GeoJSON operators, KMongo migration documentation and Multiplatform insertOne

BSON

  • Allow re-encoding a Bson value to another implementation (832b763e)
  • Added Geo.CoordinateReferenceSystem (a79a3e56)
  • Added Geo.writeTo(BsonFieldWriter) for easy serialization (0c63ce67)

DSL

Update operators:

Filter operators:

Everything else:

  • Merge different calls to the sort option (5b3e4412)

Drivers

  • KMongo compat: Allow overriding the PropertyNameStrategy in asKtMongo() (dd15b39e)

Multiplatform

  • Ability to connect to the database! (!172)
  • Added insertOne support (!172)

Documentation

Dependencies

  • Kotlin 2.4.0

Browse the documentation for this versionView release in GitLab