v0.6.0
What's Changed
- Add basic encryption support for simple bots by @turt2live in #142
- Bump path-parse from 1.0.6 to 1.0.7 by @dependabot in #139
- Fix getJoinedRoomMembersWithProfiles response format by @Half-Shot in #138
- Add a crude backoff to sync by @Half-Shot in #102
- MSC2716 support by @Half-Shot in #133
- Implement MSC3316 (Timestamp massaging) by @Half-Shot in #137
- Increase default sync timeout to 30s by @Half-Shot in #103
- Bump underscore from 1.9.1 to 1.13.1 by @dependabot in #150
- Bump tar from 6.1.2 to 6.1.11 by @dependabot in #153
- Allow appservice user namespace to contain non .*|.+ suffixes by @Half-Shot in #151
- Bump minimist from 1.2.0 to 1.2.5 by @dependabot in #181
- Use rust-sdk for crypto by @turt2live in #187
- Enable keepalive for requests by @Half-Shot in #193
- Migrate delete room api to v2 by @skolmer in #202
- Make sure MatrixClient and HTTP modules are mute-able by @tadzik in #186
- Bump minimist from 1.2.5 to 1.2.6 by @dependabot in #204
- Add exception type MatrixError by @Half-Shot in #158
- Add SynapseAdminApis.listAllUsers by @Half-Shot in #183
- Add support for managing Synapse registration tokens by @Half-Shot in #205
- setPresenceStatus: status_msg defaults to undefined by @jaller94 in #218
- Don't time synchronous media functions by @Half-Shot in #216
- Use LogService as express log handler by @tadzik in #212
- Improve stack traces thrown from client functions by @Half-Shot in #211
- Switch test runner from [ts-]mocha+expect to Jest by @turt2live in #222
- Deprecate the group APIs by @turt2live in #224
- General maintenance run (mostly over tests) by @turt2live in #225
- Switch to using Matrix 1.1+ compatible endpoints by @turt2live in #226
- Update usage of various dependencies to reduce runtime warnings by @turt2live in #228
- Use stable login value for appservices by @turt2live in #231
- Export MatrixError in index by @Half-Shot in #233
- Properly pass module to LogService calls in MatrixHttpClient by @tadzik in #229
- Update matrix-mock-request by @turt2live in #239
- Remove all references to Groups (please use Spaces) by @turt2live in #240
- Hide sensitive keys in appservice query parameters by @Half-Shot in #241
- Add typed options for createRoom by @Half-Shot in #238
- Silence morgan's deprecation warning by @turt2live in #244
- Ensure appservice intents update their internal membership cache by @turt2live in #243
- Replace rust-sdk bindings with ones that work by @turt2live in #236
- Update CI to run against main by @turt2live in #245
New Contributors
- @turt2live made their first contribution in #142
- @skolmer made their first contribution in #202
- @tadzik made their first contribution in #186
- @jaller94 made their first contribution in #218
Full Changelog: v0.5.19...v0.6.0