Conversation
* Update to libxmtp 4.6.0-dev.c046238 * add shouldPush options and gatewayUrl client create option --------- Co-authored-by: GitHub Actions Bot <actions@github.com> Co-authored-by: cameronvoell <cameronvoell@users.noreply.github.com>
* Update to libxmtp 4.6.0-dev.630501c * fix podspec version --------- Co-authored-by: GitHub Actions Bot <actions@github.com> Co-authored-by: cameronvoell <cameronvoell@users.noreply.github.com>
This reverts commit 08511e9.
How to use the Graphite Merge QueueAdd the label mergequeue to this PR to add it to the merge queue. You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. |
|
Claude finished @cameronvoell's task —— View job Code Review Complete ✅SummaryThis PR updates the XMTP iOS SDK with D14Z client prerelease changes, primarily focusing on API client caching improvements, a new message visibility options API, and a test for D14N staging testnet compatibility. Overall, the changes are well-structured and follow good practices. 🟢 Strengths1. API Client Caching Enhancement (Client.swift:96-133, 390-442)
2. MessageVisibilityOptions API (MessageVisibilityOptions.swift)
3. Test Coverage (ClientTests.swift:345-372)
🟡 Issues & Concerns1. Missing PR Description
|
Add prerelease gateway routing and message visibility controls across iOS client messaging and update binary target to swift-bindings-1.6.0-dev.c046238 with checksum c011e963334de61a3bf7d81164a127443c68486b3722912203a76ad2d0771d5fThis change introduces an optional
📍Where to StartStart with the updated client connection and caching flow in 📊 Macroscope summarized 4a8ee5d. 6 files reviewed, 8 issues evaluated, 6 issues filtered, 0 comments posted🗂️ Filtered IssuesSources/XMTPiOS/Client.swift — 0 comments posted, 4 evaluated, 2 filtered
Sources/XMTPiOS/Dm.swift — 0 comments posted, 2 evaluated, 2 filtered
Sources/XMTPiOS/Group.swift — 0 comments posted, 2 evaluated, 2 filtered
|
Introduction 📟
Purpose ℹ️
Scope 🔭