Skip to content

Commit 0998090

Browse files
committed
10.3.1
1 parent 73ddbe0 commit 0998090

3 files changed

Lines changed: 12 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
1+
# 10.3.1 (2024-09-19)
2+
3+
### Bugfixes
4+
5+
- Fix media uploads using the wrong endpoints.
6+
17
# 10.3.0 (2024-09-19)
28

39
### Internal Changes
4-
510
- Add support for authenticated media. The `contentRepo.getHttpUriForMxc` function is now async to support feature detection. ([\#509](https://github.com/matrix-org/matrix-appservice-bridge/issues/509))
611

712

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "matrix-appservice-bridge",
3-
"version": "10.3.0",
3+
"version": "10.3.1",
44
"description": "Bridging infrastructure for Matrix Application Services",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
@@ -32,7 +32,7 @@
3232
"dependencies": {
3333
"@types/nedb": "^1.8.16",
3434
"@alloc/quick-lru": "^5.2.0",
35-
"@vector-im/matrix-bot-sdk": "^0.7.1-element.5",
35+
"@vector-im/matrix-bot-sdk": "^0.7.1-element.6",
3636
"chalk": "^4.1.0",
3737
"express": "^4.18.2",
3838
"express-rate-limit": "^7.1.5",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -716,10 +716,10 @@
716716
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
717717
integrity sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==
718718

719-
"@vector-im/matrix-bot-sdk@^0.7.1-element.5":
720-
version "0.7.1-element.5"
721-
resolved "https://registry.yarnpkg.com/@vector-im/matrix-bot-sdk/-/matrix-bot-sdk-0.7.1-element.5.tgz#ce4b47a96a2138165bf8f73b1bc31641ac37645b"
722-
integrity sha512-jLe9aZIQHPJVC18A99eAzxQpQbw0lw2o7nk36NK2zyT1SpntQ7PGDu76O5ADSIc9dzssqjs7gSp2vpmeVIaTkA==
719+
"@vector-im/matrix-bot-sdk@^0.7.1-element.6":
720+
version "0.7.1-element.6"
721+
resolved "https://registry.yarnpkg.com/@vector-im/matrix-bot-sdk/-/matrix-bot-sdk-0.7.1-element.6.tgz#d1f8a86d3bd60084d92d150f42a48b25199871e1"
722+
integrity sha512-0KfyTpQV5eyY4vPUZW89t7EZf1YF0UyFkyYqpsxL/6S7XIlbTMC4onod7vx/QpKC0lSREmwIiXx2JSjExP6CIw==
723723
dependencies:
724724
"@matrix-org/matrix-sdk-crypto-nodejs" "0.2.0-beta.1"
725725
"@types/express" "^4.17.21"

0 commit comments

Comments
 (0)