chore(*): catch master up to the release branch - #17
Merged
Conversation
They moved into screeb/sdk-ios and screeb/sdk-android, so the sibling checkouts this repo assumed no longer exist. SCREEB_MONOREPO_PATH overrides the location, and the per-platform variables still win over it. The release doc also gains the maven-local publish the MAUI gate needs: without it that gate fails on a "probably corrupt" AAR that is in fact absent.
packages/sdk-ios and packages/sdk-android held nothing but a CHANGELOG.md that no registry renders and no script reads: the same notes live in the public docs, which is what the wrapper changelogs already link to.
…d in The package uses Semantics(identifier:), which landed in Flutter 3.19 / Dart 3.3, while the environment accepted 2.5/2.15: older toolchains got a compile error inside the package instead of resolving an earlier version. Also ignores the locally built KMP xcframework and the MAUI test build output.
Bumps the version manifest, runs versions:sync across the wrappers, and adds the 4.1.0 notes to the wrapper changelogs. The native release makes session replay refresh-rate aware on ProMotion displays (about half the replay CPU there), starts recordings on the first mirrored frame instead of a blank lead-in, brings Android surface content (video, maps, GPU) under masking and anonymization, and closes the backgrounding and rotation races the release audit surfaced.
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.
Master last saw this branch at PR #16's squash; since then the branch carried the 4.0.4 release commits, the Flutter Semantics toolchain fix, and today's 4.1.0 release (version sync, wrapper changelog notes). Every release tag points at these commits, so master should contain them. Merge (not squash) recommended, so the tagged commits land on master as-is and the branch can be retired.