github vapor/fluent 4.11.0
4.11.0 - Concurrency updates and database logging APIs

latest releases: 4.13.0, 4.12.0
2 years ago

What's Changed

Concurrency updates and database logging APIs by @gwynne in #775

This update contains the following changes:

  • Two new APIs are available: Application.db(_:logger:) and Request.db(_:logger:). These work exactly the way the respective .db(_:) methods do, except the database’s logger will be set to the one provided rather than the default. These APIs will hopefully make it easier to work around the unfortunate fact that Database.logging(to:) and its SQLKit counterpart basically don’t work at all.
  • The --auto-migrate and --auto-revert commandline flags no longer call EventLoopFuture.wait() when the app is booted in async mode (no more crash risk).
  • The migrate command now has nicer console output.
  • All tests have been updated to be fully async.
This patch was released by @gwynne

Full Changelog: 4.10.0...4.11.0

Don't miss a new fluent release

NewReleases is sending notifications on new releases.