File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Unreleased
4
4
5
- - Set ` process.env.NODE_ENV = "production" ` during bundling. This will result in
6
- different code being bundled!
5
+ - Set ` process.env.NODE_ENV = "production" ` during Convex function bundling.
6
+ This will result in different code being bundled from some packages, generally
7
+ faster code.
8
+
9
+ - Smaller bundles via minification.
7
10
8
11
- ConvexHttpClient mutations are now queued by default, making the
9
12
ConvexHttpClient match the behavior of ConvexClient and ConvexReactClient.
34
37
` mutation.withOptimisticUpdate() ` : an optimistic update function is expected
35
38
to run synchronously.
36
39
40
+ - Experimental onServerDisconnectError() callback option for Convex clients.
41
+
42
+ This is a stopgap client callback to report unusual server disconnect errors.
43
+ The content of these messages, which messages trigger the callback, and the
44
+ existence of the callback are all subject to change as we develop better
45
+ interfaces for disconnect metrics.
46
+
37
47
## 1.24.8
38
48
39
49
- Restore short retry timer for WebSocket reconnects initiated by an error on
You can’t perform that action at this time.
0 commit comments