Skip to content

Choose a tag to compare

@github-actions github-actions released this 29 Aug 01:49
1e42224

Breaking Changes

API/CLI Changes

  • --list-deprecations output format changed - The deprecations listing now includes a new Status column and renames the Warning since column header to Since across all output formats (table, json, and markdown). Table rows also no longer emit trailing whitespace padding, so column widths and spacing differ. Scripts or tooling that parse the --list-deprecations output may need to be updated. The JSON output additionally gains a status field per entry (the existing warning_since field is retained). (#3810)
# Before
ID   Kind   Target   Warning since   Removal   Replacement

# After
ID   Status   Kind   Target   Since   Removal   Replacement

What's Changed

Full Changelog: 0.75.1...0.76.0