Skip to content

release: Write the 0.7.0 changelog and bump the version - #201

Merged
DanielKellerM merged 2 commits into
pulp-platform:develfrom
DanielKellerM:release/changelog-070
Aug 17, 2026
Merged

release: Write the 0.7.0 changelog and bump the version#201
DanielKellerM merged 2 commits into
pulp-platform:develfrom
DanielKellerM:release/changelog-070

Conversation

@DanielKellerM

Copy link
Copy Markdown
Collaborator

Last checklist item on #129. Adds the ## 0.7.0 section and bumps VERSION 0.6.5 to 0.7.0.

Written in the shape 0.6.0 and 0.3.0 used: Added / Changed / Fixed with PR links, CI churn summarised on one line rather than twenty, and the incompatible changes as a trailing paragraph rather than inline markers.

Every one of the 54 PRs merged since 0.6.5 is referenced. I checked each cited number is MERGED, then swept for merged PRs I had missed and added the 21 that were absent.

Four changes are not backwards compatible and are named together at the end:

  • tracer generated one header per backend id, so the include changes
  • trace signal keys qualified by direction: axi_rsp_ready becomes axi_read_rsp_ready
  • common_cells v2 required
  • pickle output moves to target/pickle

The trace key rename had not been recorded anywhere despite breaking every external trace parser; nonfree already hit the tracer half of the same split.

Date is set to today, so it wants changing if the tag slips.

Every pull request merged since 0.6.5 is referenced, fifty-four of them. The
four incompatible changes are called out together at the end, in the form
0.3.0 used: the per-id tracer headers, the direction-qualified trace keys,
common_cells v2, and the pickle directory rename.

The trace key rename is the one a downstream reader is most likely to miss.
A consumer reading axi_rsp_ready now reads axi_read_rsp_ready; without the
qualification a protocol present on both sides emitted the same key twice
and the read channel was silently dropped from the trace.
Copilot AI lite review requested due to automatic review settings August 17, 2026 12:05

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

pulp-platform#187 landed after this entry was written. It is in Fixed, and it also gets a
line beside the incompatibilities: the counters change meaning with no version
marker, so a profile captured before the release does not compare with one
captured after.
@DanielKellerM
DanielKellerM merged commit 4342a1b into pulp-platform:devel Aug 17, 2026
25 checks passed
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.

2 participants