Releases: jmcdo29/ogma
Releases · jmcdo29/ogma
@ogma/platform-express@4.0.0
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
untilapollo-server-fastify
supports v4
- As a side effect,
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
- Use the new
@ogma/nestjs-module@4.0.0
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
untilapollo-server-fastify
supports v4
- As a side effect,
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
- Use the new
@ogma/nestjs-module@3.3.1
@ogma/platform-graphql@3.1.0
Minor Changes
- 247b552: @nestjs/graphql@^10 is now supported with backwards compatibility for @nestjs/grpahql@^9
@ogma/platform-graphql-fastify@3.1.0
Minor Changes
- 247b552: @nestjs/graphql@^10 is now supported with backwards compatibility for @nestjs/grpahql@^9
@ogma/nestjs-module@3.3.0
Minor Changes
- 828ad94: made determineStatusCodeFromError protected (instead of private) to be able to override it in child classes
@ogma/nestjs-module@3.2.2
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
Minor Changes
- d2cbc49: added ability to modify logger message (remove pid, application, hostname)
@ogma/common@1.1.0
Minor Changes
- d2cbc49: added ability to modify logger message (remove pid, application, hostname)
@ogma/nestjs-module@3.2.1
Patch Changes
- 43e2854: Updated the doc string for the
OgmaService
log methods