Skip to content

v0.9.0 — include_update_summary

Choose a tag to compare

@jonnybottles jonnybottles released this 22 Jul 14:41
· 3 commits to main since this release
c8be83f

What's new

  • include_update_summary=True on msrc_search KB lookups (single and batched kb=[...]): attaches a per-KB update_summary block — the KB support page's Summary/Highlights text plus its Improvements bullet list ("what this update changes") — complementing include_known_issues (what it breaks) and the MSRC security data (what it fixes).
  • Honest three-way status per block (published / none_published / unavailable); a fetch/parse failure is never reported as "none".
  • Both support-page blocks are served by a single fetch and one shared cache record; output is size-capped with a truncated marker; link-only reference items are skipped.
  • Default JSON output is unchanged — the new block is strictly opt-in.

Full change: #21