[chain-pr 1/12] Bump versions to v7.0.0 and update build/release configs#4584
Draft
johnHackworth wants to merge 1 commit intomainfrom
Draft
[chain-pr 1/12] Bump versions to v7.0.0 and update build/release configs#4584johnHackworth wants to merge 1 commit intomainfrom
johnHackworth wants to merge 1 commit intomainfrom
Conversation
|
I have read the CLA Document and I hereby sign the CLA chain-pr[bot] seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. |
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.
Changes
Version bumps across all package.json files, root package.json, gitlab CI changes for canary deploy versioning, and tsconfig/webpack target bumps to ES2020. Includes README, CHANGELOG, and developer-extension version bump.
Split overview
graph LR G1["group 1 — Bump versions to v7.0.0 and update build/release configs"] G2["group 2 — Drop legacy browser shims and ES2020 polyfills in core utilities"] G3["group 3 — Replace BoundedBuffer with BufferedObservable and add onDrop"] G4["group 4 — Add deterministic sampling helpers and shared session/telemetry context"] G5["group 5 — Rewrite session storage strategies as reactive setSessionState API"] G6["group 6 — Rewrite SessionManager with async start, deterministic sampling, and Promise-based init"] G7["group 7 — Migrate core domain modules to new session manager and bufferedData"] G8["group 8 — Migrate Logs SDK to async SessionManager and bufferedData consumers"] G9["group 9 — Migrate RUM core to async SessionManager and unified domain types"] G10["group 10 — Rewrite Session Replay recording engine on the new change-encoder pipeline"] G11["group 11 — Update sandbox, dev tooling, scripts, and developer-extension for v7"] G12["group 12 — Migrate e2e and performance test apps and scenarios to v7 APIs"] G1 --> G2 G1 --> G3 G1 --> G4 G1 --> G5 G3 --> G6 G4 --> G6 G5 --> G6 G6 --> G7 G6 --> G8 G7 --> G8 G6 --> G9 G7 --> G9 G9 --> G10 G10 --> G11 G10 --> G12 G11 --> G12Draft — pending author review. Merge in order unless marked parallel.