Changelog¶
chore(release): update version to 3.26.3 [skip ci] by semantic-release-bot at 2026-07-22 23:01:58
fix: propagate email artifact save failures by Scott Odle at 2026-07-22 21:11:08
Authored-by: Codex
fix: use declared SOAR client save APIs by Scott Odle at 2026-07-17 14:31:19
Authored-by: Codex
fix: aggregate all inline email body parts by Scott Odle at 2026-07-17 14:26:58
Authored-by: Codex
fix: handle recursive email parsing failures by Scott Odle at 2026-07-17 14:25:57
Authored-by: Codex
chore(release): update version to 3.26.2 [skip ci] by semantic-release-bot at 2026-07-20 18:56:20
fix: constrain Rich below version 15 by Scott Odle at 2026-07-18 23:35:22
The SDK CLI imports rich.panel.Panel, which Rich 15 removed. Keep connector SDK upgrades and shared manifest hooks functional. Declare the SDK direct dependency and upper bound. Refs PAPP-38269. Written by Codex.
chore(release): update version to 3.26.1 [skip ci] by semantic-release-bot at 2026-07-17 16:23:21
chore: update image runner tag by grokas at 2026-07-16 22:20:44
fix: validate OAuth callback state by Scott Odle at 2026-07-16 19:14:09
Require callback state to match an active pending OAuth session before storing authorization codes. Harden the lower-level callback API. Add missing, mismatched, and absent-session regression coverage. Fixes PSAAS-30953 for PAPP-37965. Changes and tests authored with Codex AI assistance.