Skip to content

Releases: jmcdo29/ogma

0.2.0

20 Jul 19:26
Compare
Choose a tag to compare

0.2.0 (2020-07-20)

Features

  • logger: adds hostname to the log output (a1f2b8d)

v0.1.2

18 Jul 06:41
Compare
Choose a tag to compare

0.1.2 (2020-07-18)

Bug Fixes

  • module: updates decorators type to accept a class (1bc3df7)

0.1.1

18 Jul 06:00
Compare
Choose a tag to compare

0.1.1 (2020-07-18)

Bug Fixes

  • gql: updates gql types to work with apollo > 2.11 (a097842)
  • gql-fastify: update types for graphql-fastify (83335e6)

0.1.0

08 Jun 05:37
Compare
Choose a tag to compare

0.1.0 (2020-04-20)

Bug Fixes

  • interceptor: adds case to skip over graphql subscriptions (1e35310)
  • module: set interceptor defaults (0156994)
  • service: update printError to include context by default (31b7819)
  • tcp: removes second interceptor binding in integration (8929d9e)

Features

  • express: implements ExpressInterceptorService for OgmaInterceptor (bbe6335)
  • fastify: implemets FastifyInterceptorService for OgmaInterceptor (9f49298)
  • gql: implements gql parser for express (9290504), closes #14
  • gql-fastify: implements parser for GraphQL-Fastify (7ec49bc), closes #15
  • interceptor: adds websockets to OgmaInterceptor's logging ability (9c47252), closes #8
  • interceptor: creates set up for http/ws/rpc logging (bef7442), closes #7 #8 #9
  • module: implements plugin system for interceptor context parser (d116da3), closes #7 #8 #9 #10 #11
  • module: let base module work for http express (1bb52a7)
  • socket.io: implements parser for socket.io (6da8fdb), closes #22
  • tcp: implements first draft of tcp parser (bf0eb6b), closes #23
  • tcp: implements tcp parser and tests (4b1b8fa)
  • ws: implements parser for websocket (9de8c96), closes #24

Performance Improvements

  • logger: gets the pid at logger creation instead of at log time (d8913d0)

v2.0.5

19 Feb 06:56
Compare
Choose a tag to compare

2.0.5 (2020-02-19)

Improvements

  • deps: remove dependency on fastify and @types/express (f5a2c41)

2.0.4 (2020-01-11)

Bug Fixes

2.0.3

02 Jan 19:09
Compare
Choose a tag to compare

2.0.3 (2020-01-02)

Bug Fixes

  • interceptor: allows for no data to be returned and not fail (ab2857e)

2.0.0

01 Jan 23:54
Compare
Choose a tag to compare

NestJS OgmaModule is now at version 2.0.0.

New Features

  • OgmaInterceptor

Breaking Changes

  • OgmaModuleOptions now has a new shape to handle service and interceptor options
  • OgmaModule must now be passed as the first parameter of forRoot and forRootAsync