Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
58 changes: 58 additions & 0 deletions content/messaging/updates/2026-02-23.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
---
title: 2026-02-23 Messaging Weekly
tags:
- messaging-updates
date: 2026-02-23
---

## Highlights
<!-- Please Add the team weekly highlights here -->

- Delivery:
- Create basic logos deliver module structure
## [Create Chat SDK MVP](2025-create-chat-sdk-mvp.md)

- [[Deliverable] Chat SDK Developer Preview](https://github.com/waku-org/pm/issues/316)
- achieved:
- Renaming and clean-up:
- Readme Update - https://github.com/logos-messaging/logos-chat/pull/74
- Remove unused submodules - https://github.com/logos-messaging/logos-chat/pull/68
- Rename logos-chat - https://github.com/logos-messaging/logos-chat/pull/63
- Update libchat crate name - https://github.com/logos-messaging/libchat/pull/59

- Simplify Installation Managment
- Identity Simplification - https://github.com/logos-messaging/logos-chat/pull/71
- Add Installation name - https://github.com/logos-messaging/libchat/pull/58

- Libchat increased Key safety - https://github.com/logos-messaging/libchat/pull/56
- Add isNewconvo property - https://github.com/logos-messaging/libchat/pull/57

- [[Deliverable] Chat SDK Bindings](https://github.com/waku-org/pm/issues/317)
- achieved:
- Module Integration:
- Update build target - https://github.com/logos-co/logos-chatsdk-module/pull/5
- fix: peers and pubsub - https://github.com/logos-messaging/logos-chat/pull/76
- fix: update library bindings for libchat integration - https://github.com/logos-messaging/logos-chat/pull/69

- Decomplect Build:
- Fix/using new liblogos libary - https://github.com/logos-co/logos-chatsdk-module/pull/5
- Reduce CI time - https://github.com/logos-messaging/logos-chat/pull/81
- Add nix flake - https://github.com/logos-messaging/logos-chat/pull/79
- Remove windows build job - https://github.com/logos-messaging/logos-chat/pull/75
- https://github.com/logos-messaging/logos-chat/pull/73

## [API access to P2P Reliability for Desktop](2025-improve-devex.md)

- [[Deliverable] Introduce Waku API in nwaku](https://github.com/waku-org/pm/issues/305)
- achieved:
- [delivery] [Create logos-delivery-module](https://github.com/logos-co/logos-delivery-module)
- next:
- [delivery] [Create liblogosdelivery](https://github.com/logos-messaging/logos-messaging-nim/issues/3709).Implementation is ready, hold back while module is not ready.
- [delivery] [Implement receive/subscribe API](https://github.com/logos-messaging/logos-messaging-nim/issues/3710)
- [delivery] [Deploy logos.dev messaging fleet](https://github.com/status-im/infra-misc/issues/461)

## Maintenance
- achieved:
- [delivery] Rename all current logos-messaging-* repositories to logos-delivery*
- next:
- [delivery] [Start using nimble in logos-delivery](https://github.com/logos-messaging/logos-messaging-nim/pull/3682)