File tree Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## 1.24.4
3
+ ## 1.24.6
4
+
5
+ - Fix another bug with new Custom JWT auth support in projects that use Convex
6
+ backend components.
7
+
8
+ ## 1.24.5
4
9
5
10
- ` ConvexClient.mutation() ` now accepts a third ` options ` argument that can
6
11
contain an optimistic update.
7
12
8
- - Log a warning when optimistic update handlers return a promise since they
9
- should be sync.
10
-
11
13
## 1.24.3
12
14
13
15
- Add ` .url ` property to ConvexReactClient.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " convex" ,
3
3
"description" : " Client for the Convex Cloud" ,
4
- "version" : " 1.24.5 " ,
4
+ "version" : " 1.24.6 " ,
5
5
"author" : " Convex, Inc. <no-reply@convex.dev>" ,
6
6
"homepage" : " https://convex.dev" ,
7
7
"repository" : {
Original file line number Diff line number Diff line change 1
- export const version = "1.24.5 " ;
1
+ export const version = "1.24.6 " ;
You can’t perform that action at this time.
0 commit comments