Skip to content

Releases: filipporomani/whatsapp-python

v2.2.2 [BREAKING]

08 Apr 15:09
Compare
Choose a tag to compare

This is the first breaking release. After this version, heyoo will be mostly incompatible with this library.

Updates:

  • Message() object, refer to the wiki for more informations;
  • Removed send_message(), reply_to_message() and mark_as_read() methods; they have been inserted into the Message() class.
  • New message parser: messages are now parsed automatically by the Message() class
  • New send/mark-as-read/reply method; refer to wiki
  • Class splitted into multiple files
  • Docs moved from README to Wiki
  • Other minor fixes.

v1.1.2

08 Apr 10:25
Compare
Choose a tag to compare

Sorry for this release after only 13 hours, but many changes have been made.

  • Version update: whatsapp-python now checks if a new version is available at every initialization. An error is logged if a new version is available;
  • Logging disable: logging can now be disabled by passing the logger=False argument in the initialization;
  • Unbound variables: a lot of possibly unbound variables are now properly handled;
  • v15 API instead of v14;
  • Significant docs improvements;
  • pep8 formatting;
  • Removed tests.

v1.0.0

07 Apr 21:18
Compare
Choose a tag to compare

This is the first official release of this fork.
Some updates/removals done:

  • Removed docker
  • Removed tests
  • Updated dependencies
  • Removed unused methods
  • Updated README
  • Fixed setup.py description file
  • Remove useless temp files
  • Updated requirements

Many more coming soon!