Skip to content

release: v0.3.0 #62

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Nov 8, 2022
Merged

release: v0.3.0 #62

merged 9 commits into from
Nov 8, 2022

Conversation

ymc9
Copy link
Member

@ymc9 ymc9 commented Nov 8, 2022

Closes #48 #54 #45 #53 #51 #58

  • More robust policy checks
  • Configurable logging (to stdout and emitting as events)
  • Properly handles complex types like BigInt, Date, Decimal, etc.
  • Makes sure Prisma schema is regenerated for related CLI commands
  • @password and @omit attribute support
  • Lower VSCode engine version requirement for the extension
  • Better overall documentation

ymc9 added 9 commits November 4, 2022 10:39
…happens (#49)

We can't check Prisma's error type against PrismaClientKnownError class because we can't reference generated Prisma classes from the internal package. Use a weakly-typed checking instead.
- following Prisma's logging paradigm, make logging configuration with several levels to stdout or event emitting
- moving some logic from generated code to the DefaultService abstract base class in runtime
use extra typing information for back and forth serialization
@ymc9 ymc9 added this to the v0.3.0 milestone Nov 8, 2022
@vercel
Copy link

vercel bot commented Nov 8, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
todo-demo ✅ Ready (Inspect) Visit Preview Nov 8, 2022 at 3:26AM (UTC)

@ymc9 ymc9 merged commit bb1640b into main Nov 8, 2022
ymc9 added a commit that referenced this pull request Nov 9, 2022
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.

Generic internal error 500 is returned when database unique constraint is violated
1 participant