Releases: cmdotcom/text-sdk-python
Releases · cmdotcom/text-sdk-python
v2.0.4
Release v2.0.3
[2.0.3] - 2023-03-28 (ricosuave73)
Fixed
- Messages collection moved from class to instance. PR by sheepsy90.
Release v2.0.2
[2.0.2] - 2022-11-10
Fixed
- Fixed a bug, where setting the sender was ignored.
What's Changed
- Fix for issue #11 by @ricosuave73 in #12
- Update CHANGES.md by @EricSmekens in #13
Full Changelog: v2.0.1...v2.0.2
Release v2.0.1
[2.0.1] - 2022-06-07 (Joris Pennings)
Added
- init.py to new subfolder as a fix for the published module.
Release v2.0.0
Changelog
All notable changes to this project will be documented in this file.
[2.0.0] - 2022-05-31 (Joris Pennings)
Added
- Changelog to repository.
- Reference and customgrouping3 to request body in text_client:send().
- Docstrings to most functions.
Changed
- Refactored module name: CM_text_sdk_python > cm_text_sdk_python.
- Implemented _init_ in cm_text folder for better imports.
- Refactored all camelcase files to lowercase.
- Gave every example a preceding number in order of creation.
Release v1.1.2
Changed Examples
Added Facebook Messenger and Google Business Messages
Merge pull request #2 from robinvoogt/master Added Facebook Messenger and Google Business Messages channel
Whatsapp_Templates
v1.1.0 Added Whatsapp Template Messages
Release v1.0.5
New Channel 'MobilePush' Added.
Release v1.0.4
New Release, updated Action Triggers to update testPyPI on version change and Pypi on new release.