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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+30Lines changed: 30 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,29 @@
1
1
# Changelog
2
2
3
+
## 0.6.0
4
+
5
+
- Added threat-intel sync hooks, anomaly detection, telemetry replay, signed inspection attestation, and a streaming output firewall
6
+
- Added policy-config validation flow through the scorecard CLI and expanded enterprise change-management primitives
7
+
- Kept the new runtime slice aligned with Python while preserving the existing shield APIs
8
+
9
+
## 0.5.1
10
+
11
+
- Added file-backed corpus hardening for adversarial mutations and strengthened the edge build's built-in PII masking coverage
12
+
- Added explicit coverage paths for training data poisoning, improper output reliance, excessive agency, and overreliance in OWASP reporting
13
+
- Fixed tracker lifecycle so shared conversation history stays attached to the shield instance instead of falling back to per-request creation
14
+
15
+
## 0.5.0
16
+
17
+
- Added automatic multi-turn threat tracking by default, realistic OWASP coverage reporting, and automatic provenance stamping on guarded request/output paths
18
+
- Added richer plugin hooks for output scanning, retrieval inspection, and telemetry enrichment plus an end-to-end `protectZeroTrustModelCall()` helper
19
+
- Expanded adversarial mutation strategies, improved unicode de-obfuscation, and added a Node-compatible vault encryption fallback
20
+
21
+
## 0.4.0
22
+
23
+
- Replaced the default semantic scorer model with a jailbreak-focused Protect AI checkpoint and improved label mapping for security classifications
24
+
- Added a reversible `unvault()` API, `ConversationThreatTracker`, plugin registration via `shield.use(plugin)`, and an edge-safe entry point
- Added `CrossModelConsensusWrapper` for out-of-the-box cross-model safety verification
@@ -8,6 +32,12 @@
8
32
- Added `PolicyLearningLoop` for approval-history-based policy suggestions
9
33
- Added JWT-style passport tokens in `AgentIdentityRegistry`
10
34
35
+
## 0.3.0
36
+
37
+
- Added richer signed agent passports with capability manifests, lineage, trust scores, and PQC-ready crypto profile metadata
38
+
- Added `QuorumApprovalEngine`, `SovereignRoutingEngine`, simulation-mode digital twins with differential privacy noise, and explainable transparency reports
39
+
- Wired quorum approvals into tool gating and added trust-score degradation when agents repeatedly fall out of consensus
40
+
11
41
## 0.2.4
12
42
13
43
- Added wiki-ready example guides and linked them from the main README
0 commit comments