chore: bump version to 0.18.2
This commit is contained in:
parent
74deba3d3e
commit
a630003dd6
10
CHANGELOG.md
10
CHANGELOG.md
|
|
@ -1,3 +1,13 @@
|
||||||
|
|
||||||
|
## [0.18.0] - 6th March 2023
|
||||||
|
- chore: remove checker from local list (td)
|
||||||
|
- chore: stop stale group call checker on room leave (td)
|
||||||
|
- chore: update. (cloudwebrtc)
|
||||||
|
- feat: Implement pagination for searchEvent endpoint (Christian Pauly)
|
||||||
|
- fix: archive takes 2 minutes to update (Nicolas Werner)
|
||||||
|
- fix: http api call replaced with httpClient (m_kushal)
|
||||||
|
- fix: BREAKING CHANGE make group call stuff async, let clients await what they need (voip callbacks like handleNewCall, handleCallEnded need to be Future<void> now) (td)
|
||||||
|
- fix: skip invalid candidate. (cloudwebrtc)
|
||||||
## [0.17.1] - 20th Feb 2023
|
## [0.17.1] - 20th Feb 2023
|
||||||
- chore: add missing awaits in group call enter and leave funcs (td)
|
- chore: add missing awaits in group call enter and leave funcs (td)
|
||||||
- chore: add useServerCache option to fetchOwnProfileFromServer and fix missing awaits (td)
|
- chore: add useServerCache option to fetchOwnProfileFromServer and fix missing awaits (td)
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
name: matrix
|
name: matrix
|
||||||
description: Matrix Dart SDK
|
description: Matrix Dart SDK
|
||||||
version: 0.17.1
|
version: 0.18.0
|
||||||
homepage: https://famedly.com
|
homepage: https://famedly.com
|
||||||
repository: https://gitlab.com/famedly/company/frontend/famedlysdk.git
|
repository: https://gitlab.com/famedly/company/frontend/famedlysdk.git
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue