Version 2.1.5
New Features
- Improved Proxy Handling:
- Introduced
_httpx_client_kwargsfunction to enhance proxy handling. This allows for dynamic selection of proxies when provided as a list, improving flexibility and robustness in network configurations.
- Introduced
Changes
- DataKiosk and Reports Modules:
- Updated the use of
httpx.Clientto utilize the new_httpx_client_kwargsfunction for better proxy and timeout management.
- Updated the use of
Bug Fixes
- No specific bug fixes were documented in this release.
Internal
- Added tests for
_httpx_client_kwargsto ensure correct proxy selection and configuration. - Updated version number from 2.1.4 to 2.1.5.
Diagram of Version Update
graph TD;
A[Version 2.1.4] --> B[Version 2.1.5];
This update enhances the flexibility of the HTTP client configuration, particularly in handling proxies, which is crucial for users operating in diverse network environments.