7.3.0 (2021-07-07)
Features Added
- With the dropping of support for Node.js versions that are no longer in LTS, the dependency on
@types/node
has been updated to version 12. Read our support policy for more details.
Key Bugs Fixed
- Fixed a bug that could lead to message loss in certain conditions when using
receiver.receiveMessages()
.
PR#15989
Fixed
- Fixing an issue where the internal link cache would not properly remove closed links.
PR#15929