* Add `Request`, `Response` and `RequestErrors` to encapsulate integration with request library * Add configurable guard clauses on StringValueObject ( `_ensure_value_is_less_than_n_char` and `_ensure_value_is_greater_than_n_char`)
0.29.2
Not secure
* Add `UnkownError` to modelate uncaptured exceptions * Protect `subscriber_handler` from uncontrolled exceptions * Protect `use_case_handler` from uncontrolled exceptions