Releases: ComplianceAsCode/auditree-framework
Releases · ComplianceAsCode/auditree-framework
v1.10.1
- [FIXED] Reading raw evidence in checks is now supported.
- [FIXED] Cleaned up Design Principles document formatting.
- [FIXED] Virtual environment creation syntax corrected in Quick Start document.
- [ADDED] Binary content fetcher and checks included in demo examples.
v1.10.0
- [CHANGED] GitHub Issues notifier can create issues for a subset of an accreditation's checks with a new configuration element.
v1.9.1
- [FIXED] Github service
Github.get_issue_comments
returns all issue comments now.
v1.9.0
- [ADDED] Storing raw evidence as binary content is now possible.
v1.8.1
- [CHANGED] Improved selective fetcher bulk execution performance.
v1.8.0
- [ADDED] Selective fetcher bulk
--include
and --exclude
execution is now possible.
v1.7.2
- [FIXED] LazyLoader namedtuple defaults removed; Framework compatible with Python 3.6 again.
v1.7.1
- [FIXED] Subclassed evidence support works with cached evidence now.
v1.7.0
- [ADDED] Check evidence decorators and context manager now support subclassed evidence.
- [ADDED] Evidence objects now have a content_as_json property.
v1.6.5
- [ADDED] Direct calls to the GH API can be made using the Github service now.