Skip to content

Releases: filipporomani/whatsapp-python

v4.0.2

15 Oct 14:01
26fc193
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.0.0...v4.0.2

v4.0.0.post1

14 Oct 20:19
b5e5776
Compare
Choose a tag to compare

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

13 Oct 20:34
b8f25d5
Compare
Choose a tag to compare

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

Full Changelog: v3.3.95...v4.0.0

v3.3.96

02 Oct 18:14
Compare
Choose a tag to compare

Fix various installation and init issues (#40, #41).

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 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

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