- Notifications
You must be signed in to change notification settings - Fork174
Tags: vapor/fluent
Tags
4.11.0
Concurrency updates and database logging APIs (#775)* Bump dependency versions and clean up language flags* Make it easier to override the logger on a database when requesting it (since `.logging(to:)` doesn't usually work as intended)* Use the `willBootAsync` lifecycle callback to avoid calling `.wait()` when auto-migration is requested on the commandline.* Code style, improve the console output in the migration command* Make all the tests fully async and update them to use Application.make() etc.* Remove pointless Dependabot config
4.4.0
Add support for async/await (#732)* Point to async/await dependencies* Add async pagination function* Add async APIs dfor sessions* Add async sessions* Add async versions of migrate and revert* Fix warning for Page Content conformance* Fix redundant conformance* Depend on FluentKit release* AsyncResponseEncodable is available everywhere now* Use release of Vapor
PreviousNext