Releases: syncpoint/matrix-client-api
Releases · syncpoint/matrix-client-api
v2.3.0
What's Changed
- fix: fall back to hierarchy data when space is missing from sync by @axel-krapotke in #14
- fix: ensure post() completes before shareHistoricalKeys() by @axel-krapotke in #15
Full Changelog: v2.2.0...v2.3.0
v2.2.0
What's Changed
- refactor: extract CryptoFacade, introduce RoomMemberCache by @axel-krapotke in #10
- Federation-resilient catchUp + timeline ordering fix by @axel-krapotke in #11
- Add E2E test: sync filter behavior with not_senders by @axel-krapotke in #12
- Restart sync on joinLayer for immediate room detection by @axel-krapotke in #13
Full Changelog: v2.1.0...v2.2.0
v2.1.0
What's Changed
- Sync-gated content fetch after join by @axel-krapotke in #9
This ensures that we receive the full content of a layer after we join it.
Full Changelog: v2.0.0...v2.1.0
v2.0.0
What's Changed
- feat: End-to-End Encryption with historical key sharing by @axel-krapotke in #5
- fix: Replace creator property with sender (room v11 spec) by @axel-krapotke in #6
- feat: Persistent command queue backed by LevelDB by @axel-krapotke in #8
New Contributors
- @axel-krapotke made their first contribution in #5
Full Changelog: v1.6.1...v2.0.0
v1.6.1
New
- added the
creatorfield to the project/layer (room) descriptor
v1.6.0
New
- permissions for rooms
- list members
- kick users from projects