Releases: vapor/fluent
Releases · vapor/fluent
Fluent 4.0.0 Alpha 2
- Updates to FluentKit 1 Alpha 2
- Updates to Vapor 4 Alpha 2
Fluent 4.0.0 Alpha 1.1
New:
- Added
--auto-migrate
and--auto-revert
flags for automatically managing migrations during boot (#634)
Fluent 4.0.0 Alpha 1
More information on Vapor 4 alpha releases:
https://medium.com/@codevapor/vapor-4-alpha-1-releases-begin-94a4bc79dd9a
API Docs:
Fluent 3.2.0
New:
- Added
QueryBuilder.copy()
. (#621)
Fluent 3.1.3
Fixed:
- Fixed a bug where
builder.group(...)
calls that don't add any filters could yield an invalid query. (#616)
Fluent 3.1.2
Fixed:
QueryBuilder
'ssort
method now supports sorting joined models. (#580)
Fluent 3.1.1
Fixed:
- Calling
update
/create
/save
on aFuture<Model>
returns the saved model rather than the unwrapped model (#579)
Fluent 3.1.0
Fluent 3.0.1
Fluent 3.0.0
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 withlet
variable. (#532)- KeyedCache
set
will now lookup existing entries first. - Removed deprecated methods.