Releases: t3-oss/create-t3-app
[email protected]
Patch Changes
- #1469
547f504
Thanks @ericshively! - Replace React.FC with basic function syntax
[email protected]
[email protected]
Minor Changes
-
#1397
be9a834
Thanks @brieyla1! - feat: Added JsonProtocol as the Default Prisma Engine for Serverless speedupsmodified:
- cli/template/extras/prisma/schema/base.prisma - cli/template/extras/prisma/schema/with-auth.prisma
Description: This pull request proposes the enabling of the JsonProtocol by default. The rationale for this change is based on the performance improvements provided by the JsonProtocol without compromising stability, even though it is still a preview feature. Empirical evidence gathered from large-scale projects, with 100+ Prisma calls, demonstrates the significant time reductions enabled by this optimization, particularly in serverless environments such as Vercel. Another point worth adding is that most projects using nextJS create-t3-app will be deployed on serverless platforms such as vercel, where the real impact is.
[email protected]
Patch Changes
- #1404
48dd89a
Thanks @michalbundyra! - update nextjs dependency to ^13.4.1
[email protected]
Patch Changes
- #1401
b1a35dd
Thanks @c-ehrlich! - temporarily pin next to fix vercel build error
[email protected]
Patch Changes
-
#1377
00018ff
Thanks @juliusmarminge! - move env validation logic out to a separate package -
#1385
ac12abb
Thanks @iAverages! - Fixed issue with creating git repository with git versions below 2.28
Fixed bug with check to use --inital-branch set in git v2.28
[email protected]
Minor Changes
- #1370
18bc6a7
Thanks @chungweileong94! - EnforceNEXT_PUBLIC_
env key on client
[email protected]
Minor Changes
-
#1358
1a8a97e
Thanks @juliusmarminge! - improve boolean coercion ofSKIP_ENV_VALIDATION
environment variableIf defined, "0" and "false" are now considered falsey values, all other values are considered truthy.
Patch Changes
[email protected]
Patch Changes
- #1330
85997e0
Thanks @juliusmarminge! - fix: create a new object for the session callback
[email protected]
Patch Changes
-
#1329
5429989
Thanks @c-ehrlich! - temporarily pin next-auth version -
#1321
7fcb41c
Thanks @JingLi1998! - Update the type for global prisma instance