Skip to content

Releases: jmcdo29/ogma

@ogma/nestjs-module@3.0.0

07 Sep 03:07
4af0df6
Compare
Choose a tag to compare

Major Changes

  • 5e51fdc: Update package versions to work with Nest v8

    Breaking Changes

    For @ogma/nestjs-module and all of the @ogma/platform-* packages, Nest v8 is the supported package version. Nest v7 may still continue to work, but has no guarantees. Also, RxJS is upgraded to v7 to stay inline with Nest's expectations.

    Why the change was made

    To stay current with Nest.

    How to upgrade

    Upgrade with Nest v8. There shouldn't be any breaking underlying changes, but you can never be too careful with coded upgrades.

v0.4.4

01 Jan 17:31
Compare
Choose a tag to compare

0.4.4 (2021-01-01)

Bug Fixes

  • gql: interceptors now work with subscriptions (55ba385)

v0.4.3

30 Oct 06:40
Compare
Choose a tag to compare

0.4.3 (2020-10-30)

Features

  • interceptor: getRequestId now optionally accepts ExecutionContext (130b9e6), closes #326

v0.4.2

26 Oct 23:59
Compare
Choose a tag to compare

0.4.2 (2020-10-26)

Bug Fixes

Features

  • logger: move log level to earlier in the log (da00caa)

v0.4.1

25 Oct 21:32
Compare
Choose a tag to compare

0.4.1 (2020-10-25)

Bug Fixes

  • service: fixes logger methods to follow LoggerService interface (f1fd191)

v0.4.0

25 Oct 18:52
Compare
Choose a tag to compare

0.4.0 (2020-10-25)

Bug Fixes

  • integration: fix failing integration test location (270dd0e)

Features

BREAKING CHANGES

  • all: log methods now take an object as the second parameter instead of having 3 extra
    optional parameters

v0.3.1

12 Sep 18:37
Compare
Choose a tag to compare

0.3.1 (2020-09-12)

Features

  • logger: logger will not print function names when objects have funcs (c496d16)
  • module: adds a forFeatures method to the module (e7f5df1)

v0.3.0

05 Sep 04:57
Compare
Choose a tag to compare

0.3.0 (2020-09-05)

Bug Fixes

  • all: fix the failing build for fastify (f166eab)
  • module: add requestId check to printMessage (97bcda7)

Features

  • all: add request id generation and log (00fd8c7)
  • module: remove registration of global interceptor (fdf5ef7)

v0.2.2

10 Aug 15:50
Compare
Choose a tag to compare

0.2.2 (2020-08-10)

Features

  • logger: logs Symbol(name) instead of Symbol to be more clear (137db86)

v0.2.1

25 Jul 19:17
Compare
Choose a tag to compare

0.2.1 (2020-07-25)

Bug Fixes

  • all: fixes OgmaCoreModule not configured (c7cd6d7), closes #106

Features

  • module: adds export for createProviderToken (9b0b43f)

0.2.0 (2020-07-20)

Features

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