We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab29117 commit 445ae73Copy full SHA for 445ae73
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# Changelog
2
3
+## 1.27.5
4
+
5
+- Export an `AuthConfig` type to describe the object exportect from
6
+ `convex/auth.config.ts`.
7
8
+- WebSocket sync protocol support for TransitionChunk messages: just splitting a
9
+ Transition (containing new query results) into multiple WebSocket messages in
10
+ order prevent the server from appearing non-responsive.
11
12
## 1.27.4
13
14
- Add a `getAuth()` method to the client which returns the current token and
0 commit comments