docs: file the v0.2.0 changes under v0.2.0 - #16
Merged
Conversation
Two fixes had no entry at all, and both are the kind a reader needs: a renderer that hangs before the SDK is ready, which 0.1.0 has too, and a session that could never be renewed after its first timeout. The rest were filed under `[0.1.0]`, which is the released section — it opens with "First FlashCat release". Left there they would claim 0.1.0 shipped fixes it does not have, and the release script writes a fresh section per version rather than renaming that one, so nothing would have moved them later. Both new entries say where the behaviour predates this version. The renderer deadlock reaches 0.1.0 through the preload dd-trace ships, and renewal was already impossible for anyone running with `trackUserInteractions` off.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Two things, both aimed at the v0.2.0 release notes.
Two fixes had no entry at all
Both are the kind a reader needs, and both describe behaviour that predates this version — so the notes say so:
init()rejecting its configuration (a mistypedclientTokenhung every window), or never being called.browser-rum0.0.7 it stops while the host reports no session. Also already broken in 0.1.0 for anyone running withtrackUserInteractionsoff, where the signal never fired at all.The rest were filed under a released version
They sat in
## [0.1.0]— the section that opens "First FlashCat release". Left there they would claim 0.1.0 shipped fixes it does not have, andprepare-release.tswrites a fresh section per version rather than renaming that one, so nothing would have moved them at release time.## [0.2.0]now exists and holds them, plus the minimum@flashcatcloud/browser-rumversion under Notes.No prose was rewritten in the entries that moved.
Checked
#13still merges intopublishcleanly with this applied — verified by a test merge, not assumed.