Skip to content

v3.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Sep 11:17
· 16 commits to refs/heads/master since this release

Changes

⚠️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