v1.9.35
Version 1.9.35
Changes Relevant to Users
- New Feature
- Introduced a
timeout
parameter to theget_report_document
method in theReports
class. This feature allows users to specify a timeout for requests when downloading documents, providing enhanced control over network operations.
- Introduced a
Internal Changes
-
Dependency Update
- Updated
boto3
dependency from1.38.28
to1.38.29
in bothrequirements.txt
anddocs/requirements.txt
to ensure compatibility and access to the latest features and bug fixes.
- Updated
-
Version Update
- Incremented version number to
1.9.35
insp_api/__version__.py
.
- Incremented version number to
graph TD;
A[Version 1.9.34] -->|Updated| B[Version 1.9.35];
B --> C[Added Timeout Parameter];
B --> D[Updated boto3 Dependency];
This release enhances network request handling capabilities and updates a key dependency to improve overall package stability and functionality.