build: Bump version to 0.34.0
This commit is contained in:
parent
2afd1cd800
commit
b978cf01c8
24
CHANGELOG.md
24
CHANGELOG.md
|
|
@ -1,3 +1,27 @@
|
||||||
|
## [0.34.0] 21st Oct 2024
|
||||||
|
- feat: add equality and hashCode overrides for autogenerated models (BREAKING CHANGE) (td)
|
||||||
|
- feat: v1.12 spec endpoints support (BREAKING CHANGE) (td)
|
||||||
|
- fix: (BREAKING) Change power level without changing memory (Krille)
|
||||||
|
- fix: AsyncCache is not invalidating on error (Krille)
|
||||||
|
- fix: by default don't uplaod new keys in our tests (Nicolas Werner)
|
||||||
|
- fix: Deduplicate key OTK uploads (Nicolas Werner)
|
||||||
|
- fix: Don't wait for 5 milliseconds on every sync in our tests (Nicolas Werner)
|
||||||
|
- fix: edge cases when calculating (un)localized body (Nicolas Werner)
|
||||||
|
- fix: enable some event tests without libolm (Nicolas Werner)
|
||||||
|
- fix: prevent body (and plaintextBody) from return html by accident (Nicolas Werner)
|
||||||
|
- fix: properly remove reply fallback from (un)localized body (Nicolas Werner)
|
||||||
|
- fix: Race conditions in tests now that they are running faster (Nicolas Werner)
|
||||||
|
- refactor: Migrate to m.marked_unread from Matrix v1.12 (Krille)
|
||||||
|
- refactor: Use Object.hash instead of hashCode ^ (Krille)
|
||||||
|
- chore: Add more (un)localized body tests (Nicolas Werner)
|
||||||
|
- chore: bump dart version to fix tests not exiting sometimes (Nicolas Werner)
|
||||||
|
- chore: Lower loglevel for call event with unexpected sender (Krille)
|
||||||
|
- chore: Make more clear that Client.uploadContent() does not end to end encrypt the file (Krille)
|
||||||
|
- chore: Switch to cheaper github runner (Nicolas Werner)
|
||||||
|
- chore: tear down clients in event tests properly (Nicolas Werner)
|
||||||
|
- chore: update Emote-only expressions (The one with the braid)
|
||||||
|
- chore: Upgrade dependencies (Nicolas Werner)
|
||||||
|
|
||||||
## [0.33.0] 19th Sept 2024
|
## [0.33.0] 19th Sept 2024
|
||||||
|
|
||||||
- feat: BREAKING CHANGE v1.11 matrix-spec endpoints (td)
|
- feat: BREAKING CHANGE v1.11 matrix-spec endpoints (td)
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
name: matrix
|
name: matrix
|
||||||
description: Matrix Dart SDK
|
description: Matrix Dart SDK
|
||||||
version: 0.33.0
|
version: 0.34.0
|
||||||
homepage: https://famedly.com
|
homepage: https://famedly.com
|
||||||
repository: https://github.com/famedly/matrix-dart-sdk.git
|
repository: https://github.com/famedly/matrix-dart-sdk.git
|
||||||
issue_tracker: https://github.com/famedly/matrix-dart-sdk/issues
|
issue_tracker: https://github.com/famedly/matrix-dart-sdk/issues
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue