Skip to content

Releases: barchart/common-node-js

v4.10.1

24 Jun 14:16
Compare
Choose a tag to compare

Bug Fixes

  • Fixed the endpoint URLs for the PushNotificationProvider.

v4.10.0

25 May 07:38
Compare
Choose a tag to compare

Technical Enhancements

  • Upgraded the PushNotificationProvider to use v2 of API.

v4.8.0

13 Apr 16:57
Compare
Choose a tag to compare

New Features

  • Added LambdaEventParser.getPaths function for use with API Gateway proxy mode.
  • Modified LambdaEventParser.getPath function, adding optional parser parameter.
  • Modified LambdaEventParser.getPath function, adding optional raw parameter.

Bug Fixes

  • Modified LambdaEventParser.getPath to remove percent encoding from path parameter values (using the decodeURIComponent function). Unlike query string parameters, the API Gateway does not automatically handle percent encoding for path parameters.

v4.3.0

18 Feb 21:03
Compare
Choose a tag to compare

Other

  • Reduced log levels of some log statements in the LamdbdaResponseProcessor class.
  • Corrected various inaccuracies in JSDoc comments.

v4.2.0

01 Feb 04:10
Compare
Choose a tag to compare

New Features

  • Added new function called LambdaEventParser.getQueryString which uses proper casing.
  • Deprecated existing function called LambdaEventParser.getQuerystring which uses improper casing.

Bug Fixes

  • Corrected error handling and log statements for MySQL wrapper objects.
  • Corrected error handling and log statements for Postgres wrapper objects.

v4.1.1

31 Jan 22:37
Compare
Choose a tag to compare

Technical Enhancements

v4.1.0

31 Jan 22:05
Compare
Choose a tag to compare

New Features

  • Added a simple wrapper for MySQL connections (similar to the existing Postgres wrapper).

Bug Fixes

  • Fixed an issue that prevented DynamoDB ServiceUnavailable and TimeoutError from triggering retries.

Other

  • Removed features related to transactions from DynamoDB wrapper/framework.

v4.0.1

27 Jan 14:08
Compare
Choose a tag to compare

Bug Fixes

  • Fixed an issue when DynamoDB Service Unavailable error doesn't cause a query retry.

v4.0.0

26 Jan 22:33
Compare
Choose a tag to compare

Breaking Changes

  • Updated wrappers for the Postgres library to be compatible with version 8. The public contract of the wrappers is unchanged; however, the consumer will need to update the pg library to version 8 or better.

v3.29.0

20 Jan 12:04
Compare
Choose a tag to compare

New Features

  • Added AdapterFcm for the PushNotificationProvider.