Skip to content

Commit 1105c2e

Browse files
docs(messaging): add weekly updates 2026-03-02 (#374)
* docs(messaging): add weekly updates 2026-03-02 * delivery update * delivery rm confusing comment * chat updates * chore: clean up empty blocks --------- Co-authored-by: Ivan Folgueira Bande <ivansete@status.im>
1 parent ae012fa commit 1105c2e

1 file changed

Lines changed: 59 additions & 0 deletions

File tree

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
---
2+
title: 2026-03-02 Messaging Weekly
3+
tags:
4+
- messaging-updates
5+
date: 2026-03-02
6+
---
7+
8+
## [Create Chat SDK MVP](2025-create-chat-sdk-mvp.md)
9+
10+
- [[Deliverable] Chat SDK Developer Preview](https://github.com/waku-org/pm/issues/316)
11+
- achieved:
12+
- [chat] [feat: ListConversations API in libchat](https://github.com/logos-messaging/libchat/pull/60)
13+
- [chat] [fix: all-endpoints Nim bindings test and installation_name ABI fix](https://github.com/logos-messaging/libchat/pull/66)
14+
- [chat] [fix: replace dynlib dlopen with plain importc for static linking support](https://github.com/logos-messaging/libchat/pull/61)
15+
- [chat] [feat: Rust→Nim ABI mismatch fix via C wrapper translation layer](https://github.com/logos-messaging/libchat/pull/61)
16+
- [chat] [feat: Identity Simplification in logos-chat](https://github.com/logos-messaging/logos-chat/pull/71)
17+
- [chat] [feat: statically link libchat and RLN via rust-bundle](https://github.com/logos-messaging/logos-chat/pull/83)
18+
- [chat] [feat: switch to logos.dev fleet](https://github.com/logos-messaging/logos-chat/pull/87)
19+
- [chat] [fix: Chat history of multiple chats, UI improvements](https://github.com/logos-co/logos-chatsdk-ui/pull/7)
20+
- next:
21+
- [chat] Clean up Logos Core module API and expose convenience functions
22+
23+
- [[Deliverable] Chat SDK Bindings](https://github.com/waku-org/pm/issues/317)
24+
- achieved:
25+
- [chat] [Add API docs to logos-chatsdk-module](https://github.com/logos-co/logos-chatsdk-module/pull/12)
26+
- [chat] [docs: update logos-chatsdk-ui readme](https://github.com/logos-co/logos-chatsdk-ui/pull/12)
27+
- [chat] [Readme overhaul for logos-chat](https://github.com/logos-messaging/logos-chat/pull/74)
28+
- [chat] [fix: mac build](https://github.com/logos-messaging/logos-chat/pull/84)
29+
- [chat] [ci: reduce CI times by unifying jobs and caching Cargo artifacts](https://github.com/logos-messaging/logos-chat/pull/81)
30+
- [chat] [feat: add nix flake to logos-chat](https://github.com/logos-messaging/logos-chat/pull/79)
31+
- [chat] Fixed integration of Chat module in Logos App
32+
- next:
33+
- [chat] Create minimal code examples for bot developers
34+
35+
## [API access to P2P Reliability for Desktop](2025-improve-devex.md)
36+
37+
- [[Deliverable] Introduce Waku API in nwaku](https://github.com/waku-org/pm/issues/305)
38+
- achieved:
39+
- [delivery] [Create logos-delivery-module](https://github.com/logos-co/logos-delivery-module)
40+
- [delivery] Health API support for liblogosdelivery library and logos-delivery-module
41+
- [Health status event support](https://github.com/logos-messaging/logos-delivery/pull/3737)
42+
- [Health API support in logos-delivery-module](https://github.com/logos-co/logos-delivery-module/pull/7)
43+
- [delivery] [Create debug API spec](https://github.com/logos-messaging/specs/pull/102)
44+
- next:
45+
- [delivery] [Implement receive/subscribe API](https://github.com/logos-messaging/logos-messaging-nim/issues/3710)
46+
- [delivery] [Deploy logos.dev messaging fleet](https://github.com/status-im/infra-misc/issues/461)
47+
- [delivery] [Implement debug API in logos-delivery](https://github.com/logos-messaging/logos-delivery/pull/3742)
48+
- [delivery] [Implement subscribe API](https://github.com/logos-messaging/logos-delivery/issues/3710)
49+
- [delivery] [Move destroy and more security check in logos-delivery](https://github.com/logos-messaging/logos-delivery/pull/3736/changes)
50+
- [delivery] [Enhance createNode security in logos-delivery-module](https://github.com/logos-co/logos-delivery-module/pull/5/changes)
51+
- [delivery] [Add doxygen documentation in logos-delivery-module](https://github.com/logos-co/logos-delivery-module/pull/6)
52+
- [delivery] Enhance Logos Messaging API config:
53+
- Allow flatten json sturcture for liblogosdelivery.
54+
- Support `preset` switch for easy configure target fleet
55+
- Support `storeMessageDbUrl` switch to enable fleet mode logos-core headless run as store-node in fleet.
56+
57+
## Maintenance
58+
- next:
59+
- [delivery] [Start using Nimble in logos-delivery](https://github.com/logos-messaging/logos-delivery/pull/3682)

0 commit comments

Comments
 (0)