Releases: notiz-dev/nestjs-prisma
Releases · notiz-dev/nestjs-prisma
0.20.0
0.20.0-dev.0
0.19.0
Added
- catch
Prisma.NotFoundError
offindFirstOrThrow
andfindUniqueOrThrow
withPrismaClientExceptionFilter
Fixed
- fix: shutdownHooks in microservice context (#32)
Credits
Thanks to @ali-master for adding microservice support in shutdownHook.
0.19.0-dev.1
Added
- catch
Prisma.NotFoundError
offindFirstOrThrow
andfindUniqueOrThrow
withPrismaClientExceptionFilter
(#36)
0.19.0-dev.0
Fixed
- fix: shutdownHooks in microservice context (#32)
Credits
Thanks to @ali-master for adding microservice support in shutdownHook.
0.18.0
Checkout the new docs site at nestjs-prisma.dev to get started with nestjs-prisma and find all configuration options. 🤩 If you find the docs are missing information, feel free to edit the README.md. 🙏
Added
Changed
- support GraphQL with the exception filter (#29)
Credits
Thanks to @suryatmodulus for adding GraphQL support to the exception filter.
Thanks to @le-ar updating prisma client types for logging options.
0.18.0-dev.1
0.18.0-dev.0
Added
- add logging middleware
Changed
- support GraphQL with the exception filter (#29)
Credits
Thanks to @suryatmodulus for adding GraphQL support to the exception filter.
0.17.0
Added
- add support for prisma v4
- add support for nest v9
Credits
Thanks to @donnguyen for adding support for prisma v4.
0.17.0-dev.1
Added
- add support for nest v9