Weekly release: Xcode 27 on your schedule, ORM, and backend updates - #5894
Conversation
Blog prose gate✅ No net-new prose findings introduced by this PR. |
|
@codex review |
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
Cloudflare Preview
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 14350ca81a
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
|
Developer Guide build artifacts are available for download from this workflow run:
Developer Guide quality checks: |
This release series explains how to adopt Xcode 27 separately from an app redesign. The Friday overview leads with “Apple Shouldn't Dictate Your App's Redesign Schedule” and links to six follow-ups scheduled through October 1.
The posts cover iOS 27 and Duo, JPA inspired ORM, OpenTelemetry, WebSocket support, push delivery callbacks, and native desktop themes. The overview also includes Metal-only rendering, native-device MCP debugging, and the chapter-based Developer Guide. The returning
ios.xcode_version=27hint gets a dedicated section: Xcode 26 remains the default, most apps should leave the hint unset, and 27.1 will be added after beta.Includes seven 1024×512 JPEG headers, seven Mermaid diagrams, a CN1 glass animation, a Duo simulator capture, six Settings-app screenshots reused from the guide, and source-checked code samples. Captions identify deterministic animation samples, beta simulator coverage, and Mac-hosted desktop theme captures. Dogfooding supports the WebSocket and desktop stories after their user benefits.
Validation:
node scripts/website/test_push_feedback_example.cjs, covering prefixed/legacy keys, provider and organization isolation, classic/v3 retries, web endpoints, replacement keys, and rollback after a failed deletion. The test also checks article/guide excerpt parity.OpenTelemetry coverage was verified against #5887 at
9482083fee020d58ce1a330a8a627d8a59bfc05efor the planned release. The PR also corrects the native-theme and push guide entries, fixes target matching and classic-event deduplication in the linked receiver samples, and adds a SQLite regression check for the published cleanup example.