Skip to content

Version Packages - #86

Merged
MathiasWP merged 1 commit into
mainfrom
changeset-release/main
Aug 24, 2026
Merged

Version Packages#86
MathiasWP merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Aug 24, 2026

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

fiber@0.14.8

Patch Changes

  • #87 a703582 Thanks @MathiasWP! - Keep each collection's response history to itself.

    Response history was bucketed by request id alone. A loaded endpoint's id is METHOD /path and carries no section, so two collections describing the same API — staging and production — shared one list: opening either showed whichever had been sent last, and clearing one deleted both.

    The database has stored section_id since the column was added; it was simply never handed back. It is now, so the window can tell the two apart, and clearing is scoped to the collection you cleared.

    Entries recorded before this still show for either collection rather than disappearing, since nothing knows which one they came from. A scoped clear takes them too — they are the same request's older entries, and leaving them behind would look like the clear half-worked.

  • #85 ba28ebb Thanks @MathiasWP! - Select an endpoint in the collection you clicked it in.

    Two collections describing the same API — staging and production — give every loaded endpoint the same id, because a loaded id is METHOD /path and deliberately carries no section: that is the identity a saved body and a refresh have to agree on, so a re-run re-attaches instead of orphaning.

    Selection was keyed on that id alone. So both rows highlighted at once, the pane always resolved to whichever collection sorted first, and the second one could not be opened at all — clicking it set an id the store already held, so nothing changed. The selection now carries the section as well.

    Note that response history is still bucketed by request id, so the same endpoint in two collections shares one history. That is the same root cause and is not fixed here.

@github-actions
github-actions Bot force-pushed the changeset-release/main branch from 19dba60 to a28631e Compare August 24, 2026 15:47
@MathiasWP
MathiasWP merged commit ba6927d into main Aug 24, 2026
@MathiasWP
MathiasWP deleted the changeset-release/main branch August 24, 2026 15:48
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.

1 participant