0.28.0 • BSON Vector support, easily create ObjectId instances, usability improvements¶
BSON¶
Drivers (official)¶
- Added the method
MongoCollection.newId()to easily generate newObjectIdinstances using the collection's generator (!203) - Fixed a dependency declaration issue which lead to
JvmBsonContextnot being available to users (!207)
DSL¶
- Fixed
gteNotNulland similar operators breaking when the optional filter is not present (!204) - Nullable numbers are now allowed in aggregation accumulators (!205)
Browse the documentation for this version • View release in GitLab