Skip to content

Releases: osstotalsoft/generator-graphql-rocket

v1.6.3

18 Oct 11:38
70d4640
Compare
Choose a tag to compare

Changes

v1.6.2

12 Oct 11:42
54a64a4
Compare
Choose a tag to compare

Changes

  • Removed applyMiddleware and graphql-middleware package when withRights option is not selected @alexandra-c (#96)

v1.6.1

12 Oct 10:51
e874ea9
Compare
Choose a tag to compare

Changes

v1.6.0

20 Sep 12:41
27aefab
Compare
Choose a tag to compare

Changes

  • Use new packages for logging and dependencies @fraliv13 (#92)
    Rename rocket toolkit @totalsoft/tenant-configuration -> @totalsoft/multitenancy-core
    Move Tenant context to @totalsoft/multitenancy-core
    New package @totalsoft/correlation
    New package @totalsoft/pino-apollo
    New package @totalsoft/pino-correlation
    New package @totalsoft/pino-opentracing
    New package @totalsoft/pino-multitenancy
    New package @totalsoft/pino-mssqlserver
    New package @totalsoft/graceful-shutdown

Files/folders to be deleted

  • correlation
rm src/correlation/correlationManager.js
rm src/correlation/index.js
rm src/correlation
  • multitenancy
rm src/multiTenancy/tenantContextAccessor.js
rm src/multiTenancy/index.js
rm src/multiTenancy
  • plugins/logging
rm /src/plugins/logging/__tests__/logging.tests.js
rm /src/plugins/logging/__tests__
rm /src/plugins/logging/loggingPlugin.js
rm /src/plugins/logging/loggingUtils.js
rm /src/plugins/logging
  • tracing
rm /src/tracing/spanManager.js
rm /src/tracing/tracingUtils.js

v1.5.0

30 Aug 13:29
9f8b6a2
Compare
Choose a tag to compare

Changes

  • Refactored TenantContextAccessor and used async storage for tenant context in middleware like
    • messaging
    • koa
    • pubsub/subscriptions
  • Created (redis) pubsub publish and subscribe middleware
  • Created messaging publish middleware
  • Fixed opentracing span correlation and added standard tags
  • Added correlation context accessor
  • Added metrics and diagnostics support
  • Added bifrost gateway support in helm for kubernetes services
  • Added a generic pipeline implementation

Breaking changes

tenantId has been removed from the following contexts:

  • KOA
  • Apollo Server
  • Subscriptions
  • Messaging
    use tenantContextAccessor module instead

correlationId has been removed from the following contexts:

  • KOA
  • Apollo Server
  • Subscriptions
  • Messaging
    use correlationManager module instead

Files to be deleted

  • multitenancy/tenantManager.js
rm src/multitenancy/tenantManager.js
  • pubSub/redisPubSub.js
rm src/pubSub/redisPubSub.js
  • startup/middleware/tenantIdentification.js
rm src/startup/middleware/tenantIdentification.js

v1.4.9

28 Jul 14:13
Compare
Choose a tag to compare

Changes

v1.4.8

13 Jul 07:12
2a008b1
Compare
Choose a tag to compare

Changes

v1.4.7

17 Jun 11:38
ac1c706
Compare
Choose a tag to compare

Important Changes

rmdir -r src/plugins/logging

v1.4.6

14 Jun 12:46
c2697b0
Compare
Choose a tag to compare

Changes

v1.4.5

13 Apr 15:50
5f1ae0c
Compare
Choose a tag to compare

Changes

  • added a missing quote from Dockerfile @dragos-rosca (#80)
  • added missing "if" statement in auth when addSubscription option is set to false