Skip to content

Releases: TeamMaestro/nestjs-common

Release 5.0.0

16 Jul 18:14
Compare
Choose a tag to compare

Features

  • Upgrades nestjs to v6

Release 4.0.0

09 Jul 16:29
Compare
Choose a tag to compare

Breaking Changes

  • Removes NodeEventHandler

Release 3.0.1

18 Jun 20:56
Compare
Choose a tag to compare

Features

  • Major overhaul of the RedisProvider and RedisService
  • Ping Redis every minute to prevent the connection from idling
  • Use the retry_strategy to destroy and create new client if the client fails to connect for 10 seconds
  • Set enable_offline_queue to false so that additional requests will not stall if the client is retrying to connect

Release 3.0.0

18 Jun 20:50
Compare
Choose a tag to compare

WARNING

  • This is the same as v2.4.0, please use v3.0.1 for redis updates

Release 2.4.0

04 Jun 15:38
Compare
Choose a tag to compare

Features

  • Add the NodeEventHandler to handle uncaught exceptions and unhandled promise rejections

Fixes

  • Have the BaseExceptionFilter check for the getStatus method on the error

Release 2.3.0

27 Mar 21:22
Compare
Choose a tag to compare

Features

  • ConflictException that responds with a 409 status code and description of the conflict as the message

Release 2.2.1

19 Mar 13:28
Compare
Choose a tag to compare

Updates

  • Filter out properties on the SqlException error thrown by sequelize
  • Add a size check to an error before it is sent to Sentry in ErrorHandler

Release 2.2.0

04 Feb 14:23
Compare
Choose a tag to compare

Update

  • Add customUrlScheme to the redirect exception filter

Release v2.1.1

13 Jan 18:34
Compare
Choose a tag to compare

Fixes

  • Add throwException method to PassportAuthGuard so child class can handle throwing exceptions

Release v2.1.0

13 Jan 18:33
Compare
Choose a tag to compare

Features

  • PassportAuthGuard to use as base guard for cleaner error handling