caylir v0.9.0 Release Notes

Release Date: 2018-09-30 // over 5 years ago
    • ✨ Enhancements

      • Compiling a graph module without passing an :otp_app will now raise
      • Graphs can be declared with compile time configuration defaults that are later overwritten by the application environment
    • Backwards incompatible changes

      • Minimum required elixir version is now ~> 1.5
      • Public access to the internal pool child spec has been removed
      • Public access to the internal pool module name has been removed
      • Support for Cayley version 0.6.1 has been dropped
    • 🗄 Deprecations

      • Accessing the system environment by configuring {:system, var} or {:system, var, default} will now result in a Logger.info/1 message and will stop working in a future release