Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
saleweaver committed Jan 25, 2025
2 parents d97ef93 + fed6d18 commit 2e0eb39
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 7 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
6 changes: 3 additions & 3 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ point
pytest
requests~=2.32.3

boto3~=1.35.85
boto3~=1.36.5

cachetools~=5.5.0
setuptools~=75.6.0
cachetools~=5.5.1
setuptools~=75.8.0
pytz~=2024.2
confuse~=2.0.1
jinja2
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
pytest
requests~=2.32.3

boto3~=1.35.85
boto3~=1.36.5

cachetools~=5.5.0
setuptools~=75.6.0
cachetools~=5.5.1
setuptools~=75.8.0
pytz~=2024.2
confuse~=2.0.1
jinja2
Expand Down
2 changes: 1 addition & 1 deletion sp_api/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.9.9'
__version__ = '1.9.10'

0 comments on commit 2e0eb39

Please sign in to comment.