v3.0.0
github-actions
released this
27 Sep 11:17
·
16 commits
to refs/heads/master
since this release
Changes
- Removed knex support, fully migrated to Prisma @alexandra-c (#142)
- made the same "cwd" for both IIS and cmd @dragos-rosca (#140)
⚠️ Breaking Changes:
- Knex Support Removed: Full migration from Knex to Prisma, removing all Knex-related configurations and dependencies.
- Prisma Adoption: Prisma is now the default ORM. Existing schemas and queries must be migrated to Prisma's model structure and query syntax.
Upgrade Considerations:
- Knex Temporary Support: We will continue to provide bug fixes for Knex for the next six months (support ends on 1st of April 2025), but no new features will be developed during this period. This gives ample time to migrate your projects to Prisma smoothly.
- Migration Needed: Projects must adapt to Prisma manually. Check out he following MIGRATION GUIDE