tesla v0.9.0 Release Notes

Release Date: 2017-10-06 // over 6 years ago
    • ๐Ÿ†• [#104] New: Introduced Tesla.Client with pre & post middleware lists
    • ๐Ÿ†• [#110] New: Introduced Tesla.Mock
    • ๐Ÿ†• [#119] New: Timeout middleware by @emerleite
    • ๐Ÿ›  [#103] Fixed with_body option for hackney by @amatalai
    • [#105] Customize rescued errors in Tuples middleware
    • ๐Ÿ‘ [#106] Multipart support for DebugLogger by @amatalai
    • ๐Ÿ‘ [#111] Added guards to http function for better error reporting
    • โšก๏ธ [#112] Updated README and all docs
    • [#113] Do not JSON-encode raw binary
    • [#117] Add Multipart.add_file_content function by @visciang