Skip to content

Document deaths_log per-death gold lost and time dead - #2973

Open
geracosta wants to merge 1 commit into
odota:masterfrom
geracosta:deaths-log
Open

Document deaths_log per-death gold lost and time dead#2973
geracosta wants to merge 1 commit into
odota:masterfrom
geracosta:deaths-log

Conversation

@geracosta

@geracosta geracosta commented Aug 1, 2026

Copy link
Copy Markdown
Contributor

Companion to odota/parser#88, for #1465. Closes #2294, closes #1780 (both fully covered: the log records every real death with its killing unit, heroes or not, suicides included). Adds deaths_log to the ParsedPlayer type and the match response OpenAPI schema: per-death {time, key, gold_lost, time_dead} for parsed matches.

Same pattern as #2968: no inserts or migrations — the field lives in the parsed blob and flows to GET /matches/{match_id} for newly parsed matches; older parses just don't have it.

Companion to odota/parser#88: per-death {time, key, gold_lost,
time_dead} for parsed matches, requested in odota#1465.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add deaths_log to track deaths not caused by a hero add deaths_log to match objects

2 participants