Skip to content

Releases: vapor/fluent

Fluent 4.0.0 Alpha 1.1

12 Jun 03:00
728fe8a
Compare
Choose a tag to compare
Pre-release

New:

  • Added --auto-migrate and --auto-revert flags for automatically managing migrations during boot (#634)

Fluent 4.0.0 Alpha 1

06 Jun 17:46
1184990
Compare
Choose a tag to compare

Fluent 3.2.0

10 Apr 18:35
b915c32
Compare
Choose a tag to compare

New:

  • Added QueryBuilder.copy(). (#621)

Fluent 3.1.3

05 Mar 21:49
3776a0f
Compare
Choose a tag to compare

Fixed:

  • Fixed a bug where builder.group(...) calls that don't add any filters could yield an invalid query. (#616)

Fluent 3.1.2

31 Oct 21:04
00b81a9
Compare
Choose a tag to compare

Fixed:

  • QueryBuilder's sort method now supports sorting joined models. (#580)

Fluent 3.1.1

29 Oct 17:22
8c2d383
Compare
Choose a tag to compare

Fixed:

  • Calling update/create/save on a Future<Model> returns the saved model rather than the unwrapped model (#579)

Fluent 3.1.0

17 Oct 16:35
dc258fe
Compare
Choose a tag to compare

New:

  • An optional default parameter has been added to QueryBuilder.sum(_:). This will be used when the result set of the query is zero, instead of throwing an error. (#568, #573, #571)

Fixed:

  • QueryBuilder.sum(_:) now throws a more helpful error message if the result set is empty.

Fluent 3.0.1

10 Oct 22:02
413a975
Compare
Choose a tag to compare

Fixed:

  • QueryBuilder.update(_:to:) now correctly sets the updatedAt field if the model supports timestamps. (#565, #566)

Fluent 3.0.0

17 Jul 02:21
Compare
Choose a tag to compare

Fluent 3.0 is here! 🎉
🖋 Swift ORM framework (queries, models, and relations) for building NoSQL and SQL database integrations.

See the updated documentation for more information:
docs.vapor.codes/3.0/fluent/getting-started/

And of course, check out the API docs for detailed information about the public API:
api.vapor.codes/fluent/latest/Fluent


Changes since latest RC:

Fixed:

  • Children relation can now be created with let variable. (#532)
  • KeyedCache set will now lookup existing entries first.
  • Removed deprecated methods.

Fluent 3.0.0 RC 4.0.2

22 Jun 01:16
Compare
Choose a tag to compare
Fluent 3.0.0 RC 4.0.2 Pre-release
Pre-release
3.0.0-rc.4.0.2

use fk action