Release v3.0.1 of the Amazon QLDB Driver for Node.js
This is a minor release to incorporate a recent PR by the community: 245
🐛 Bug Fixes
- When the driver session is not live and a new one needs to be created and returned to the callee, the session is null resulting on an error: Cannot read properties of null (reading 'executeLambda'). The problem is that session var is not getting the new session recently created and it fails by returning null. It should re-up a connection and replace the driver object with the new session to the database.