Skip to content
Closed
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
8 changes: 8 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,17 @@ Format follows [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). Dates a

## [Unreleased]

---

## [v0.4.0] — 2026-05-14

### Added
- `GET /certs/tls/:id/chain` — returns intermediate CA chain details: per-entry subject, issuer, fingerprint, notAfter; plus `chainPem` (intermediates only) and `fullChainPem` (leaf + intermediates) fields. New `chainPem` column added to `tls_cert` table via migration. New shared types: `TlsCertChainEntry`, `TlsCertChainInfo`. (PR #79)

### Depends on
- KrakenKey/cli v0.2.0 (for `--chain-out` / `--fullchain-out` CLI flags)
- KrakenKey/cert-action v1.1.0 (for `chain-path` / `fullchain-path` action inputs/outputs)

---

## [2026-05-03] — Public Scan API
Expand Down