Support Atproto-Repo-Rev header for sync awareness #30
Labels
No labels
breaking-change
bug
documentation
duplicate
enhancement
good first issue
help wanted
performance
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Grandiras/ATProto.NET#30
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
ATProto.NET should support the
Atproto-Repo-RevHTTP response header for synchronization awareness. This header allows clients to know if a service has processed recent repository updates.Spec Reference
From the Data Synchronization spec:
What's needed
Atproto-Repo-Revfrom XRPC responsesWhy this matters
Implemented in commit
4d5505b. XrpcClient now extracts and exposes the Atproto-Repo-Rev header from all XRPC responses via LatestRepoRev property.