Skip to content

Releases: barchart/common-node-js

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).

v4.39.4

09 Apr 15:36
7d4f200
Compare
Choose a tag to compare

Bug Fixes

  • Fixed faulty code in CloudWatchLogsProvider.deleteLogGroup function.
  • Fixed faulty code in CloudWatchLogsProvider.deleteLogStream function.
  • Fixed faulty code in CloudWatchLogsProvider.deleteRetentionPolicy function.

4.39.3

09 Apr 00:54
077b636
Compare
Choose a tag to compare

Other

  • Changed CloudWatchLogsProvider.getLogStreams to return an array of arrays (for performance reasons).

v4.39.2

01 Apr 17:39
d18c5c7
Compare
Choose a tag to compare

Technical Enhancements

v4.39.1

20 Mar 19:38
4bcf2eb
Compare
Choose a tag to compare

Technical Enhancements

  • Updated the uuid package to the next major version.