Releases: bli74/robotframework-httpx
Releases · bli74/robotframework-httpx
Fix PyPI publish
v0.4.7
🔄 Enhanced Retry Mechanisms
This release introduces comprehensive retry functionality to robotframework-httpx, addressing the lack of built-in retry mechanisms in httpx library.
✨ New Features
- Global and Session-Specific Retry Configuration
- Exponential Backoff with Configurable Jitter
- Status Code and Exception-Based Retry Logic
- Health Check Pattern Support
v0.4.6
What's new
- Revert incomplete fix
v0.4.5
What's new
- Add parameter 'verify_with_subject' to override hardcoded value from httpx library.
Fix keyword documentation
v0.4.4 Fix keyword documentation
Update to latest HTTPX and HTTPCORE
Breaking changes from httpx/httpcore:
- files for upload must be read in 'binary' mode
- string format of error messages was changed
- parameter 'allow_redirects' was renamed to 'follow_redirects'
v0.4.2
What's new
- Fix Flake8 and pylint warnings
- Update requirements in requirements.txt and setup.py
- Introduce optional requirement 'test' to skip installation of irrelevant modules for runtime
- Introduce optional requirement 'ntlm' to allow installation of NTLM authentication module.
v0.4.1
What's new
- Initial release
Initial public release
v0.4.0 Bump version to 0.4.0