Skip to content

2.1.0 - Lazy

Compare
Choose a tag to compare
@Obbut Obbut released this 26 Feb 10:42
· 3 commits to master/2.0 since this release
821ddf8
  • 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