Hi All! Wanted to let you know v0.12.0 has shipped and includes fixed for TS deploy. Please let us know how it goes when you have a chance to try it out.
This version includes many improvements and fixes across CLI, Generators, Auth, TypeScript support, and Unit Tests.
To everyone in the community who’s been contributing via issues, forum conversations, and PRs, thank you for making Redwood better!
v0.12.0 Highlights
upgrade to Prisma v2.1.1 (v2.1.0 Release Notes and v2.1.1 Release Notes )
adds basic filtering on Json data
prepared statement caching for PostgreSQL
upsert operation on a related row by using connectOrCreate (experi…