Skip to content

Commit 813bf8c

Browse files
chore: update CHANGELOG.md for v2.1.12
1 parent 2246be0 commit 813bf8c

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
## v2.1.12 - 2026-07-24
2+
## Version 2.1.12
3+
4+
### Changes to Existing Features
5+
- **Application Integrations**:
6+
- Enhanced parameter handling in the `create_notification`, `delete_notifications`, and `record_action_feedback` methods. The `body` is now explicitly extracted from `kwargs` and passed as `data`, while other parameters are passed as `params`. This improvement increases the reliability of API interactions.
7+
8+
### Internal
9+
- **Dependencies**:
10+
- Updated `boto3` from `1.43.36` to `1.43.55` in both `requirements.txt` and `docs/requirements.txt`.
11+
- Updated `sphinx-jinja2-compat` from `0.1.1` to `0.4.1` in `docs/requirements.txt`.
12+
13+
### Diagram of Method Changes
14+
```mermaid
15+
graph TD;
16+
A[Previous Method Implementation] --> B[create_notification];
17+
A --> C[delete_notifications];
18+
A --> D[record_action_feedback];
19+
B --> E[Corrected Parameter Handling];
20+
C --> F[Corrected Parameter Handling];
21+
D --> G[Corrected Parameter Handling];
22+
```
23+
24+
This update ensures that the methods in the `ApplicationIntegrations` class handle request bodies and parameters correctly, improving the reliability of API interactions.
25+
126
## v2.1.11 - 2026-07-24
227
## Version 2.1.11
328

0 commit comments

Comments
 (0)