Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion AUDIT.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ pin · tomcat-embed-core 10.1.55 pin
(re-introduced 2026-05-25 for Apache Tomcat CVE-2026-43512 / -43513 / -43514 /
-43515 / -42498 / -41284 / -41293)

### 2026-07-20 — v0.1.25.55: enforce the policy priority contract
### 2026-07-21 — v0.1.25.55: enforce the policy priority contract

Governance spec revision 0.1.25.42 resolves a request/response contradiction:
`Policy.priority` already had `minimum: 0`, while the create and update request
Expand All @@ -61,6 +61,10 @@ persist a policy that its own successful response schema could not represent.
field on a legacy row.
- Contract tests now pin cycles-protocol commit `402307a` so CI validates the
exact 0.1.25.42 schema rather than a moving branch.
- The pre-release provenance sweep records the two workflow-only commits since
v0.1.25.54: `actions/setup-java` 5.6.0 and
`github/codeql-action/upload-sarif` 4.37.1. Both remain SHA-pinned and neither
changes the application artifact or wire contract.

Focused model and controller verification passes 43 tests. A clean full
non-integration Maven verification passes 1,855 tests with zero failures or
Expand Down
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ changes to request/response bodies or Lua-script semantics would require a
minor bump. Additive fields (new optional response fields, new enum values,
new optional request fields) are **not** considered breaking.

## [0.1.25.55] — 2026-07-20
## [0.1.25.55] — 2026-07-21

### Fixed

Expand All @@ -27,6 +27,12 @@ new optional request fields) are **not** considered breaking.
- Contract validation advances to governance spec revision 0.1.25.42 at the
reviewed cycles-protocol commit that defines the request-side minimum.

### Internal

- Refresh the SHA-pinned `actions/setup-java` and
`github/codeql-action/upload-sarif` workflow dependencies. These changes do
not affect the published server image or API behavior.

## [0.1.25.54] — 2026-07-18

### Security
Expand Down