Today, we are issuing the fifth Beta release: 2.0.0-beta.5
(short: beta.5
).
Major improvements
Support for Alpine Linux
From now on, you don't need to build your own binaries for Alpine Linux and all musl-based distros anymore. They're shipped by default with the Prisma CLI and Prisma Client.
Support for Node v14
The new Node v14 is from now on fully supported with the Prisma CLI and Prisma Client.
Fixed issues with JSON support in Prisma Client
You can now use the new Json
type that was introduced in the last release also in Prisma Client.
Fixes and improvements
prisma
- Provide binaries for Alpine Linux
- Prisma create failing with query interpretation errors
- Cannot update a column value to null?
- Add syntax highlighting to more tools
- Binary targets for FreeBSD in Beta4 no longer working
- Prisma CLI is throwing segmentation fault with node 14 (fs.writeFileSync arg)
prisma-client-js
- missing FROM-clause entry for table
- Automatically serialize a non ISO date string if it is serializable by javascript date object
- Can't create record with Json
migrate
vscode
prisma-engines
Credits
Huge thanks to @Sytten for helping!