Version 1.9.34
Changes Relevant to Users
- New Feature
- Added a
timeout
parameter to theget_report_document
method in theReports
class. This allows users to specify a timeout for the request when downloading a document, enhancing control over network operations.
- Added a
Internal Changes
-
Dependency Update
- Updated
boto3
dependency from1.38.17
to1.38.28
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.34
insp_api/__version__.py
.
- Incremented version number to
graph TD;
A[Version 1.9.33] -->|Updated| B[Version 1.9.34];
B --> C[Added Timeout Parameter];
B --> D[Updated boto3 Dependency];
This release introduces a new feature for enhanced network request handling and updates a key dependency to improve overall package stability and functionality.