Skip to content

Commit dbdd2a7

Browse files
Version Packages
1 parent 9215740 commit dbdd2a7

33 files changed

Lines changed: 129 additions & 39 deletions

.changeset/dirty-plums-speak.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/discord-thread-160004-recovery.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/teams-sdk-migration.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/thin-sloths-joke.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/warm-pandas-double.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/adapter-discord/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @chat-adapter/discord
22

3+
## 4.24.0
4+
5+
### Patch Changes
6+
7+
- 09f6230: Fix silent thread creation failure when Discord returns error code 160004 ("A thread has already been created for this message"). The adapter now recovers by reusing the existing thread instead of falling back to a standalone channel message.
8+
- Updated dependencies [27b34e1]
9+
- chat@4.24.0
10+
- @chat-adapter/shared@4.24.0
11+
312
## 4.23.0
413

514
### Patch Changes

packages/adapter-discord/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chat-adapter/discord",
3-
"version": "4.23.0",
3+
"version": "4.24.0",
44
"description": "Discord adapter for chat",
55
"type": "module",
66
"main": "./dist/index.js",

packages/adapter-gchat/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @chat-adapter/gchat
22

3+
## 4.24.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [27b34e1]
8+
- chat@4.24.0
9+
- @chat-adapter/shared@4.24.0
10+
311
## 4.23.0
412

513
### Patch Changes

packages/adapter-gchat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chat-adapter/gchat",
3-
"version": "4.23.0",
3+
"version": "4.24.0",
44
"description": "Google Chat adapter for chat",
55
"type": "module",
66
"main": "./dist/index.js",

packages/adapter-github/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @chat-adapter/github
22

3+
## 4.24.0
4+
5+
### Minor Changes
6+
7+
- 90cfb6a: Expose `getInstallationId(threadOrMessage)` on the GitHub adapter so callers can resolve the GitHub App installation associated with GitHub thread and message context.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [27b34e1]
12+
- chat@4.24.0
13+
- @chat-adapter/shared@4.24.0
14+
315
## 4.23.0
416

517
### Patch Changes

0 commit comments

Comments
 (0)