-
v0.6.0 Stable
released this
2026-06-08 18:01:39 +00:00 | 2 commits to main since this releaseFeatures
- Add media sending via
POST /sendforimage,video,audio, andfile - Download remote media, encrypt it for E2EE rooms, upload to Matrix, and send the event
- Add streaming media downloads with a configurable size cap
- Add media content event building for Matrix sends
- Parse
/sendmedia requests as a discriminated union - Add
MATRIX_MAX_DOWNLOAD_BYTESconfig (default 50 MB)
Fixes
- Avoid encryption probe handling for verification room events
- Harden media configuration and download logic based on review feedback
Documentation
- Document
/sendmedia payload mode inCLAUDE.md - Document
MATRIX_MAX_DOWNLOAD_BYTES - Add Matrix media send design and implementation docs
- Document the send request body structure
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Add media sending via
-
v0.5.0 Stable
released this
2026-06-04 09:20:53 +00:00 | 15 commits to main since this releaseChanges
- Add interactive Matrix SAS verification handling for Element verification requests.
- Support to-device and in-room/DM verification events.
- Log SAS emoji for comparison and complete the MAC exchange.
- Add tweetnacl for SAS Curve25519 key agreement.
- Bump package version to 0.5.0.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v0.4.0 Stable
released this
2026-06-04 08:40:51 +00:00 | 16 commits to main since this releaseChanges
- Add authenticated
/verify-infoendpoint for out-of-band Matrix device verification. - Return bot MXID, device ID, display name, and device key fingerprints.
- Document verification flow and Docker Compose network behavior.
- Bump package version to 0.4.0.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Add authenticated