Releases: orlandos-nl/MongoKitten
Releases · orlandos-nl/MongoKitten
6.7.1
6.7.0
6.6.9
6.6.3
- This release contains a bugfix in a helper that would cause
findAndRemove
operations to result in a failure. - A lot of new tests have been added in this release
- A low-level optimisation has been added, which will result in a lower performance for each message sent to MongoDB.
BSON
While updating MongoKitten is great, we've also made a huge step in the BSON library. The new BSON release has seen improved performance up to 150x faster in regular usage.
MongoKitten 6.6.2
Disables support for NIOTransportServices
on macOS
Big Sur that fixes a bug that caused connection issues.
Added support for `$geoNear` aggregate stage.
Adds support for $geoNear
aggregate stage. #242
Thread Sanitiser Fixes on Cluster Disconnect
Before this release, there was a small chance that disconnecting the cluster would crash because of a simultaneous access with cluster discovery.
Thread Sanitiser Fixes
Before this release, there was a small chance that a lot of parallel queries would cause a race condition. That's fixed now!
Create Index improvements
This release adds support for creating more customized indexes for improved flexibility.
List Indexes Support
This release adds support for the listIndexes
command.