Releases: barchart/common-node-js
Releases · barchart/common-node-js
v4.10.0
Technical Enhancements
- Upgraded the
PushNotificationProviderto use v2 of API.
v4.8.0
New Features
- Added
LambdaEventParser.getPathsfunction for use with API Gateway proxy mode. - Modified
LambdaEventParser.getPathfunction, adding optionalparserparameter. - Modified
LambdaEventParser.getPathfunction, adding optionalrawparameter.
Bug Fixes
- Modified
LambdaEventParser.getPathto remove percent encoding from path parameter values (using thedecodeURIComponentfunction). Unlike query string parameters, the API Gateway does not automatically handle percent encoding for path parameters.
v4.3.0
Other
- Reduced log levels of some log statements in the
LamdbdaResponseProcessorclass. - Corrected various inaccuracies in JSDoc comments.
v4.2.0
New Features
- Added new function called
LambdaEventParser.getQueryStringwhich uses proper casing. - Deprecated existing function called
LambdaEventParser.getQuerystringwhich 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
Technical Enhancements
- Upgraded the
@barchart/marketdata-api-jsdependency to version 5.7.4. No functional changes are included in this release.
v4.1.0
New Features
- Added a simple wrapper for MySQL connections (similar to the existing Postgres wrapper).
Bug Fixes
- Fixed an issue that prevented DynamoDB
ServiceUnavailableandTimeoutErrorfrom triggering retries.
Other
- Removed features related to transactions from DynamoDB wrapper/framework.
v4.0.1
Bug Fixes
- Fixed an issue when DynamoDB
Service Unavailableerror doesn't cause a query retry.
v4.0.0
v3.29.0
New Features
- Added
AdapterFcmfor thePushNotificationProvider.
v3.28.0
New Features
- Added retries on DynamoDB
ServiceUnavailableerror.