Skip to content

Releases: zenstackhq/zenstack-v3

ZenStack Release v3.0.0-beta.22

14 Nov 23:37
54fb434

Choose a tag to compare

What's Changed

  • Fixed ESM compatibility issue in next.js adapter
  • Simplified typing of ORM query args

Full Changelog: v3.0.0-beta.21...v3.0.0-beta.22

ZenStack Release v3.0.0-beta.21

12 Nov 15:45
e4226d5

Choose a tag to compare

What's Changed

  • PostgreSQL multi-schema support doc
  • Implemented @map and @@map name mapping for enums #315
  • Changed Kysely from a peer dependency to a regular one

Full Changelog: v3.0.0-beta.20...v3.0.0-beta.21

ZenStack Release v3.0.0-beta.20

08 Nov 23:44
ac87702

Choose a tag to compare

What's Changed

  • Updated Kysely to 0.28 release
  • Revised ORM error system
  • Got VSCode extension features on par with v2

Full Changelog: v3.0.0-beta.19...v3.0.0-beta.20

ZenStack Release v3.0.0-beta.19

06 Nov 19:25
aa97bc2

Choose a tag to compare

What's Changed

  • New implementation of TanStack Query integration. It's now pure runtime with zero code generation! doc
  • A full-stack Next.js + TanStack Query Todo app has been ported to v3 repo.

Full Changelog: v3.0.0-beta.15...v3.0.0-beta.19

ZenStack Release v3.0.0-beta.15

02 Nov 18:08
ead10f7

Choose a tag to compare

What's Changed

  • Extracted a "@zenstackhq/schema" package to contain runtime schema model equivalent to ZModel.

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

ZenStack Release v3.0.0-beta.14

01 Nov 01:27
7706cc3

Choose a tag to compare

Breaking Changes

  • The @zenstackhq/runtime package is renamed to @zenstackhq/orm to better reflect its nature.
  • We now require zod v4 to simplify typing.

Features

  • API handlers and server adapters (except for NestJS) have been migrated to v3! doc

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

ZenStack Release v3.0.0-beta.13

24 Oct 02:24
1b95b16

Choose a tag to compare

What's Changed

  • Migrated RPC API handler
  • Migrated Express.js server adapter

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

ZenStack Release v3.0.0-beta.12

22 Oct 20:46
ba3bbe8

Choose a tag to compare

What's Changed

  • Avoid unnecessary post-mutation reads; use SQL "returning" when possible.
  • Use "READ_COMMITED" tx consistency level instead of "REPEATABLE_READ".

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

ZenStack Release v3.0.0-beta.11

21 Oct 16:33
1e120f2

Choose a tag to compare

What's Changed

  • Fixed a crash in VSCode extension in git diff view
  • Corrected groupBy's pagination semantic and made it compatible with Prisma
  • Fixed computed fields on delegate base models #284
  • Added compiler check to disallow using @@index with fields defined on delegate base #283

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

ZenStack Release v3.0.0-beta.10

17 Oct 19:57
807891e

Choose a tag to compare

What's Changed

  • Policy-related attributes and functions are moved to its own plugin.zmodel file.
  • Fixed the extraneous prisma client generation when running CLI migrate reset by @sanny-io

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