Releases: filipporomani/whatsapp-python
v4.2.0
What's Changed
- feat: full async implementation by @filipporomani in #56
- feat: add tests (#48) by @filipporomani in #49
Full Changelog: v4.0.2...v4.2.0
v4.0.2
What's Changed
- change license by @filipporomani in #45
- fix #46
- fix #47
Full Changelog: v4.0.0...v4.0.2
v4.0.0.post1
What's Changed
- fixed a critical issue that caused the library to crash (#46)
- Updated README file
- Updated LICENSE in the pyproject file.
Full Changelog: v4.0.0...v4.0.0.post1
v4.0.0
What's Changed
- [fix] changed self.instance to self in send_location by @Wingrammer in #42
- [feat] dynamic Graph API version, always up-to-date.
- [feat] fully implemented multiple sender feature
- [breaking] removed support for string phone number ids. from now on, only dictionaries are supported.
- [breaking] switched to GNU AFFERO 3.0 license, this takes effect from now on
- end of security support for versions < 3.3.96
New Contributors
- @Wingrammer made their first contribution in #42
- Thanks to @lucasjamar, who made a nice feat suggestion in #43!
Full Changelog: v3.3.95...v4.0.0
v3.3.96
v3.3.9
Implemented multiple senders feat (#39)
You can now send messages with different numbers using a single instance of WhatsApp.
Caution
Starting from version 4.0.0, you'll need to use a dictionary instead of a string while initializing the WhatsApp class. You can find more infos in the installation page inside the wiki.
Full Changelog: v3.2.5...v3.3.9
3.3.5.dev0
Added support for multiple phone numbers.
You can now initialize the WhatsApp object using a dictionary instead of a string for the phone_number_id
parameter.
When sending a message via the Message().send()
function, you can specify the sender
parameter. Read the wiki for the full description.
This is still a non-breaking feature, you can still input the phone number id as a string, but dictionary is going to be mandatory in the future.
v3.2.5
Full Changelog: v3.1.5...v3.2.5
- Added the reaction feature, you can now add reaction to messages! Thanks to @humbertogontijo for the proposal.
v3.1.5
v3.1.1
Fixed a typo in the required library which could bring to some issues while using the library.
Full Changelog: v3.1.0...v3.1.1