Skip to content

v0.9.0

Compare
Choose a tag to compare
@mneudert mneudert released this 30 Sep 12:59
· 238 commits to master since this release
259f720
  • 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