Skip to content

Releases: osstotalsoft/generator-graphql-rocket

v3.0.3

20 Jan 09:30
72c1aab

Choose a tag to compare

Changes

v3.0.2

04 Nov 09:59
70ea906

Choose a tag to compare

Changes

  • set condition to configure the SDK to export telemetry data @andra-sava (#145)
  • Update .env set LOG_DATABASE_ENABLED default to false @alexandra-c (#146)
  • add koaMiddleware separately, not chained to tracingMiddleware @andra-sava (#144)

v3.0.1

21 Oct 12:20
7c1149b

Choose a tag to compare

Changes

v3.0.0

27 Sep 11:17

Choose a tag to compare

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

v2.3.6

21 Aug 08:00
95fc1ed

Choose a tag to compare

Changes

v2.3.5

06 Aug 11:26
0738b5f

Choose a tag to compare

Changes

v2.3.4

30 Jul 13:22
0642313

Choose a tag to compare

Changes

  • added missing tracing instrumentations + permissions missing export @alexandra-c (#137)

v2.3.3

30 Jul 07:34
32433b8

Choose a tag to compare

Changes

v2.3.2

29 Jul 14:17

Choose a tag to compare

Changes

v2.3.1

29 Jul 10:14
ca8b12c

Choose a tag to compare

Changes

  • update OTEL packages missed in the previous release @DCosti (#133)