Skip to content

v0.8.0

Compare
Choose a tag to compare
@mneudert mneudert released this 09 Sep 10:13
· 272 commits to master since this release
4adc5d5
  • Enhancements

    • Configuration can be done on graph (re-) start by setting a {mod, fun} tuple for the config key :init. This method will be called with the graph module name as the first (and only) parameter and is expected to return :ok
    • Queries now support the limit parameter
    • Support for elixir 1.5 style child_spec has been added
  • Soft deprecations (no warnings)

    • Support for {:system, "ENV_VARIABLE"} configuration has been removed from the documentation. It will eventually be removed completely after a proper deprecation phase