Skip to content

Commit be7f653

Browse files
thomasballingerConvex, Inc.
authored and
Convex, Inc.
committed
npm release version 1.24.4 (#37697)
GitOrigin-RevId: 3116f6556a1e70b3fad664084e71c5056e8ee183
1 parent 74c07f9 commit be7f653

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

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

3+
## 1.24.4
4+
5+
- `ConvexClient.mutation()` now accepts a third `options` argument that can
6+
contain an optimistic update.
7+
8+
- Log a warning when optimistic update handlers return a promise since they
9+
should be sync.
10+
311
## 1.24.3
412

513
- Add `.url` property to ConvexReactClient.

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.3",
4+
"version": "1.24.4",
55
"author": "Convex, Inc. <no-reply@convex.dev>",
66
"homepage": "https://convex.dev",
77
"repository": {

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.3";
1+
export const version = "1.24.4";

0 commit comments

Comments
 (0)