Cerberus v0.8 Release Notes

  • 🚀 Released on Jan 7 2015.

    • 👍 'dependencies' also supports dependency values.
    • 'allow_unknown' can also be set to a validation schema, in which case unknown fields will be validated against it. Closes pyeve/eve:issue:405.
    • 🆕 New function-based custom validation mode (Luo Peng).
    • Fields with empty definitions in schema were reported as non-existent. Now they are considered as valid, whatever their value is (Jaroslav Semančík).
    • If dependencies are precised for a 'required' field, then the presence of the field is only validated if all dependencies are present (Trong Hieu HA).
    • 📚 Documentation typo (Nikita Vlaznev :issue:55).
    • [CI] Add travis_retry to pip install in case of network issues (Helgi Þormar Þorbjörnsson :issue:49)