Releases: OpenKitten/MeowVapor
Releases · OpenKitten/MeowVapor
2.1.2
2.1.1
2.1.0 - Lazy
- 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
- This replaces
- 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.
- This means you can now synchronously make a context using
- Added support for a
configureclosure onMeowProvider. By setting it, you can perform configuration on the madeContextinstances - Removes
Set: ReflectionDecodableand 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