Version 1.9.40
Changes Relevant to Users
-
New Feature
- Added
send_invoice
method in themessaging
module. This method allows users to send an invoice message to buyers for a specified order. The method supports sending attachments as part of the message.
- Added
-
Dependency Updates
- Upgraded
boto3
dependency from1.38.42
to1.39.13
in bothrequirements.txt
anddocs/requirements.txt
. This update includes the latest features and bug fixes from AWS services.
- Upgraded
Internal Changes
- Version Update
- Incremented version number to
1.9.40
insp_api/__version__.py
.
- Incremented version number to
graph TD;
A[Version 1.9.39] -->|Updated| B[Version 1.9.40];
B --> C[New send_invoice Method];
B --> D[Updated boto3 Dependency];
This release introduces the ability to send invoice messages directly through the API, enhancing communication capabilities with buyers. Additionally, it ensures compatibility with the latest AWS services by updating the boto3
dependency.