Kmongo Versions Save

[deprecated] KMongo - a Kotlin toolkit for Mongo

kmongo-5.1.0

2 weeks ago

kotlin 2 & mongo 5.1 update

kmongo-4.11.0

7 months ago
  • #425 fix: Converting a Double to BigDecimal can result in precision loss.
  • #427 UUIDSerializer: Cast to parent type to deserialize a UUID within a list

kmongo-4.10.0

10 months ago
  • #390 Typed enum queries ignore @SerialName using coroutine client
  • #415 When using SerialName, the Bson document generated by kmongo is incorrect
  • #416 perf issue with Class.forName with Kotlinx Datetime

kmongo-4.9.0

1 year ago
  • #396 Kotlin class support for findOneAndUpdate in CoroutineCollection

kmongo-4.8.0

1 year ago
  • #382 Added possibility to customize ObjectMapper's KotlinModule
  • #383 filterIdToBson doesn't filter id field (only filters '_id' named field)

This version should be the last release in the KMongo repo (if no critical bug found).

A MR is planned to move the code into the MongoDB repository 🍾🥂

kmongo-4.7.2

1 year ago
  • #373 feat: added serialization for kotlinx.datetime
  • #379 Update mongo.version from 4.7.1 to 4.7.2

kmongo-4.7.1

1 year ago
  • #365 CoroutineCollection.save doesn't use specified Serializer (kotlinx.serialization)
  • #369 Add client metadata for KMongo
  • #371 Filtering for enum with custom value fails with Jackson serialization

kmongo-4.7.0

1 year ago

kmongo-4.6.1

1 year ago
  • #299 Add pos function
  • #352 Polymorphic types, easy way to select by type (___type field)
  • #353 Add support for $arrayElemAt, $ifNull, $dateToString and typesafe $lookup shortcut

kmongo-4.6.0

2 years ago
  • #333 Support $count aggregation operator
  • #335 Extend usage of dayOfYear, Month and Week to ObjectID
  • #345 test: use latest flapdoodle version & allow to select the mongo server test version