Skip to content

Commit f38018e

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 7f54584 + 37df1f1 commit f38018e

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
## v1.9.30 - 2025-05-16
2+
## Version 1.9.30
3+
4+
### Changes Relevant to Users
5+
6+
- **New Features**
7+
- Added `grantless_scope` attribute to `ApplicationManagement` class, enabling the use of the `sellingpartnerapi::client_credential:rotation` scope for client credential rotation.
8+
9+
- **Bug Fixes**
10+
- Updated the `rotate_application_client_secret` method to use `_request_grantless_operation`, ensuring proper handling of grantless operations.
11+
12+
### Internal Changes
13+
14+
- **Version Update**
15+
- Incremented version number to `1.9.30` in `sp_api/__version__.py`.
16+
17+
```mermaid
18+
graph TD;
19+
A[Version 1.9.29] -->|Updated| B[Version 1.9.30];
20+
B --> C[ApplicationManagement];
21+
C --> D[grantless_scope Added];
22+
C --> E[rotate_application_client_secret Updated];
23+
```
24+
25+
These updates enhance the functionality of the `ApplicationManagement` API, allowing for more seamless client secret rotations and improving the handling of grantless operations.
26+
127
## v1.9.29 - 2025-05-16
228
## Version 1.9.29
329

sp_api/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.9.29'
1+
__version__ = '1.9.30'

0 commit comments

Comments
 (0)