Releases: filipporomani/whatsapp-python
Releases · filipporomani/whatsapp-python
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
v3.1.0
What's Changed
- Fixed bugs related to verification by @pptx704 in #23
- rewrite readme & update license year by @boywithkeyboard in #27
- fix precedence of Message.instance by @SurajBhari in #29
- fix wrong input that attaches to nothing by @SurajBhari in #30
- Fix hook endpoint and verify token issues. by @alejamp in #31
- Other minor fixes
New Contributors
- @pptx704 made their first contribution in #23
- @boywithkeyboard made their first contribution in #27
- @SurajBhari made their first contribution in #29
- @alejamp made their first contribution in #31
Full Changelog: v3.0.5...v3.1.0
v3.0.5
- Updated API to v18
- Added update checker error handler
- Improved missing token handling
v3.0.4
Fixes non-integers version number on PyPi.
v3.0.3
v3.0.2.post1
Finally solved #16
v3.0.2
v3.0.1
v3.0.0
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.