Phase 465: document message gossip in README (v0.8.428)

Co-authored-by: Cursor <[email protected]>
This commit is contained in:
Raven Scott
2026-05-24 02:03:45 -04:00
co-authored by Cursor
parent 1230cfcc05
commit 1f18665891
+2
View File
@@ -31,6 +31,8 @@ Create and load guilds in local storage, join peers on `pearcord:guild:{guildId}
| `PearcordGuild#listChannels()` / `#listMembers()` | DB queries with thread meta attached | | `PearcordGuild#listChannels()` / `#listMembers()` | DB queries with thread meta attached |
| `PearcordGuild#createChannel`, `#createCategory`, `#createThread`, `#createForumThread` | Channel tree | | `PearcordGuild#createChannel`, `#createCategory`, `#createThread`, `#createForumThread` | Channel tree |
**v0.8.428 (Phase 465):** `gossipMessage`, `gossipMessageUpdate`, `gossipMessageDelete`, and `gossipReaction` re-verified for P2P messaging. See [MESSAGING.md](../../docs/MESSAGING.md).
**v0.8.427 (Phase 464):** `gossipRoleUpsert`, `gossipRoleDelete`, `gossipChannelOverwriteUpsert`, and `gossipChannelOverwriteDelete` re-verified for custom roles and channel overwrites. See [ROLES.md](../../docs/ROLES.md). **v0.8.427 (Phase 464):** `gossipRoleUpsert`, `gossipRoleDelete`, `gossipChannelOverwriteUpsert`, and `gossipChannelOverwriteDelete` re-verified for custom roles and channel overwrites. See [ROLES.md](../../docs/ROLES.md).
**v0.8.426 (Phase 463):** `gossipAudit`, `gossipAuditExportSnapshot`, `gossipAuditExportCsvSync`, and `gossipAuditExportArchive` re-verified for P2P audit/compliance trail. Platform `compliance.snapshot` span wraps export snapshot gossip. See [AUDIT.md](../../docs/AUDIT.md), [COMPLIANCE.md](../../docs/COMPLIANCE.md). **v0.8.426 (Phase 463):** `gossipAudit`, `gossipAuditExportSnapshot`, `gossipAuditExportCsvSync`, and `gossipAuditExportArchive` re-verified for P2P audit/compliance trail. Platform `compliance.snapshot` span wraps export snapshot gossip. See [AUDIT.md](../../docs/AUDIT.md), [COMPLIANCE.md](../../docs/COMPLIANCE.md).