Merge branch 'release/v0.18.1' into 'main'

chore: Bump version to 0.18.1

See merge request famedly/company/frontend/famedlysdk!1254
This commit is contained in:
Nicolas Werner 2023-03-20 14:25:49 +00:00
commit cdf79de3b7
2 changed files with 11 additions and 1 deletions

View File

@ -1,5 +1,11 @@
## [0.18.1] - 20th March 2023
- feat: Allow accessing cached archive rooms as well as request keys for them (Philipp Grieshofer)
- feat: Make possible to overwrite boxcollection opener in Hive Collections Database (Krille)
- fix: Use MatrixLocalizations to calculate fallback user displayname (Philipp Grieshofer)
## [0.18.0] - 6th March 2023 ## [0.18.0] - 6th March 2023
- chore: remove checker from local list (td) - chore: remove checker from local list (td)
- chore: stop stale group call checker on room leave (td) - chore: stop stale group call checker on room leave (td)
- chore: update. (cloudwebrtc) - chore: update. (cloudwebrtc)
@ -8,11 +14,14 @@
- fix: http api call replaced with httpClient (m_kushal) - 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: 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) - 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)
## [0.17.0] - 17th Feb 2023 ## [0.17.0] - 17th Feb 2023
- fix: ability to upgrade audio calls to video calls (td) - fix: ability to upgrade audio calls to video calls (td)
- chore: add a fetchOwnProfileFromServer method which tries to get ownProfile from server first, disk then (td) - chore: add a fetchOwnProfileFromServer method which tries to get ownProfile from server first, disk then (td)
- fix: clean expired member state events in group calls (td) - fix: clean expired member state events in group calls (td)
@ -54,6 +63,7 @@
- refactor: migrate integration tests to more stable setup (TheOneWithTheBraid) - refactor: migrate integration tests to more stable setup (TheOneWithTheBraid)
## [0.15.12] - 18th Jan 2023 ## [0.15.12] - 18th Jan 2023
This deprecates `room.displayname` is favor of `room.getLocalizedDisplayname()`. This deprecates `room.displayname` is favor of `room.getLocalizedDisplayname()`.
For migration you can just replace it everywhere. It will use the For migration you can just replace it everywhere. It will use the
MatrixDefaultLocalizations if you don't set one. MatrixDefaultLocalizations if you don't set one.

View File

@ -1,6 +1,6 @@
name: matrix name: matrix
description: Matrix Dart SDK description: Matrix Dart SDK
version: 0.18.0 version: 0.18.1
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