Skip to content

Releases: bli74/robotframework-httpx

Fix PyPI publish

08 Jul 08:35
544ebd0

Choose a tag to compare

v0.4.8

Bump version to 0.4.8

v0.4.7

08 Jul 08:17
bafb804

Choose a tag to compare

🔄 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

03 Dec 07:17

Choose a tag to compare

What's new

  • Revert incomplete fix

v0.4.5

02 Dec 16:20
527b803

Choose a tag to compare

What's new

  • Add parameter 'verify_with_subject' to override hardcoded value from httpx library.

Fix keyword documentation

25 Nov 15:14

Choose a tag to compare

v0.4.4

Fix keyword documentation

Update to latest HTTPX and HTTPCORE

24 Nov 16:02

Choose a tag to compare

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

23 Jun 13:39

Choose a tag to compare

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

18 Jun 09:16

Choose a tag to compare

What's new

  • Initial release

Initial public release

17 May 13:38

Choose a tag to compare

v0.4.0

Bump version to 0.4.0