Skip to content

Commit

Permalink
chore: update CHANGELOG.md for v1.9.10
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 22, 2024
1 parent 43a42ba commit c920090
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## v1.9.10 - 2024-12-22
## v1.9.10

### Changes Relevant to End-Users
- **Enhanced Error Logging**: Improved error logging in the `Client` class by changing error messages from debug to error level. This ensures that error responses are more visible and easier to track in logs.

### Internal Changes
- **Debug Logging Addition**: Added a debug log statement to capture the response data before list handling in the `Client` class. This helps in tracing the response content during the debugging process.

### Mermaid Diagram Representation

```mermaid
graph TD;
A[Client Class] -->|Added| B[Debug Log for Response];
A -->|Changed| C[Error Log Level to Error];
```

This release enhances error visibility and adds additional debug logging to aid in the development and debugging process.

## v1.9.9 - 2024-12-22
## v1.9.9

Expand Down

0 comments on commit c920090

Please sign in to comment.