Skip to content

Releases: jmcdo29/ogma

@ogma/platform-express@4.0.0

16 Aug 16:22
Compare
Choose a tag to compare

Major Changes

  • e82c80b: NestJS v9 Support

    Features

    • Use the new ConfigurableModuleBuilder from @nestjs/common@9
    • Support Fastify v4
      • As a side effect, @ogma/platform-graphql-fastify can only be used with @nestjs/mercurius until apollo-server-fastify supports v4

    How to Upgrade

    Run your preferred pacakge manager's method of ugrading. There's no code chagnes necessary to the ogma imports, but implications of underlying packages that should be taken into consideration

@ogma/nestjs-module@4.0.0

16 Aug 16:22
Compare
Choose a tag to compare

Major Changes

  • e82c80b: NestJS v9 Support

    Features

    • Use the new ConfigurableModuleBuilder from @nestjs/common@9
    • Support Fastify v4
      • As a side effect, @ogma/platform-graphql-fastify can only be used with @nestjs/mercurius until apollo-server-fastify supports v4

    How to Upgrade

    Run your preferred pacakge manager's method of ugrading. There's no code chagnes necessary to the ogma imports, but implications of underlying packages that should be taken into consideration

@ogma/nestjs-module@3.3.1

07 Jul 17:34
Compare
Choose a tag to compare

Patch Changes

  • a674a96: fix defect in @log decorator that produces an error when the original function was called

@ogma/platform-graphql@3.1.0

16 Jun 23:57
Compare
Choose a tag to compare

Minor Changes

  • 247b552: @nestjs/graphql@^10 is now supported with backwards compatibility for @nestjs/grpahql@^9

@ogma/platform-graphql-fastify@3.1.0

16 Jun 23:57
Compare
Choose a tag to compare

Minor Changes

  • 247b552: @nestjs/graphql@^10 is now supported with backwards compatibility for @nestjs/grpahql@^9

@ogma/nestjs-module@3.3.0

09 Jun 16:03
Compare
Choose a tag to compare

Minor Changes

  • 828ad94: made determineStatusCodeFromError protected (instead of private) to be able to override it in child classes

@ogma/nestjs-module@3.2.2

29 Apr 15:10
Compare
Choose a tag to compare

Patch Changes

  • 50f7664: Add peer dependencie on @ogma/logger for @ogma/nestjs-module and set up peerDependenciesMeta for better package manager integration

@ogma/logger@2.3.0

28 Apr 20:23
Compare
Choose a tag to compare

Minor Changes

  • d2cbc49: added ability to modify logger message (remove pid, application, hostname)

@ogma/common@1.1.0

28 Apr 20:23
Compare
Choose a tag to compare

Minor Changes

  • d2cbc49: added ability to modify logger message (remove pid, application, hostname)

@ogma/nestjs-module@3.2.1

16 Apr 02:36
Compare
Choose a tag to compare

Patch Changes

  • 43e2854: Updated the doc string for the OgmaService log methods