Skip to content

Releases: ComplianceAsCode/auditree-framework

v1.10.1

08 Dec 23:10
6631d57
Compare
Choose a tag to compare
  • [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

07 Dec 22:24
fad9637
Compare
Choose a tag to compare
  • [CHANGED] GitHub Issues notifier can create issues for a subset of an accreditation's checks with a new configuration element.

v1.9.1

03 Dec 21:05
aa76b54
Compare
Choose a tag to compare
  • [FIXED] Github service Github.get_issue_comments returns all issue comments now.

v1.9.0

02 Dec 20:28
9bbd82f
Compare
Choose a tag to compare
  • [ADDED] Storing raw evidence as binary content is now possible.

v1.8.1

23 Nov 18:11
c607f4d
Compare
Choose a tag to compare
  • [CHANGED] Improved selective fetcher bulk execution performance.

v1.8.0

20 Nov 22:35
8595dbb
Compare
Choose a tag to compare
  • [ADDED] Selective fetcher bulk --include and --exclude execution is now possible.

v1.7.2

12 Nov 14:27
3312a59
Compare
Choose a tag to compare
  • [FIXED] LazyLoader namedtuple defaults removed; Framework compatible with Python 3.6 again.

v1.7.1

06 Nov 16:20
0a18881
Compare
Choose a tag to compare
  • [FIXED] Subclassed evidence support works with cached evidence now.

v1.7.0

05 Nov 16:33
729c21d
Compare
Choose a tag to compare
  • [ADDED] Check evidence decorators and context manager now support subclassed evidence.
  • [ADDED] Evidence objects now have a content_as_json property.

v1.6.5

30 Oct 15:25
498e054
Compare
Choose a tag to compare
  • [ADDED] Direct calls to the GH API can be made using the Github service now.