v29.1.0-rc.1
Pre-release
Pre-release
RiotRobot
released this
17 Oct 14:09
·
823 commits
to develop
since this release
✨ Features
- OIDC: refresh tokens (#3764). Contributed by @kerryarchibald.
- OIDC: add
prompt
param to auth url creation (#3794). Contributed by @kerryarchibald. - Allow applications to specify their own logger instance (#3792). Fixes #1899.
- Export AutoDiscoveryError and fix type of ALL_ERRORS (#3768).
🐛 Bug Fixes
- Fix sending call member events on leave (#3799). Fixes element-hq/element-call#1763.
- Don't use event.sender in CallMembership (#3793).
- Element-R: Don't mark QR code verification as done until it's done (#3791). Fixes element-hq/element-web#26293.
- Element-R: Connect device to key backup when crypto is created (#3784). Fixes element-hq/element-web#26316. Contributed by @florianduros.
- Element-R: Avoid errors in
VerificationRequest.generateQRCode
when QR code is unavailable (#3779). Fixes element-hq/element-web#26300. Contributed by @florianduros. - ElementR: Check key backup when user identity changes (#3760). Fixes element-hq/element-web#26244. Contributed by @florianduros.
- Element-R: emit
VerificationRequestReceived
on incoming request (#3762). Fixes element-hq/element-web#26245.