Kazan v0.7.0 Release Notes

Release Date: 2018-04-04 // about 6 years ago
  • ๐Ÿ”„ Changes

    • Kazan.run now pattern matches on argument types, so if a user accidentally passes a {:ok, request} to it, they'll get a better error message.
    • ๐Ÿ”Š Kazan.Watcher no longer logs debug info by default. This is now controlled with a debug option that defaults to false.
    • Pulled in the k8s 1.9.6 specifications.
    • ๐Ÿ‘Œ Support HTTPoison 1.0 as well as 0.x

    ๐Ÿ› Bug Fixes

    • Handle the breaking change to YamlElixir.read_from_file in YamlElixir 1.4.0
    • Token & certificate auth details can now be supplied in the mix config.