Skip to content

Commit 6ecbf90

Browse files
authored
Helper functions (#43)
* Add acknowledge_with_comment method to handle acknowledgment and commenting in a single call; update docstring for clarity. * Add unacknowledge_with_comment method to handle unacknowledgment and commenting in a single call; update docstring for clarity. * Refactor acknowledge and unacknowledge methods to support multiple policy breach IDs; update docstrings for clarity. * Refactor get_comments method to support multiple policy breach IDs; update docstring for clarity. * bumb v0.8.51
1 parent 8b8bac7 commit 6ecbf90

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,10 @@
1111

1212
---
1313

14-
## 🆕 Latest Updates (v0.8.5)
14+
## 🆕 Latest Updates (v0.8.51)
1515

16+
- **List parametersupport**: Added list as parameter for comments, acknowledge and unacknowledgments.
17+
- **Helper functions**: Added unacknowledge_with_comment, acknowledge_with_comment
1618
- **Response Format Fix**: Some functions didn't return JSON. This is fixed now!
1719

1820
---

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.5"
4+
__version__ = "0.8.51"

0 commit comments

Comments
 (0)