docs: Warn about 16 KB alignment issue in 8.17.0#6397
Merged
Conversation
Adds a known-issue warning to the 8.17.0 changelog section pointing users to 8.17.1, which ships the fix for the misaligned libsentry-tm-perf-logger.so native library. See #6394 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Contributor
Semver Impact of This PR⚪ None (no version bump detected) 📋 Changelog PreviewThis is how your changes will appear in the changelog.
🤖 This preview updates automatically when you update the PR. |
Contributor
alwx
approved these changes
Jul 3, 2026
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.
📢 Type of change
📜 Description
Adds a known-issue warning to the
8.17.0section ofCHANGELOG.md, matching the existing 8.11.0 warning format, directing affected users to8.17.1:💡 Motivation and Context
8.17.0 shipped a New Architecture native library that is only 4 KB aligned, breaking 16 KB page size compatibility on Android 15+ and failing Google Play's 16 KB requirement (#6394). This warns users on the affected version to upgrade. The actual fix lives in #6396.
Related: #6394, #6396.
💚 How did you test it?
Documentation-only change. Verified the markdown renders as a warning callout and matches the existing 8.11.0 warning style.
📝 Checklist
sendDefaultPIIis enabled.🔮 Next steps
The
8.17.1release/tag referenced by the warning must be published for the link to resolve. Merge alongside cutting 8.17.1 (which should include #6396).🤖 Generated with Claude Code