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 22
33## Unreleased
44
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.
710
811- ConvexHttpClient mutations are now queued by default, making the
912 ConvexHttpClient match the behavior of ConvexClient and ConvexReactClient.
3437 ` mutation.withOptimisticUpdate() ` : an optimistic update function is expected
3538 to run synchronously.
3639
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+
3747## 1.24.8
3848
3949- Restore short retry timer for WebSocket reconnects initiated by an error on
You can’t perform that action at this time.
0 commit comments