Skip to content

Commit bc59376

Browse files
committed
docs: seed CHANGELOG.md from merged PR titles
Initial CHANGELOG following the Keep-a-Changelog format, backfilled from the merged PR history. Versions follow SemVer and track the package.json version (1.0.1 today). comment hygiene clean
1 parent bdb9c78 commit bc59376

1 file changed

Lines changed: 42 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
# Changelog
2+
3+
All notable changes to `asqav-compliance` are listed here.
4+
5+
Format: [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). Versions follow [SemVer](https://semver.org/) and track the `package.json` version.
6+
7+
## [Unreleased]
8+
9+
## [1.0.1] - 2026-05-18
10+
11+
### Changed
12+
- Comment hygiene sweep across compliance scanner sources (#46).
13+
- Capitalised `Asqav` author field in `package.json` and `action.yml` (#45).
14+
- Dropped generated `.d.ts` artifacts and gitignored declaration output (#44).
15+
- AI-navigation gold-standard comment sweep (#42).
16+
- `support@asqav.com` rolled into `info@asqav.com` on the SECURITY contact; unused `GovCheck` export removed (#43).
17+
- Public email consolidation; `security@` alias replaced with the live `support@` (later `info@`) channel (#33).
18+
19+
### Fixed
20+
- `TS7006` on the `find` callback in the policy scanner (#30).
21+
22+
### CI
23+
- Added a test job and `ci-ok` gate to the GitHub Actions workflow (#41).
24+
- `undici` override plus Dependabot configuration (#23).
25+
26+
### Documentation
27+
- README badges (#7).
28+
- `CONTRIBUTING.md` (#6).
29+
- `alt="Asqav"` on the logo banner (#39).
30+
- Replaced canonicalization jargon with a pointer to the [SDK fingerprint spec](https://github.com/jagmarques/asqav-sdk/blob/main/docs/fingerprint-spec.md) (#35).
31+
- Documented SDK hash-only / full-payload data-handling modes (#34).
32+
- Pre-commit hook configuration for local compliance checks (#14).
33+
34+
### Dependencies
35+
- Bumped `@types/node` to 25.8.0 (#48), 25.6.1 (#40), and 25.6.0 (#27).
36+
- Bumped `tsx` to 4.22.0 (#47).
37+
- Bumped `@actions/github` to 8.0.1 (#36).
38+
- Bumped `actions/checkout` to v6 (#25) and `actions/setup-node` to v6 (#24).
39+
40+
## [1.0.0] - Initial release
41+
42+
Initial GitHub Action for AI agent governance scanning across 10 frameworks (LangChain, LlamaIndex, Haystack, CrewAI, AutoGen, SmolAgents, OpenAI, Anthropic, Google GenAI, Semantic Kernel) with five governance checks (audit trail, policy enforcement, revocation, human oversight, error handling) mapped to EU AI Act, DORA, and ISO 42001.

0 commit comments

Comments
 (0)