File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1111
1212---
1313
14- ## 🆕 Latest Updates (v0.8.0 )
14+ ## 🆕 Latest Updates (v0.8.1 )
1515
16+ - ** Enhanced IDE Integration** : Added full IntelliSense support with type hints and parameter documentation
17+ - ** Modern Python Packaging** : Added pyproject.toml and py.typed marker for better tooling support
18+ - ** Improved Type Annotations** : Enhanced constructor documentation with detailed parameter descriptions
1619- ** Critical Authentication Fix** : Fixed parameter order mismatch between signature calculation and request URLs
1720- ** Consistent Parameter Ordering** : Ensured parameters are sorted alphabetically in both signature calculation and requests
1821- ** Improved BaseEndpoint Class** : Updated to handle parameter sorting consistently across all API calls
Original file line number Diff line number Diff line change 6464]
6565
6666# Version
67- __version__ = '1.0.5 '
67+ __version__ = '0.8.1 '
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " darktrace-sdk"
7- version = " 0.8.0 "
7+ version = " 0.8.1 "
88description = " A modern, modular, and complete Python SDK for the Darktrace API"
99readme = " README.md"
1010license = " MIT"
You can’t perform that action at this time.
0 commit comments