Skip to content

Commit a89ee33

Browse files
thomasballingerConvex, Inc.
authored andcommitted
npm release version 1.24.8 (#37806)
GitOrigin-RevId: ca91a0e400dc43ff28e69de5de886669c45c23fe
1 parent ce323bd commit a89ee33

File tree

5 files changed

+16
-4
lines changed

5 files changed

+16
-4
lines changed

npm-packages/@convex-dev/react-query/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
},
3636
"peerDependencies": {
3737
"@tanstack/react-query": "^5.0.0",
38-
"convex": "^1.24.7"
38+
"convex": "^1.24.8"
3939
},
4040
"devDependencies": {
4141
"@tanstack/eslint-plugin-query": "^5.74.7",

npm-packages/common/config/rush/version-policies.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
{
103103
"policyName": "convex",
104104
"definitionName": "lockStepVersion",
105-
"version": "1.24.7",
105+
"version": "1.24.8",
106106
"nextBump": "patch"
107107
}
108108
]

npm-packages/convex/CHANGELOG.md

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

3+
## 1.24.8
4+
5+
- Restore short retry timer for WebSocket reconnects initiated by an error on
6+
the client. This behavior was inadvertently changed in 1.24.7.
7+
8+
## 1.24.7
9+
10+
- Increase WebSocket client timeouts in general and especially for abnormal
11+
server errors. See
12+
[this incident postmortem](https://news.convex.dev/how-convex-took-down-t3-chat-june-1-2025-postmortem/)
13+
for more context.
14+
315
## 1.24.6
416

517
- Fix another bug with new Custom JWT auth support in projects that use Convex

npm-packages/convex/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "convex",
33
"description": "Client for the Convex Cloud",
4-
"version": "1.24.7",
4+
"version": "1.24.8",
55
"author": "Convex, Inc. <no-reply@convex.dev>",
66
"homepage": "https://convex.dev",
77
"repository": {

npm-packages/convex/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const version = "1.24.7";
1+
export const version = "1.24.8";

0 commit comments

Comments
 (0)