Releases: vapor/fluent-mongo-driver
Releases · vapor/fluent-mongo-driver
Fluent MongoDB RC 1.1
This release fixes a bug that would show up in common usage of Vapor applications. The results of queries would be asynchronously delivered on the wrong EventLoop.
Fluent MongoDB driver RC 1
This release technically matches the Alpha 2 release, but marks a point of API stability in both Fluent and this MongoDB driver.
FluentKit RC 1
Updates to FluentKit Release Candidate 1.
This patch was authored and released by @tanner0101.
Alpha 1
The first release of the driver has arrived. If you're using Fluent 4 beta 5, MongoDB is now supported.
Connect to MongoDB using a connection string, for example, to localhost:
try databases.use(.mongo(connectionString: "mongodb://localhost/vapor-database"), as: .mongo)