v0.9.0
-
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
- Compiling a graph module without passing an
-
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
- Minimum required elixir version is now
-
Deprecations
- Accessing the system environment by configuring
{:system, var}
or{:system, var, default}
will now result in aLogger.info/1
message and will stop working in a future release
- Accessing the system environment by configuring