Releases: barchart/common-node-js
Releases · barchart/common-node-js
v4.10.1
Bug Fixes
- Fixed the endpoint URLs for the
PushNotificationProvider
.
v4.10.0
Technical Enhancements
- Upgraded the
PushNotificationProvider
to use v2 of API.
v4.8.0
New Features
- Added
LambdaEventParser.getPaths
function for use with API Gateway proxy mode. - Modified
LambdaEventParser.getPath
function, adding optionalparser
parameter. - Modified
LambdaEventParser.getPath
function, adding optionalraw
parameter.
Bug Fixes
- Modified
LambdaEventParser.getPath
to remove percent encoding from path parameter values (using thedecodeURIComponent
function). 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
LamdbdaResponseProcessor
class. - Corrected various inaccuracies in JSDoc comments.
v4.2.0
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
Technical Enhancements
- Upgraded the
@barchart/marketdata-api-js
dependency 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
ServiceUnavailable
andTimeoutError
from triggering retries.
Other
- Removed features related to transactions from DynamoDB wrapper/framework.
v4.0.1
Bug Fixes
- Fixed an issue when DynamoDB
Service Unavailable
error doesn't cause a query retry.
v4.0.0
v3.29.0
New Features
- Added
AdapterFcm
for thePushNotificationProvider
.