You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Bug Fixes
More consistent error handling across login, status, stakick, and provmode; login now returns False when an auth token is missing. Improved discovery transport setup and resilience.
## Refactor
Tightened type hints and clarified method signatures for more predictable return types.
## Tests
Substantially expanded and hardened test coverage, especially for discovery TLV edge cases and error paths.
## Chores
Enabled type checking in CI and made coverage depend on it; added a mypy pre-commit hook, an environment helper script, test deps, and bumped version to 0.2.9.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,19 @@
2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
+
## [0.2.9] - 2025-08-12
6
+
7
+
### Changed
8
+
9
+
- Bug Fixes
10
+
- More consistent error handling across login, status, stakick, and provmode; login now returns False when an auth token is missing. Improved discovery transport setup and resilience.
11
+
- Refactor
12
+
- Tightened type hints and clarified method signatures for predictable return types and safer usage.
13
+
- Tests
14
+
- Substantially expanded coverage, especially for discovery edge cases and error paths.
15
+
- Chores
16
+
- Enabled type checking in CI and gated coverage on it; added pre-commit hook and supporting environment script; updated test dependencies.
0 commit comments