Towards Delegation of Delayed Events
This release updates the service to accept the JSON signature required for the delegation of MatrixRTC membership leave events, as specified in MSC4195.
Note: This update specifically addresses the JSON signature for JWT request. Comprehensive parsing and handling of the additional delegation data are currently in development (PR #171).
Docker image
The service is available as a Docker image from the GitHub Container Registry.
docker pull ghcr.io/element-hq/lk-jwt-service:0.4.4
Precompiled binaries
The service is available as static precompiled binaries for amd64 and arm64 on linux attached to this release below.
What's Changed
- Update Docker image version in installation steps by @her001 in #175
- Adapted the lastest JSON signature from MSC4195 for SFURequest by @fkwp in #176
New Contributors
Full Changelog: v0.4.3...v0.4.4