CloudGenix Python SDK v5.0.3b2 Release Info.
Notable API changes:
- CloudGenix 5.0.3 API Major Version Changes:
- None
- CloudGenix 5.0.3 API Minor Version Changes:
- None
Notable SDK changes:
- Replaced optional retry system with new default retry behavior using native urllib3 `Retry` objects.
- Added a new function to modify retry timers.
- Added new functions to view retry timers, view cookies, and view headers in `API()`.
New SDK Functions:
- `modify_rest_retry` - Modify default rest_call timeout handling parameters
- `view_rest_retry` - View current rest_call timeout settings
- `view_headers` - View current headers set in the `API()` session.
- `view_cookies` - View current cookies set in the `API()` session.