You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Support for lazily connecting to MongoDB databases
This means you can now synchronously make a context using request.context()
This replaces request.meow(), which is now deprecated
To use it, just switch to the new init. The old one is now deprecated. If you don't want to lazily connect, you can still opt-out of lazy connections.
Added support for a configure closure on MeowProvider. By setting it, you can perform configuration on the made Context instances
Removes Set: ReflectionDecodable and adds a dependency of Vapor Core 3.5.0. Since that version, the conformance is implemented in Vapor Core, and causes a compiler warning in MeowVapor