Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 646 Bytes

CHANGELOG.rst

File metadata and controls

32 lines (26 loc) · 646 Bytes

Changelog

Version 0.0.4

  • Add constructor to work with attrs classes (uses cattrs)
  • Add default hooks to work with constructor:
    • RequestConverterHook
    • ResponseConverterHook

Version 0.0.3

  • Add default hooks:
    • RequestDebugLoggingHook
    • RequestInfoLoggingHook
    • PrepRequestDebugLoggingHook
    • PrepRequestInfoLoggingHook
    • ResponseDebugLoggingHook
    • ResponseInfoLoggingHook

Version 0.0.1-alpha

  • First project release
  • Added custom Session implementation with custom hooks:
    • RequestHook
    • PreparedRequestHook
    • ResponseHook