Skip to content

Commit fff215d

Browse files
committed
bump version 0.8.1
1 parent 2dc7210 commit fff215d

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,11 @@
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

darktrace/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@
6464
]
6565

6666
# Version
67-
__version__ = '1.0.5'
67+
__version__ = '0.8.1'

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "darktrace-sdk"
7-
version = "0.8.0"
7+
version = "0.8.1"
88
description = "A modern, modular, and complete Python SDK for the Darktrace API"
99
readme = "README.md"
1010
license = "MIT"

0 commit comments

Comments
 (0)