Skip to content

Releases: filipporomani/whatsapp-python

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
Compare
Choose a tag to compare

Fixes non-integers version number on PyPi.

v3.0.3

05 Dec 13:24
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
Compare
Choose a tag to compare

Finally solved #16

v3.0.2

10 Nov 09:25
Compare
Choose a tag to compare

Solved #16

v3.0.1

25 Sep 16:14
Compare
Choose a tag to compare

Sloved #13 and #14. Some users weren't able to install the library.

v3.0.0

28 May 11:59
Compare
Choose a tag to compare

What's new:

  • Asynchronous behaviour of the event listeners
  • Switched to Graph API v16 (preparing to implement a proper error handler)
  • Switched from Flask -> FastAPI in the event listener
  • Added handler for wrong buttons
  • Added possibility to disable the version checker
  • Added a beta version checker
  • Updated docs
  • Other minor bug fixes.

Switching to the Graph API v16 will be useful for a proper error handler (coming soon). As said in the official announcement by Facebook, error codes in v16 are slightly improved. However, there shouldn't be any kind of compatibility issue with the endpoints.

v2.9.3

27 May 10:35
99703f7
Compare
Choose a tag to compare

What's Changed

  • feat: implement app event listener implemented in #11
  • fix: create standalone hook, add examples
  • minor fixes

v2.4.3

26 May 16:26
Compare
Choose a tag to compare
  • New Hook() class method (see the wiki for more details)
  • Minor fixes

v2.3.2

30 Apr 08:29
Compare
Choose a tag to compare
  • New create_message() method
  • Code fixes and beautify
  • Moved files to subfolders for better readability