You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+26Lines changed: 26 additions & 0 deletions
Original file line number
Diff line number
Diff 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.
0 commit comments