Skip to content

chore(prisma): release v0.1.2#422

Merged
amaksimo merged 1 commit intomainfrom
release/prisma-v0.1.2
May 4, 2026
Merged

chore(prisma): release v0.1.2#422
amaksimo merged 1 commit intomainfrom
release/prisma-v0.1.2

Conversation

@amaksimo
Copy link
Copy Markdown
Contributor

@amaksimo amaksimo commented May 4, 2026

Summary

Bump version to 0.1.2 for release.

Changes since v0.1.1

  • Use npm-bundled dsql-lint with JSON output and stdin (refactor(prisma): use npm-bundled dsql-lint with JSON output and stdin #415) — the Prisma tool now resolves dsql-lint via @aws/dsql-lint (installed automatically as a dependency) instead of requiring cargo install dsql-lint. Consumes the new JSON output format and pipes SQL via stdin, removing temp-file management and regex parsing of stderr. Exit code 3 (fixed with warnings) is now correctly treated as success.

Test plan

  • All prisma unit + integration tests pass locally (58/58)
  • End-to-end smoke: npm install @aws/dsql-lint && dsql-lint --version resolves and execs 0.1.3 from npm on darwin-arm64
  • After merge, tag node/prisma/v0.1.2 and push to trigger npm publish

@amaksimo amaksimo requested a review from a team as a code owner May 4, 2026 21:55
@amaksimo amaksimo merged commit a56a41e into main May 4, 2026
22 checks passed
@amaksimo amaksimo deleted the release/prisma-v0.1.2 branch May 4, 2026 21:59
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.

2 participants