Skip to content

Releases: filipporomani/whatsapp-python

v3.3.9

13 Sep 19:42
Compare
Choose a tag to compare

Implemented multiple senders feat (#39)

You can now send messages with different numbers using a single instance of WhatsApp.

Caution

Starting from version 3.4.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

13 Sep 16:20
Compare
Choose a tag to compare
3.3.5.dev0 Pre-release
Pre-release

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

13 Aug 15:18
Compare
Choose a tag to compare

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

28 Jul 14:38
Compare
Choose a tag to compare

What's Changed

  • feat: handle sticker type for received messages by @jxhnx in #36
  • feat: disable info logging and debug logging separately
  • end of support for versions < 2.2.2

New Contributors

  • @jxhnx made their first contribution in #36

Full Changelog: v3.1.1...v3.1.5

v3.1.1

11 Jun 10:39
Compare
Choose a tag to compare

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

v3.1.0

04 Jun 17:37
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0.5...v3.1.0

v3.0.5

15 Feb 19:19
8bc5200
Compare
Choose a tag to compare
  • Updated API to v18
  • Added update checker error handler
  • Improved missing token handling

v3.0.4

06 Dec 17:17
2e21602
Compare
Choose a tag to compare

Fixes non-integers version number on PyPi.

v3.0.3

05 Dec 13:24
a5d55a8
Compare
Choose a tag to compare

Restored production PyPi download (#16)
Added missing ID parameter in the message object (#18).

Thanks to @blmayer for reporting those issues!

v3.0.2.post1

10 Nov 10:38
985c5b4
Compare
Choose a tag to compare

Finally solved #16