Releases: osstotalsoft/generator-graphql-rocket
Releases · osstotalsoft/generator-graphql-rocket
v3.0.2
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
Changes
- remove subscription type from example when not choosing to generate w… @alexandra-c (#143)
- Bump micromatch from 4.0.5 to 4.0.8 @dependabot (#141)
v3.0.0
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
v2.3.6
Changes
- added conditions for scubscriptions @andra-sava (#139)
v2.3.5
Changes
- Remove messaging annotations if not included in answers @alexandra-c (#138)
v2.3.4
Changes
- added missing tracing instrumentations + permissions missing export @alexandra-c (#137)
v2.3.3
Changes
- remove forgotten SemanticResourceAttributes import @alexandra-c (#136)
- fix @totalsoft/pino-opentelemetry version @alexandra-c (#135)
v2.3.2
Changes
- small fixes in middlewares @alexandra-c (#134)
v2.3.1
v2.3.0
Changes
- Prisma extensions and upgrade packages @alexandra-c (#132)
- update otel config + remove vault @DCosti (#131)
- Bump tar from 6.1.11 to 6.2.1 @dependabot (#128)
- Bump braces from 3.0.2 to 3.0.3 @dependabot (#129)
- Bump ws from 7.5.8 to 7.5.10 @dependabot (#130)