Releases: barchart/common-node-js
Releases · barchart/common-node-js
v4.50.1
v4.50.0
New Features
- Added the ability to send a fire-and-forget message via the
Bus.request
function.
v4.49.2
Bug Fixes
- Corrected regression to
Router
class introduced in previous version.
v4.49.1
Bug Fixes
- Fixed potential memory leak in
AwsRouter
class when unable to enqueue request message in SQS queue. - Fixed potential memory leak in
AwsRouter
class when request receives no response (for whatever reason).
v4.48.1
Bug Fixes
- Corrected
Enum
constructor usage byUpdateActionType
class.
v4.48.0
New Features
- Added optional
ssl
parameter toClientProvider
constructors.
v4.46.0
Technical Enhancements
- Updated AWS CodeBuild to use Node.js version 20.
v4.42.1
Other
- Added
async
keyword to protectedDataOperation._process
function.
v4.41.0
New Features
- Added the
LambdaTriggerType.API_GATEWAY_REST
enumeration item. - Added the
LambdaTriggerType.API_GATEWAY_HTTP
enumeration item.
Technical Enhancements
- Added
async
keyword toLambdaEventValidator
class. - Added
async
keyword toLambdaMessageValidator
class.