File tree Expand file tree Collapse file tree 2 files changed +4
-11
lines changed
Expand file tree Collapse file tree 2 files changed +4
-11
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 "
You can’t perform that action at this time.
0 commit comments