Skip to content

chore: release @nestm/crud (alpha) - #22

Merged
kauandotnet merged 1 commit into
mainfrom
changeset-release/main
Aug 12, 2026
Merged

chore: release @nestm/crud (alpha)#22
kauandotnet merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

⚠️⚠️⚠️⚠️⚠️⚠️

main is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, run changeset pre exit on main.

⚠️⚠️⚠️⚠️⚠️⚠️

Releases

@nestm/crud@0.1.0-alpha.7

Minor Changes

  • be80eb4: Add first-class nested resources whose collection-path parameters are validated,
    bound to persistence fields, included in operation contexts, and enforced on
    collection and item operations without coupling headless services to HTTP.

    Add a first-class atomic upsert operation across resource contracts, lifecycle
    hooks, scopes, bindings, services, generated controllers, and adapter
    capabilities. Upsert bindings declare complete persistence conflict fields and an
    explicit overwrite allowlist, while the adapter conflict branch must enforce the
    normal resource and scope predicate.

    Certify TypeORM upsert on PostgreSQL with a single INSERT ... ON CONFLICT ... DO UPDATE ... WHERE ... RETURNING statement. The adapter validates the complete
    physical primary identity, rejects unsafe overwrite fields and unsupported entity
    models, combines native row authorization with CRUD predicates, preserves narrow
    selected-record hydration, and performs no pre-read or reload.

@nestm/crud-typeorm@0.1.0-alpha.7

Minor Changes

  • be80eb4: Add first-class nested resources whose collection-path parameters are validated,
    bound to persistence fields, included in operation contexts, and enforced on
    collection and item operations without coupling headless services to HTTP.

    Add a first-class atomic upsert operation across resource contracts, lifecycle
    hooks, scopes, bindings, services, generated controllers, and adapter
    capabilities. Upsert bindings declare complete persistence conflict fields and an
    explicit overwrite allowlist, while the adapter conflict branch must enforce the
    normal resource and scope predicate.

    Certify TypeORM upsert on PostgreSQL with a single INSERT ... ON CONFLICT ... DO UPDATE ... WHERE ... RETURNING statement. The adapter validates the complete
    physical primary identity, rejects unsafe overwrite fields and unsupported entity
    models, combines native row authorization with CRUD predicates, preserves narrow
    selected-record hydration, and performs no pre-read or reload.

Patch Changes

  • Updated dependencies [be80eb4]
    • @nestm/crud@0.1.0-alpha.7

@nestm/crud-drizzle@0.1.0-alpha.7

Patch Changes

  • Updated dependencies [be80eb4]
    • @nestm/crud@0.1.0-alpha.7

@nestm/crud-memory@0.1.0-alpha.7

Patch Changes

  • Updated dependencies [be80eb4]
    • @nestm/crud@0.1.0-alpha.7

@nestm/crud-prisma@0.1.0-alpha.7

Patch Changes

  • Updated dependencies [be80eb4]
    • @nestm/crud@0.1.0-alpha.7

@kauandotnet
kauandotnet merged commit 16ad6b8 into main Aug 12, 2026
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant