Skip to content

Releases: barchart/common-node-js

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.

v4.39.0

08 Mar 22:19
190c131
Compare
Choose a tag to compare

New Features

  • Added the S3Provider.getMetadata function.
  • Added the S3Provider.getMetadataObject function.

v4.38.1

26 Feb 21:37
36cd60b
Compare
Choose a tag to compare

Technical Enhancements

  • Added async keyword to Bus class, as appropriate.
  • Added async keyword to Publisher class, as appropriate.
  • Added async keyword to Router class, as appropriate.

4.37.1

24 Jan 23:56
f1b880c
Compare
Choose a tag to compare

Bug Fixes

  • Updated LambdaEventParser.getContext function to work with schema for HTTP API (2.0).