Skip to content

ZenStack Release v1.11.0

Compare
Choose a tag to compare
@ymc9 ymc9 released this 16 Mar 16:50
· 304 commits to main since this release
599444c

New Features

  • You can now import ZModel from packages in node_modules! Very useful if you want to manage and share ZModel files in a component-based setup. By @TGTGamer

    import "@myorg/foo/bar"
    import "mypackage/base"
    ...

Fixes and Improvements

This release gives a minor version bump for several fixes made in the "1.10.x" patch releases.

  • Fixed the issue that @@validate model-level rules cause incorrect runtime validation error for updates #1078
  • Fixed the issue that upsert with array-form input results in a partial write #1080
  • Fixed the issue that compound ids inherited from abstract models are not properly handled #1129

Full Changelog: v1.10.0...v1.11.0