Schemathesis v0.14.0 Release Notes

Release Date: 2019-11-09 // over 4 years ago
  • โž• Added

    • ๐Ÿ‘ CLI: Support file paths in schema argument. #119
    • Checks to verify response status & content type in CLI / Runner. #101

    ๐Ÿ›  Fixed

    • Custom base URL handling in CLI / Runner. #248

    ๐Ÿ”„ Changed

    • Raise an error if the schema has a body for GET requests. #218
    • Method names are case insensitive during direct schema access. #246