Skip to content

Commit 041ce0a

Browse files
thomasballingerConvex, Inc.
authored andcommitted
changelog updates (#38311)
GitOrigin-RevId: fb4b310de483629cb9398f4fc65cd83d6068e382
1 parent 8eb224a commit 041ce0a

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@
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.
@@ -34,6 +37,13 @@
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

0 commit comments

Comments
 (0)