Releases: messagebird/python-rest-api
Releases · messagebird/python-rest-api
Version 2.2.0
- [Added] Token parameter to Verify Object
Version 2.1.0
- [ADDED] Support for JWT webhook signature.
Version 2.0.0
version 2.0.0
Version 1.6.0
Merge pull request #66 from messagebird/bump-version-160 Bump version to 1.6.0
Version 1.5.0
Version 1.5.0 adds support for the Voice Calling API.
Version 1.4.1
Version 1.4.0 adds support for the Conversations API. Additionally, it adds support for the following REST API endpoints:
POST /mms
DELETE /messages/{messageId}
Thanks to:
- @arjenzijlstra
- @guiajlopes
- @marcelcorso
- @sarathsp06
Version 1.3.1
Version 1.3.1 sets reasonable defaults for the list endpoints (contact and groups)
Version 1.3.0
Version 1.3.0 adds support for the contacts and groups endpoints, and should also improve compatibility with Python 2.7.
Thanks to:
Version 1.2.1
The following changes were added:
- #12 Fix mutable default value with sentinel. Thanks @sebastiaanMB and @dstotijn!
Version 1.2.0
The following changes were added:
- #9 Add support for the Verify API (thanks @valenmope!)