File tree Expand file tree Collapse file tree 1 file changed +18
-3
lines changed Expand file tree Collapse file tree 1 file changed +18
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ## 1.27.5
3+ ## 1.28.0
44
5- - Export an ` AuthConfig ` type to describe the object exportect from
6- ` convex/auth.config.ts ` .
5+ - Deploy code path unification: all deploys now use a codepath that supports
6+ components, whether or not any components are used in the project. Generating
7+ the files in ` convex/_generated/ ` now requires a deployment to be present and
8+ for all environment variables used in convex/auth.config.ts to be set.
9+
10+ Scripts that call ` npx convex codegen ` are the most likely to be affected by
11+ this change, and ` npx convex codgen ` no longer works for any projects in
12+ preview deployments because preview deployments may not exist until the
13+ deploy.
14+
15+ Committing generated code is recommended and this change makes this
16+ recommendation more important.
717
818- WebSocket sync protocol support for TransitionChunk messages: just splitting a
919 Transition (containing new query results) into multiple WebSocket messages in
1020 order prevent the server from appearing non-responsive.
1121
22+ ## 1.27.5
23+
24+ - Export an ` AuthConfig ` type to describe the object exported from
25+ ` convex/auth.config.ts ` .
26+
1227## 1.27.4
1328
1429- Add a ` getAuth() ` method to the client which returns the current token and
You can’t perform that action at this time.
0 commit comments