Skip to content

Releases: zenstackhq/zenstack-v3

ZenStack Release v3.0.0-alpha.16

31 Jul 07:26
94a0c6f

Choose a tag to compare

What's Changed

Use a full Kysely dialect object to construct ZenStackClient for better flexibility.

Full Changelog: v3.0.0-alpha.15...v3.0.0-alpha.16

ZenStack Release v3.0.0-alpha.15

30 Jul 09:13
99eb798

Choose a tag to compare

What's Changed

Zmodel import is now working.

Full Changelog: v3.0.0-alpha.14...v3.0.0-alpha.15

ZenStack Release v3.0.0-alpha.14

29 Jul 15:16
c9d5e1d

Choose a tag to compare

What's Changed

  • Mutation hooks are now only executed when the containing transaction is committed
  • Improved compilation performance

Full Changelog: v3.0.0-alpha.13...v3.0.0-alpha.14

ZenStack Release v3.0.0-alpha.13

28 Jul 16:05
30fc2fa

Choose a tag to compare

What's Changed

  • Implemented mixins (known as abstract model inheritance in v2)
  • Implemented delegate models
  • Implemented strongly typed JSON fields
  • Added CLI validate command
  • Many other fixes

Full Changelog: v3.0.0-alpha.12...v3.0.0-alpha.13

ZenStack Release v3.0.0-alpha.12

17 Jul 09:22
ed6cfe6

Choose a tag to compare

What's Changed

  • Improved typescript compiler performance

Full Changelog: v3.0.0-alpha.11...v3.0.0-alpha.12

ZenStack Release v3.0.0-alpha.11

13 Jul 14:35
8f8d6de

Choose a tag to compare

What's Changed

  • CLI added an --migrations option to control where to read and write migration files.
  • Schema generation now generates model types (models.ts) and input types (input.ts) for easier migration from Prisma.
  • Fixed typing of nested field selection results.

Full Changelog: v3.0.0-alpha.10...v3.0.0-alpha.11

ZenStack Release v3.0.0-alpha.10

11 Jul 14:34
8398575

Choose a tag to compare

What's Changed

  • Update zod to v4
  • CLI now recognizes config options from package.json

Full Changelog: v3.0.0-alpha.9...v3.0.0-alpha.10

ZenStack Release v3.0.0-alpha.9

10 Jul 06:13
04323de

Choose a tag to compare

New Features

  • Formbricks can run E2E with ZenStack v3 drop-in replacing Prisma 🎉
  • Implemented sequential transaction API

Fixes

  • Fixed several fixes about Json and Unsupported field types
  • Remove shebang from npm bin scripts for better compatibility
  • Fixed many detailed issues when testing against formbricks
  • Overall improvements to consistency with Prisma API

Full Changelog: v3.0.0-alpha.8...v3.0.0-alpha.9

ZenStack Release v3.0.0-alpha.8

02 Jul 17:17
d3e56be

Choose a tag to compare

What's Changed

  • Implemented raw queries: $queryRaw, $queryRawUnsafe, $executeRaw, $executeRawUnsafe

Full Changelog: v3.0.0-alpha.7...v3.0.0-alpha.8

ZenStack Release v3.0.0-alpha.7

02 Jul 08:22
f638291

Choose a tag to compare

What's Changed

  • Fixed several issues with TypeScript schema generation
  • More e2e test cases
  • Schema generation for Unsupported field type

Full Changelog: v3.0.0-alpha.6...v3.0.0-alpha.7