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
- Add v0.8.0 changelog entry with all changes since v0.7.0
- Update SECURITY.md supported versions (0.8.x and 0.7.x)
- Update AGENTS.md and NOTICE with new version and date
- Update dependency lock file
Copy file name to clipboardExpand all lines: AGENTS.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
HTTP client SDK for Itential Platform and Automation Gateway 4.x. Factory-based sync/async clients with auto-authentication, comprehensive logging, and sensitive data filtering. Production-ready despite beta status.
6
6
7
-
**Current**: v0.7.0 (2025-12-16) | 3.7k LOC | 100% test coverage | Python 3.10-3.13
7
+
**Current**: v0.8.0 (2026-02-25) | 3.7k LOC | 100% test coverage | Python 3.10-3.13
8
8
9
9
## Architecture
10
10
@@ -18,7 +18,9 @@ Factory pattern creates dynamically-typed clients by composing auth mixins with
18
18
-`heuristics.py`: Singleton PII scanner with extensible patterns
- **Description**: Pygments is a syntax highlighting package written in Python
@@ -242,7 +247,7 @@ This document lists all third-party dependencies used in the Itential Python SDK
242
247
- **Description**: YAML parser and emitter for Python
243
248
- **PyPI**: https://pypi.org/project/pyyaml/
244
249
245
-
**stevedore (5.6.0)**
250
+
**stevedore (5.7.0)**
246
251
- **License**: Apache License 2.0
247
252
- **Description**: Manage dynamic plugins for Python applications
248
253
- **PyPI**: https://pypi.org/project/stevedore/
@@ -296,7 +301,7 @@ We gratefully acknowledge the contributions of all open source projects that mak
296
301
297
302
## License Information Updates
298
303
299
-
This file was last updated on: 2025-12-22
304
+
This file was last updated on: 2026-02-25
300
305
301
306
For the most current license information, please check the individual project pages linked above. License information is subject to change with new versions of dependencies.
0 commit comments