Skip to content

Releases: vapor-community/mongo-driver

Mongo Driver 2.3.1 for Fluent 2

26 Oct 13:18
Compare
Choose a tag to compare

Fixes:

  • When using distinct with no projection (computed fields), the driver falls back to filtering by document ID instead of collapsing all documents into one. #58

Mongo Driver 2.3.0 for Fluent 2

26 Oct 08:52
Compare
Choose a tag to compare

This release adds support for distinct queries and projecting query results via the computed fields feature.

Caveat: both these new features behave differently than the SQL drivers. Check the tests for what to expect.

Mongo Driver 2.2.2

24 Oct 11:58
Compare
Choose a tag to compare

This release fixes an issue which caused nested arrays to be serialized as empty subdocuments #56.

2.2.1

17 Oct 09:50
Compare
Choose a tag to compare
  • Support outer joins

2.2.0

12 Oct 09:14
Compare
Choose a tag to compare
  • Swift 4.0 package description
  • More aggregate types
    • min
    • max
    • sum
    • average
  • Queries with multiple joins
  • Queries on siblings
  • Bulk updates and deletes based with filters (also on joins)

2.1.2

06 Oct 07:40
Compare
Choose a tag to compare
  • Fixed counting aggregated results

2.1.0

28 Aug 08:58
Compare
Choose a tag to compare
  • Added support for subsets
  • Fixed saving arrays

Mongo Driver 2.0

18 May 16:35
Compare
Choose a tag to compare

New:

  • MongoDB's Fluent Driver has been updated to Fluent 2 and MongoKitten 4 🎉
  • Many more Fluent features are supported.

Special thanks to the creator of MongoKitten @Joannis who updated the driver.

Mongo Driver 1.0.9

04 Jan 20:29
Compare
Choose a tag to compare

Fixed:

  • Fluent 1.3 enum fix.

Mongo Driver 1.0.8

15 Dec 14:58
Compare
Choose a tag to compare

Fixed:

  • Sorting selects now works properly.
  • Limiting selects now works properly.
  • Deletes can be limited to first found.