Skip to content

Releases: vapor/fluent-mongo-driver

Release FluentMongoDriver 1.0.0

16 Jun 15:59
c3a5e32
Compare
Choose a tag to compare

FluentKit 1.0.0 GM

29 May 22:23
4a00988
Compare
Choose a tag to compare
FluentKit 1.0.0 GM Pre-release
Pre-release
This patch was authored and released by @tanner0101.

Updates this package for compatibility with latest version of FluentKit.

Fix breaking change in MongoKitten

06 May 19:08
8fbece6
Compare
Choose a tag to compare
Pre-release
This patch was authored and released by @Joannis.

Add change stream and GridFS support

01 Apr 08:54
09c2302
Compare
Choose a tag to compare
Pre-release
This patch was authored and released by @Joannis.

Add support for change streams on entities and GridFS file reading/writing

Added debug logging to all queries

01 Apr 08:47
ebe344f
Compare
Choose a tag to compare
Pre-release
This patch was authored and released by @Joannis.

This PR adds debug logging to all MongoDB queries

Exports the Document type for flexible data support, and adds tests

01 Apr 08:45
78a0f04
Compare
Choose a tag to compare
This patch was authored and released by @Joannis.

Exports the Document type for flexible data support, and adds tests.

Fix join and joinCount returning invalid results on queries where a limit is applied

31 Mar 11:26
017582a
Compare
Choose a tag to compare
This patch was authored and released by @Joannis.

Move the limits and skips to later in the join stages. This way the limits and skips apply to the final resultset, not the initial input.

Support ObjectId as custom identifier type

26 Mar 16:42
efdcccc
Compare
Choose a tag to compare
This patch was authored and released by @Joannis.

Adds support for ObjectId as an identifier type in MongoDB.

Implement inverse subset filter with `$nin`

24 Mar 21:41
ef9cccd
Compare
Choose a tag to compare
This patch was authored by @gwynne and released by @tanner0101.

Previously the driver would erroneously treat !~ filters as ~~ filters.

Hop to the Fluent EventLoop in custom MongoDB requests

08 Mar 17:55
d948c72
Compare
Choose a tag to compare
This patch was authored and released by @Joannis.

In the previous PR, #10, not all queries were covered because the MongoKitten helper objects aren't being used on all requests. This PR adds hops the eventloop on the remainder of queries.