File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33
44> NOTE: pywa follows the [ semver] ( https://semver.org/ ) versioning standard.
55
6- #### 4.0.0b5 (2026-04-17) ** Latest Beta**
6+ #### 4.0.0b6 (2026-04-25) ** Latest Beta**
7+
8+ - [ client] add ` run ` method to start the webhook server and listen for updates
9+ - [ server] refactor webhook handling to include validation and improve endpoint management
10+ - [ user] make ` profile ` temporary optional for testing
11+ - [ utils] add ` start_ngrok_tunnel ` function to facilitate local webhook testing
12+ - [ templates] enhance ` duplicate ` method to include ` target_waba_id ` parameter for template creation
13+ - [ templates] add validation for URL variables in ` URLButton ` to enforce constraints on example and variable usage
14+
15+ #### 4.0.0b5 (2026-04-17)
716
817- [ client] add methods for creating and verifying phone numbers on WhatsApp Business Account
918- [ templates] enhance ` Template ` and ` TemplateDetails ` with new methods for component retrieval and validation
Original file line number Diff line number Diff line change 99from pywa .client import WhatsApp
1010from pywa .utils import Version
1111
12- __version__ = "4.0.0b5 "
12+ __version__ = "4.0.0b6 "
1313__author__ = "David Lev"
1414__license__ = "MIT"
You can’t perform that action at this time.
0 commit comments