|
| 1 | +## [0.34.0] 21st Oct 2024 |
| 2 | +- feat: add equality and hashCode overrides for autogenerated models (BREAKING CHANGE) (td) |
| 3 | +- feat: v1.12 spec endpoints support (BREAKING CHANGE) (td) |
| 4 | +- fix: (BREAKING) Change power level without changing memory (Krille) |
| 5 | +- fix: AsyncCache is not invalidating on error (Krille) |
| 6 | +- fix: by default don't uplaod new keys in our tests (Nicolas Werner) |
| 7 | +- fix: Deduplicate key OTK uploads (Nicolas Werner) |
| 8 | +- fix: Don't wait for 5 milliseconds on every sync in our tests (Nicolas Werner) |
| 9 | +- fix: edge cases when calculating (un)localized body (Nicolas Werner) |
| 10 | +- fix: enable some event tests without libolm (Nicolas Werner) |
| 11 | +- fix: prevent body (and plaintextBody) from return html by accident (Nicolas Werner) |
| 12 | +- fix: properly remove reply fallback from (un)localized body (Nicolas Werner) |
| 13 | +- fix: Race conditions in tests now that they are running faster (Nicolas Werner) |
| 14 | +- refactor: Migrate to m.marked_unread from Matrix v1.12 (Krille) |
| 15 | +- refactor: Use Object.hash instead of hashCode ^ (Krille) |
| 16 | +- chore: Add more (un)localized body tests (Nicolas Werner) |
| 17 | +- chore: bump dart version to fix tests not exiting sometimes (Nicolas Werner) |
| 18 | +- chore: Lower loglevel for call event with unexpected sender (Krille) |
| 19 | +- chore: Make more clear that Client.uploadContent() does not end to end encrypt the file (Krille) |
| 20 | +- chore: Switch to cheaper github runner (Nicolas Werner) |
| 21 | +- chore: tear down clients in event tests properly (Nicolas Werner) |
| 22 | +- chore: update Emote-only expressions (The one with the braid) |
| 23 | +- chore: Upgrade dependencies (Nicolas Werner) |
| 24 | + |
1 | 25 | ## [0.33.0] 19th Sept 2024
|
2 | 26 |
|
3 | 27 | - feat: BREAKING CHANGE v1.11 matrix-spec endpoints (td)
|
|
0 commit comments