----------
- [Fixed] Attribute object of ``auth``, ``data`` , ``params`` and ``files`` needs to be called in argument
- [Fixed] Remove unused ``raise_for_status`` method when raise error
- [Fixed] Remove duplicate logger warning and move the logger after response is success
- [Fixed] Method property to get ``url`` not returned with full-path ``url``
- [Fixed] Remove setter-getter method to returned HTTP method value
- [Fixed] Invalid log warning raises when mounted HTTPS protocol
- [Fixed] Change validation assertion for ``2xx`` status code
- [Fixed] Method whitelist for retry HTTP request not correct
- [Fixed] User authentication flow invalid when using ``ApiKeyAuth`` method
- [Fixed] Failed request got 400 status when send with ``data`` argument
- [Improvement] Caught exception error when mapping for key and unpacking key-value in HTTP response not found
- [Improvement] Delete all related HTTP adapters and close the connection