Skip to content

Releases: orlandos-nl/MongoKitten

6.7.1

06 Nov 12:33
Compare
Choose a tag to compare
Merge branch 'master/6.0' of github.com:OpenKitten/MongoKitten into m…

6.7.0

26 Oct 20:25
7a9d7b4
Compare
Choose a tag to compare

Async-Await Support. Use the helpers through the .async properties on MongoDatabase and MongoCollection to get access to the async-await API for that type.

6.6.9

25 Sep 12:11
22352b5
Compare
Choose a tag to compare
Merge pull request #266 from Guziq/patch-1

Update AggregateBuilder.swift

6.6.3

25 Aug 12:41
a4b5f6c
Compare
Choose a tag to compare
  1. This release contains a bugfix in a helper that would cause findAndRemove operations to result in a failure.
  2. A lot of new tests have been added in this release
  3. 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

08 Aug 17:25
Compare
Choose a tag to compare

Disables support for NIOTransportServices on macOS Big Sur that fixes a bug that caused connection issues.

Added support for `$geoNear` aggregate stage.

19 Jun 16:20
caa59c3
Compare
Choose a tag to compare

Adds support for $geoNear aggregate stage. #242

Thread Sanitiser Fixes on Cluster Disconnect

03 Jun 18:42
f1c891e
Compare
Choose a tag to compare

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

30 May 17:36
288f16a
Compare
Choose a tag to compare

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

04 May 22:25
f2cf1a0
Compare
Choose a tag to compare

This release adds support for creating more customized indexes for improved flexibility.

List Indexes Support

03 May 18:12
a0ed627
Compare
Choose a tag to compare

This release adds support for the listIndexes command.