Skip to content
Tags give the ability to mark specific points in history as being important
  • v5.3.1-rc.3
    c3903f27 · v5.3.1-rc.3 ·
    [Full Changelog](https://github.com/matrix-org/matrix-js-sdk/compare/v5.3.1-rc.2...v5.3.1-rc.3)
    * Fix cross-signing/SSSS reset
    [\#1323](https://github.com/matrix-org/matrix-js-sdk/pull/1323)
    * Fix: crash when backup key needs fixing from corruption issue
    [\#1325](https://github.com/matrix-org/matrix-js-sdk/pull/1325)
  • v5.3.1-rc.4
    1cb61347 · v5.3.1-rc.4 ·
    [Full Changelog](https://github.com/matrix-org/matrix-js-sdk/compare/v5.3.1-rc.3...v5.3.1-rc.4)
    * Retry account data upload requests
    [\#1347](https://github.com/matrix-org/matrix-js-sdk/pull/1347)
    * Fix: handle filter not found
    [\#1341](https://github.com/matrix-org/matrix-js-sdk/pull/1341)
    * Make getAccountDataFromServer return null if not found
    [\#1339](https://github.com/matrix-org/matrix-js-sdk/pull/1339)
    * Fix setDefaultKeyId to fail if the request fails
    [\#1337](https://github.com/matrix-org/matrix-js-sdk/pull/1337)
    * Fix: don't do extra /filter request when enabling lazy loading of members
    [\#1333](https://github.com/matrix-org/matrix-js-sdk/pull/1333)
    * Reject attemptAuth promise if no auth flow found
    [\#1331](https://github.com/matrix-org/matrix-js-sdk/pull/1331)
    * Serialise Olm prekey decryptions
    [\#1330](https://github.com/matrix-org/matrix-js-sdk/pull/1330)
  • v6.0.0
    a1baf392 · v6.0.0 ·
    [Full Changelog](https://github.com/matrix-org/matrix-js-sdk/compare/v6.0.0-rc.2...v6.0.0)
    * Add progress callback for key backups
    [\#1368](https://github.com/matrix-org/matrix-js-sdk/pull/1368)
  • v6.0.0-rc.1
    f3f6f3e3 · v6.0.0-rc.1 ·
    [Full Changelog](https://github.com/matrix-org/matrix-js-sdk/compare/v5.3.1-rc.4...v6.0.0-rc.1)
    BREAKING CHANGES
    ---
    * client.getStoredDevicesForUser and client.getStoredDevices are no longer async
    All Changes
    ---
    * Add initialFetch param to willUpdateDevices / devicesUpdated
    [\#1362](https://github.com/matrix-org/matrix-js-sdk/pull/1362)
    * Fix race between sending .request and receiving .ready over to_device
    [\#1361](https://github.com/matrix-org/matrix-js-sdk/pull/1361)
    * Handle race between sending and await next event from other party
    [\#1358](https://github.com/matrix-org/matrix-js-sdk/pull/1358)
    * Add crypto.willUpdateDevices event and make
    getStoredDevices/getStoredDevicesForUser synchronous
    [\#1356](https://github.com/matrix-org/matrix-js-sdk/pull/1356)
    * Remove redundant key backup setup path
    [\#1355](https://github.com/matrix-org/matrix-js-sdk/pull/1355)
  • v6.0.0-rc.2
    135a76fe · v6.0.0-rc.2 ·
    [Full Changelog](https://github.com/matrix-org/matrix-js-sdk/compare/v6.0.0-rc.1...v6.0.0-rc.2)
    * Emit event when a trusted self-key is stored
    [\#1365](https://github.com/matrix-org/matrix-js-sdk/pull/1365)
  • v6.1.0
    b2917650 · v6.1.0 ·
    [Full Changelog](https://github.com/matrix-org/matrix-js-sdk/compare/v6.1.0-rc.1...v6.1.0)
    * No changes since rc.1
  • v6.1.0-rc.1
    1de9a246 · v6.1.0-rc.1 ·
    [Full Changelog](https://github.com/matrix-org/matrix-js-sdk/compare/v6.0.0...v6.1.0-rc.1)
    * Remove support for asymmetric 4S encryption
    [\#1373](https://github.com/matrix-org/matrix-js-sdk/pull/1373)
    * Increase timeout for 2nd phase of Olm session creation
    [\#1367](https://github.com/matrix-org/matrix-js-sdk/pull/1367)
    * Add logging on decryption retries
    [\#1366](https://github.com/matrix-org/matrix-js-sdk/pull/1366)
    * Emit event when a trusted self-key is stored
    [\#1364](https://github.com/matrix-org/matrix-js-sdk/pull/1364)
    * Customize error payload for oversized messages
    [\#1352](https://github.com/matrix-org/matrix-js-sdk/pull/1352)
    * Return null for key backup state when we haven't checked yet
    [\#1363](https://github.com/matrix-org/matrix-js-sdk/pull/1363)
    * Added a progressCallback for backup key loading
    [\#1351](https://github.com/matrix-org/matrix-js-sdk/pull/1351)
    * Add initialFetch param to willUpdateDevices / devicesUpdated
    [\#1360](https://github.com/matrix-org/matrix-js-sdk/pull/1360)
    * Fix race between sending .request and receiving .ready over to_device
    [\#1359](https://github.com/matrix-org/matrix-js-sdk/pull/1359)
    * Handle race between sending and await next event from other party
    [\#1357](https://github.com/matrix-org/matrix-js-sdk/pull/1357)
    * Add crypto.willUpdateDevices event and make
    getStoredDevices/getStoredDevicesForUser synchronous
    [\#1354](https://github.com/matrix-org/matrix-js-sdk/pull/1354)
    * Fix sender of local echo events in unsigned redactions
    [\#1350](https://github.com/matrix-org/matrix-js-sdk/pull/1350)
    * Remove redundant key backup setup path
    [\#1353](https://github.com/matrix-org/matrix-js-sdk/pull/1353)
    * Remove some dead code from _retryDecryption
    [\#1349](https://github.com/matrix-org/matrix-js-sdk/pull/1349)
    * Don't send key requests until after sync processing is finished
    [\#1348](https://github.com/matrix-org/matrix-js-sdk/pull/1348)
    * Prevent attempts to send olm messages to ourselves
    [\#1346](https://github.com/matrix-org/matrix-js-sdk/pull/1346)
    * Retry account data upload requests
    [\#1345](https://github.com/matrix-org/matrix-js-sdk/pull/1345)
    * Log first known index with megolm session updates
    [\#1344](https://github.com/matrix-org/matrix-js-sdk/pull/1344)
    * Prune to_device messages to avoid sending empty messages
    [\#1343](https://github.com/matrix-org/matrix-js-sdk/pull/1343)
    * Convert bunch of things to TypeScript
    [\#1335](https://github.com/matrix-org/matrix-js-sdk/pull/1335)
    * Add logging when making new Olm sessions
    [\#1342](https://github.com/matrix-org/matrix-js-sdk/pull/1342)
    * Fix: handle filter not found
    [\#1340](https://github.com/matrix-org/matrix-js-sdk/pull/1340)
    * Make getAccountDataFromServer return null if not found
    [\#1338](https://github.com/matrix-org/matrix-js-sdk/pull/1338)
    * Fix setDefaultKeyId to fail if the request fails
    [\#1336](https://github.com/matrix-org/matrix-js-sdk/pull/1336)
    * Document setRoomEncryption not modifying room state
    [\#1328](https://github.com/matrix-org/matrix-js-sdk/pull/1328)
    * Fix: don't do extra /filter request when enabling lazy loading of members
    [\#1332](https://github.com/matrix-org/matrix-js-sdk/pull/1332)
    * Reject attemptAuth promise if no auth flow found
    [\#1329](https://github.com/matrix-org/matrix-js-sdk/pull/1329)
    * Fix FilterComponent allowed_values check
    [\#1327](https://github.com/matrix-org/matrix-js-sdk/pull/1327)
    * Serialise Olm prekey decryptions
    [\#1326](https://github.com/matrix-org/matrix-js-sdk/pull/1326)
    * Fix: crash when backup key needs fixing from corruption issue
    [\#1324](https://github.com/matrix-org/matrix-js-sdk/pull/1324)
    * Fix cross-signing/SSSS reset
    [\#1322](https://github.com/matrix-org/matrix-js-sdk/pull/1322)
    * Implement QR code reciprocate for self-verification with untrusted MSK
    [\#1320](https://github.com/matrix-org/matrix-js-sdk/pull/1320)
  • v6.2.0
    30720bfd · v6.2.0 ·
    [Full Changelog](https://github.com/matrix-org/matrix-js-sdk/compare/v6.2.0-rc.1...v6.2.0)
    * No changes since rc.1
  • v6.2.0-rc.1
    2c2d531e · v6.2.0-rc.1 ·
    [Full Changelog](https://github.com/matrix-org/matrix-js-sdk/compare/v6.1.0...v6.2.0-rc.1)
    * Make auth argument in the register request compliant with r0.6.0
    [\#1304](https://github.com/matrix-org/matrix-js-sdk/pull/1304)
    * Send the wrong auth params with the right auth params
    [\#1393](https://github.com/matrix-org/matrix-js-sdk/pull/1393)
    * encrypt cached keys with pickle key
    [\#1387](https://github.com/matrix-org/matrix-js-sdk/pull/1387)
    * Fix replying to key share requests
    [\#1385](https://github.com/matrix-org/matrix-js-sdk/pull/1385)
    * Add dist to package.json files so CDNs can serve it
    [\#1384](https://github.com/matrix-org/matrix-js-sdk/pull/1384)
    * Fix getVersion warning saying undefined room
    [\#1382](https://github.com/matrix-org/matrix-js-sdk/pull/1382)
    * Combine the two places we processed client-level default push rules
    [\#1379](https://github.com/matrix-org/matrix-js-sdk/pull/1379)
    * make MAC check robust against unpadded vs padded base64 differences
    [\#1378](https://github.com/matrix-org/matrix-js-sdk/pull/1378)
    * Remove key backup format migration
    [\#1375](https://github.com/matrix-org/matrix-js-sdk/pull/1375)
    * Add simple browserify browser-matrix.js tests
    [\#1241](https://github.com/matrix-org/matrix-js-sdk/pull/1241)
    * support new key agreement method for SAS
    [\#1376](https://github.com/matrix-org/matrix-js-sdk/pull/1376)
  • v6.2.1
    12b573bc · v6.2.1 ·
    [Full Changelog](https://github.com/matrix-org/matrix-js-sdk/compare/v6.2.0...v6.2.1)
    * Bring back backup key format migration
    [\#1399](https://github.com/matrix-org/matrix-js-sdk/pull/1399)
  • v6.2.2
    db7848c9 · v6.2.2 ·
    [Full Changelog](https://github.com/matrix-org/matrix-js-sdk/compare/v6.2.1...v6.2.2)
    * Use existing session id for fetching flows as to not get a new session
    [\#1407](https://github.com/matrix-org/matrix-js-sdk/pull/1407)
  • v7.0.0
    bc5b5876 · v7.0.0 ·
    [Full Changelog](https://github.com/matrix-org/matrix-js-sdk/compare/v7.0.0-rc.1...v7.0.0)
    * No changes since rc.1
  • v7.0.0-rc.1
    c3283a72 · v7.0.0-rc.1 ·
    [Full Changelog](https://github.com/matrix-org/matrix-js-sdk/compare/v6.2.2...v7.0.0-rc.1)
    BREAKING CHANGES
    ---
    * Presence lists were removed from the spec in r0.5.0, and the corresponding methods have now been removed here as well:
    * `getPresenceList`
    * `inviteToPresenceList`
    * `dropFromPresenceList`
    All changes
    ---
    * Remove support for unspecced device-specific push rules
    [\#1404](https://github.com/matrix-org/matrix-js-sdk/pull/1404)
    * Use existing session id for fetching flows as to not get a new session
    [\#1403](https://github.com/matrix-org/matrix-js-sdk/pull/1403)
    * Upgrade deps
    [\#1400](https://github.com/matrix-org/matrix-js-sdk/pull/1400)
    * Bring back backup key format migration
    [\#1398](https://github.com/matrix-org/matrix-js-sdk/pull/1398)
    * Fix: more informative error message when we cant find a key to decrypt with
    [\#1313](https://github.com/matrix-org/matrix-js-sdk/pull/1313)
    * Add js-sdk mechanism for polling client well-known for config
    [\#1394](https://github.com/matrix-org/matrix-js-sdk/pull/1394)
    * Fix verification request timeouts to match spec
    [\#1388](https://github.com/matrix-org/matrix-js-sdk/pull/1388)
    * Drop presence list methods
    [\#1391](https://github.com/matrix-org/matrix-js-sdk/pull/1391)
    * Batch up URL previews to prevent excessive requests
    [\#1395](https://github.com/matrix-org/matrix-js-sdk/pull/1395)
  • v7.1.0
    2a688bda · v7.1.0 ·
    [Full Changelog](https://github.com/matrix-org/matrix-js-sdk/compare/v7.1.0-rc.1...v7.1.0)
    * No changes since rc.1
  • v7.1.0-rc.1
    8e53cb32 · v7.1.0-rc.1 ·
    [Full Changelog](https://github.com/matrix-org/matrix-js-sdk/compare/v7.0.0...v7.1.0-rc.1)
    * Ask general crypto callbacks for 4S privkey if operation adapter doesn't
    have it yet
    [\#1414](https://github.com/matrix-org/matrix-js-sdk/pull/1414)
    * Fix ICreateClientOpts missing idBaseUrl
    [\#1413](https://github.com/matrix-org/matrix-js-sdk/pull/1413)
    * Increase max event listeners for rooms
    [\#1411](https://github.com/matrix-org/matrix-js-sdk/pull/1411)
    * Don't trust keys megolm received from backup for verifying the sender
    [\#1406](https://github.com/matrix-org/matrix-js-sdk/pull/1406)
    * Raise the last known account data / state event for an update
    [\#1410](https://github.com/matrix-org/matrix-js-sdk/pull/1410)
    * Isolate encryption bootstrap side-effects
    [\#1380](https://github.com/matrix-org/matrix-js-sdk/pull/1380)
    * Add method to get current in-flight to-device requests
    [\#1405](https://github.com/matrix-org/matrix-js-sdk/pull/1405)
  • v8.0.0
    c669382e · v8.0.0 ·
    [Full Changelog](https://github.com/matrix-org/matrix-js-sdk/compare/v7.1.0...v8.0.0)
    BREAKING CHANGES
    ---
    * `RoomState` events changed to use a Map instead of an object, which changes the collection APIs available to access them.
    All Changes
    ---
    * Properly support txnId
    [\#1424](https://github.com/matrix-org/matrix-js-sdk/pull/1424)
    * [BREAKING] Remove deprecated getIdenticonUri
    [\#1423](https://github.com/matrix-org/matrix-js-sdk/pull/1423)
    * Bump lodash from 4.17.15 to 4.17.19
    [\#1421](https://github.com/matrix-org/matrix-js-sdk/pull/1421)
    * [BREAKING] Convert RoomState's stored state map to a real map
    [\#1419](https://github.com/matrix-org/matrix-js-sdk/pull/1419)
  • v8.0.1
    8b5213c0 · v8.0.1 ·
    [Full Changelog](https://github.com/matrix-org/matrix-js-sdk/compare/v8.0.1-rc.1...v8.0.1)
    * Filter out non-string display names
    [\#1434](https://github.com/matrix-org/matrix-js-sdk/pull/1434)
  • v8.0.1-rc.1
    800d8380 · v8.0.1-rc.1 ·
    [Full Changelog](https://github.com/matrix-org/matrix-js-sdk/compare/v8.0.0...v8.0.1-rc.1)
    * Remove redundant lint dependencies
    [\#1426](https://github.com/matrix-org/matrix-js-sdk/pull/1426)
    * Upload all keys when we start using a new key backup version
    [\#1428](https://github.com/matrix-org/matrix-js-sdk/pull/1428)
    * Expose countSessionsNeedingBackup
    [\#1429](https://github.com/matrix-org/matrix-js-sdk/pull/1429)
    * Configure and use new eslint package
    [\#1422](https://github.com/matrix-org/matrix-js-sdk/pull/1422)
  • v8.1.0
    64cdd73b · v8.1.0 ·
    [Full Changelog](https://github.com/matrix-org/matrix-js-sdk/compare/v8.1.0-rc.1...v8.1.0)
    * No changes since rc.1
  • v8.1.0-rc.1
    8b3126e9 · v8.1.0-rc.1 ·
    [Full Changelog](https://github.com/matrix-org/matrix-js-sdk/compare/v8.0.1...v8.1.0-rc.1)
    * Update on Promises
    [\#1438](https://github.com/matrix-org/matrix-js-sdk/pull/1438)
    * Store and request master cross-signing key
    [\#1437](https://github.com/matrix-org/matrix-js-sdk/pull/1437)
    * Filter out non-string display names
    [\#1433](https://github.com/matrix-org/matrix-js-sdk/pull/1433)
    * Bump elliptic from 6.5.2 to 6.5.3
    [\#1427](https://github.com/matrix-org/matrix-js-sdk/pull/1427)
    * Replace Riot with Element in docs and comments
    [\#1431](https://github.com/matrix-org/matrix-js-sdk/pull/1431)
    * Remove leftover bits of TSLint
    [\#1430](https://github.com/matrix-org/matrix-js-sdk/pull/1430)