Releases: vapor-community/mongo-driver
Releases · vapor-community/mongo-driver
Mongo Driver 2.3.1 for Fluent 2
Mongo Driver 2.3.0 for Fluent 2
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
This release fixes an issue which caused nested arrays to be serialized as empty subdocuments #56.
2.2.1
2.2.0
2.1.2
2.1.0
Mongo Driver 2.0
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
Fixed:
- Fluent 1.3 enum fix.
Mongo Driver 1.0.8
Fixed:
- Sorting selects now works properly.
- Limiting selects now works properly.
- Deletes can be limited to first found.