Skip to content

Commit 52ddb05

Browse files
committed
bump version 0.8.5
1 parent 430eb83 commit 52ddb05

File tree

2 files changed

+4
-11
lines changed

2 files changed

+4
-11
lines changed

README.md

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,9 @@
1111

1212
---
1313

14-
## 🆕 Latest Updates (v0.8.4)
15-
16-
- **🎉 FIXED: Advanced Search POST Requests**: Resolved GitHub Issue #1 - Advanced Search POST requests now work correctly
17-
- **JSON Formatting Fix**: Fixed API signature errors caused by inconsistent JSON formatting between signature generation and HTTP body
18-
- **Enhanced POST Support**: All POST endpoints now use standardized JSON serialization for consistent authentication
19-
- **Darktrace 6.1+ Compatibility**: Full support for POST-based Advanced Search queries in Darktrace 6.1 and later
20-
- **Centralized Version Management**: Implemented single source of truth for version control with `_version.py`
21-
- **Production SOAR Integration**: Validated compatibility with Shuffle and other SOAR platforms
22-
- **Comprehensive Testing**: Added extensive test coverage for Advanced Search POST functionality
23-
- **PyPI Deployment**: Successfully published to PyPI with automated build and release pipeline
14+
## 🆕 Latest Updates (v0.8.5)
15+
16+
- **Response Format Fix**: Some functions didn't return JSON. This is fixed now!
2417

2518
---
2619

darktrace/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Version information for darktrace-sdk
22
# This is the single source of truth for version information
33
# after that the script update_version.py needs to be run
4-
__version__ = "0.8.4"
4+
__version__ = "0.8.5"

0 commit comments

Comments
 (0)