Skip to content

Releases: vapor/fluent-mongo-driver

Fluent MongoDB RC 1.1

04 Mar 18:20
77f1253
Compare
Choose a tag to compare
Fluent MongoDB RC 1.1 Pre-release
Pre-release

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

02 Mar 18:09
0d4cc2c
Compare
Choose a tag to compare
Pre-release

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

28 Feb 23:08
be5a712
Compare
Choose a tag to compare
FluentKit RC 1 Pre-release
Pre-release

Updates to FluentKit Release Candidate 1.

This patch was authored and released by @tanner0101.

Alpha 1

26 Feb 17:03
a48fb2b
Compare
Choose a tag to compare
Alpha 1 Pre-release
Pre-release

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)