Skip to content

Releases: osstotalsoft/generator-graphql-rocket

v3.0.2

04 Nov 09:59
70ea906
Compare
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
Compare
Choose a tag to compare

Changes

v3.0.0

27 Sep 11:17
Compare
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
Compare
Choose a tag to compare

Changes

v2.3.5

06 Aug 11:26
0738b5f
Compare
Choose a tag to compare

Changes

v2.3.4

30 Jul 13:22
0642313
Compare
Choose a tag to compare

Changes

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

v2.3.3

30 Jul 07:34
32433b8
Compare
Choose a tag to compare

Changes

v2.3.2

29 Jul 14:17
Compare
Choose a tag to compare

Changes

v2.3.1

29 Jul 10:14
ca8b12c
Compare
Choose a tag to compare

Changes

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

v2.3.0

26 Jul 11:42
7f92c06
Compare
Choose a tag to compare

Changes