Releases: messagebird/messagebird-nodejs
Releases · messagebird/messagebird-nodejs
v3.6.0
V3.5.0
- add voice message listing method (thanks @Faultless)
- add CRUD for voice webhooks (thanks @sdporter0, @guilhermehubner)
- addressed CVE-2020-7598 by upgrading minimist
V3.4.0
V3.3.0
V3.2.0
V3.1.0
V3.0.1
V3.0.0
Breaking change
- From now on, only the LTS version of node and later are officially supported.
Other changes
- We've fixed a vulnerability in one of our dependencies. (Thanks @Ebioro and @alexismoreau 🎉 )
Version 2.4.1
Fixes an issue with TypeScript typings for verify and voice APIs.
Thanks to @yss14 for bringing this up! 🎉
Version 2.4.0
In this release:
- Add middleware and utility functions for verifying request signatures. (in #33, thanks @canuzunoglu!)