Skip to content

Releases: barchart/common-node-js

v4.50.1

01 Feb 18:14
284ec8c
Compare
Choose a tag to compare

Bug Fixes

  • Corrected regression to Bus.request function (introduced in previous version).

v4.50.0

01 Feb 18:13
ee3a539
Compare
Choose a tag to compare

New Features

  • Added the ability to send a fire-and-forget message via the Bus.request function.

v4.49.2

27 Jan 16:04
8a75859
Compare
Choose a tag to compare

Bug Fixes

  • Corrected regression to Router class introduced in previous version.

v4.49.1

25 Jan 20:00
047f996
Compare
Choose a tag to compare

Bug Fixes

  • Fixed potential memory leak in AwsRouter class when unable to enqueue request message in SQS queue.
  • Fixed potential memory leak in AwsRouter class when request receives no response (for whatever reason).

v4.48.1

06 Jan 01:22
01d714d
Compare
Choose a tag to compare

Bug Fixes

  • Corrected Enum constructor usage by UpdateActionType class.

v4.48.0

05 Jan 05:09
f74cf15
Compare
Choose a tag to compare

New Features

  • Added optional ssl parameter to ClientProvider constructors.

v4.46.0

17 Nov 18:56
fc8ba8d
Compare
Choose a tag to compare

Technical Enhancements

  • Updated AWS CodeBuild to use Node.js version 20.

v4.42.1

31 May 16:40
7a9de4b
Compare
Choose a tag to compare

Other

  • Added async keyword to protected DataOperation._process function.

v4.41.0

09 May 23:34
36bcdbf
Compare
Choose a tag to compare

New Features

  • Added the LambdaTriggerType.API_GATEWAY_REST enumeration item.
  • Added the LambdaTriggerType.API_GATEWAY_HTTP enumeration item.

Technical Enhancements

  • Added async keyword to LambdaEventValidator class.
  • Added async keyword to LambdaMessageValidator class.

v4.40.0

02 May 22:39
a3b65d0
Compare
Choose a tag to compare

New Features

  • Updated Environment class to prefer the ENV_NAME environment variable over the NODE_ENV environment variable (see this article).