Skip to content

Releases: t3-oss/create-t3-app

[email protected]

07 May 20:27
5714e99
Compare
Choose a tag to compare

Minor Changes

  • #1397 be9a834 Thanks @brieyla1! - feat: Added JsonProtocol as the Default Prisma Engine for Serverless speedups

    modified:

    - 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]

07 May 07:39
8f46fa4
Compare
Choose a tag to compare

Patch Changes

[email protected]

05 May 09:52
6b7c028
Compare
Choose a tag to compare

Patch Changes

[email protected]

28 Apr 06:24
0e5aed9
Compare
Choose a tag to compare

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]

22 Apr 07:07
99286f3
Compare
Choose a tag to compare

Minor Changes

[email protected]

15 Apr 16:08
bab0984
Compare
Choose a tag to compare

Minor Changes

  • #1358 1a8a97e Thanks @juliusmarminge! - improve boolean coercion of SKIP_ENV_VALIDATION environment variable

    If defined, "0" and "false" are now considered falsey values, all other values are considered truthy.

Patch Changes

[email protected]

08 Apr 13:46
4d73ef7
Compare
Choose a tag to compare

Patch Changes

[email protected]

03 Apr 07:40
26e4a73
Compare
Choose a tag to compare

Patch Changes

[email protected]

30 Mar 22:51
a2484fa
Compare
Choose a tag to compare

Patch Changes

[email protected]

26 Mar 12:14
01a901c
Compare
Choose a tag to compare

Minor Changes

Patch Changes