|
1 |
| -Unreleased changes |
2 |
| -================== |
| 1 | +Changes in [0.8.0](https://github.com/matrix-org/matrix-js-sdk/releases/tag/v0.8.0) (2017-08-15) |
| 2 | +================================================================================================ |
| 3 | +[Full Changelog](https://github.com/matrix-org/matrix-js-sdk/compare/v0.7.13...v0.8.0) |
3 | 4 |
|
4 | 5 | BREAKING CHANGE
|
5 | 6 | ---------------
|
@@ -36,6 +37,91 @@ applications which support end-to-end encryption:
|
36 | 37 | in a slightly different format.
|
37 | 38 |
|
38 | 39 |
|
| 40 | + * Make bits of `olmlib` asynchronous |
| 41 | + [\#521](https://github.com/matrix-org/matrix-js-sdk/pull/521) |
| 42 | + * Make some of DeviceList asynchronous |
| 43 | + [\#520](https://github.com/matrix-org/matrix-js-sdk/pull/520) |
| 44 | + * Make methods in crypto/algorithms async |
| 45 | + [\#519](https://github.com/matrix-org/matrix-js-sdk/pull/519) |
| 46 | + * Avoid sending unencrypted messages in e2e room |
| 47 | + [\#518](https://github.com/matrix-org/matrix-js-sdk/pull/518) |
| 48 | + * Make tests wait for syncs to happen |
| 49 | + [\#517](https://github.com/matrix-org/matrix-js-sdk/pull/517) |
| 50 | + * Make a load of methods in the 'Crypto' module asynchronous |
| 51 | + [\#510](https://github.com/matrix-org/matrix-js-sdk/pull/510) |
| 52 | + * Set `rawDisplayName` to `userId` if membership has `displayname=null` |
| 53 | + [\#515](https://github.com/matrix-org/matrix-js-sdk/pull/515) |
| 54 | + * Refactor handling of crypto events for async |
| 55 | + [\#508](https://github.com/matrix-org/matrix-js-sdk/pull/508) |
| 56 | + * Let event decryption be asynchronous |
| 57 | + [\#509](https://github.com/matrix-org/matrix-js-sdk/pull/509) |
| 58 | + * Transform `async` functions to bluebird promises |
| 59 | + [\#511](https://github.com/matrix-org/matrix-js-sdk/pull/511) |
| 60 | + * Add more group APIs |
| 61 | + [\#512](https://github.com/matrix-org/matrix-js-sdk/pull/512) |
| 62 | + * Retrying test: wait for localEchoUpdated event |
| 63 | + [\#507](https://github.com/matrix-org/matrix-js-sdk/pull/507) |
| 64 | + * Fix member events breaking on timeline reset, 2 |
| 65 | + [\#504](https://github.com/matrix-org/matrix-js-sdk/pull/504) |
| 66 | + * Make bits of the js-sdk api asynchronous |
| 67 | + [\#503](https://github.com/matrix-org/matrix-js-sdk/pull/503) |
| 68 | + * Yet more js-sdk test deflakification |
| 69 | + [\#499](https://github.com/matrix-org/matrix-js-sdk/pull/499) |
| 70 | + * Fix racy 'matrixclient retrying' test |
| 71 | + [\#497](https://github.com/matrix-org/matrix-js-sdk/pull/497) |
| 72 | + * Fix spamming of key-share-requests |
| 73 | + [\#495](https://github.com/matrix-org/matrix-js-sdk/pull/495) |
| 74 | + * Add progress handler to `uploadContent` |
| 75 | + [\#500](https://github.com/matrix-org/matrix-js-sdk/pull/500) |
| 76 | + * Switch matrix-js-sdk to bluebird |
| 77 | + [\#490](https://github.com/matrix-org/matrix-js-sdk/pull/490) |
| 78 | + * Fix some more flakey tests |
| 79 | + [\#492](https://github.com/matrix-org/matrix-js-sdk/pull/492) |
| 80 | + * make the npm test script windows-friendly |
| 81 | + [\#489](https://github.com/matrix-org/matrix-js-sdk/pull/489) |
| 82 | + * Fix a bunch of races in the tests |
| 83 | + [\#488](https://github.com/matrix-org/matrix-js-sdk/pull/488) |
| 84 | + * Fix early return in MatrixClient.setGuestAccess |
| 85 | + [\#487](https://github.com/matrix-org/matrix-js-sdk/pull/487) |
| 86 | + * Remove testUtils.failTest |
| 87 | + [\#486](https://github.com/matrix-org/matrix-js-sdk/pull/486) |
| 88 | + * Add test:watch script |
| 89 | + [\#485](https://github.com/matrix-org/matrix-js-sdk/pull/485) |
| 90 | + * Make it possible to use async/await |
| 91 | + [\#484](https://github.com/matrix-org/matrix-js-sdk/pull/484) |
| 92 | + * Remove m.new_device support |
| 93 | + [\#483](https://github.com/matrix-org/matrix-js-sdk/pull/483) |
| 94 | + * Use access-token in header |
| 95 | + [\#478](https://github.com/matrix-org/matrix-js-sdk/pull/478) |
| 96 | + * Sanity-check response from /thirdparty/protocols |
| 97 | + [\#482](https://github.com/matrix-org/matrix-js-sdk/pull/482) |
| 98 | + * Avoid parsing plain-text errors as JSON |
| 99 | + [\#479](https://github.com/matrix-org/matrix-js-sdk/pull/479) |
| 100 | + * Use external mock-request |
| 101 | + [\#481](https://github.com/matrix-org/matrix-js-sdk/pull/481) |
| 102 | + * Fix some races in the tests |
| 103 | + [\#480](https://github.com/matrix-org/matrix-js-sdk/pull/480) |
| 104 | + * Fall back to MemoryCryptoStore if indexeddb fails |
| 105 | + [\#475](https://github.com/matrix-org/matrix-js-sdk/pull/475) |
| 106 | + * Fix load failure in firefox when indexedDB is disabled |
| 107 | + [\#474](https://github.com/matrix-org/matrix-js-sdk/pull/474) |
| 108 | + * Fix a race in a test |
| 109 | + [\#471](https://github.com/matrix-org/matrix-js-sdk/pull/471) |
| 110 | + * Avoid throwing an unhandled error when the indexeddb is deleted |
| 111 | + [\#470](https://github.com/matrix-org/matrix-js-sdk/pull/470) |
| 112 | + * fix jsdoc |
| 113 | + [\#469](https://github.com/matrix-org/matrix-js-sdk/pull/469) |
| 114 | + * Handle m.forwarded_room_key events |
| 115 | + [\#468](https://github.com/matrix-org/matrix-js-sdk/pull/468) |
| 116 | + * Improve error reporting from indexeddbstore.clearDatabase |
| 117 | + [\#466](https://github.com/matrix-org/matrix-js-sdk/pull/466) |
| 118 | + * Implement sharing of megolm keys |
| 119 | + [\#454](https://github.com/matrix-org/matrix-js-sdk/pull/454) |
| 120 | + * Process received room key requests |
| 121 | + [\#449](https://github.com/matrix-org/matrix-js-sdk/pull/449) |
| 122 | + * Send m.room_key_request events when we fail to decrypt an event |
| 123 | + [\#448](https://github.com/matrix-org/matrix-js-sdk/pull/448) |
| 124 | + |
39 | 125 | Changes in [0.7.13](https://github.com/matrix-org/matrix-js-sdk/releases/tag/v0.7.13) (2017-06-22)
|
40 | 126 | ==================================================================================================
|
41 | 127 | [Full Changelog](https://github.com/matrix-org/matrix-js-sdk/compare/v0.7.12...v0.7.13)
|
|
0 commit comments