Skip to content

Commit 3559a79

Browse files
committed
[version] new beta version 4.0.0b6
1 parent a4ce0a7 commit 3559a79

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,16 @@
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

pywa/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
from pywa.client import WhatsApp
1010
from pywa.utils import Version
1111

12-
__version__ = "4.0.0b5"
12+
__version__ = "4.0.0b6"
1313
__author__ = "David Lev"
1414
__license__ = "MIT"

0 commit comments

Comments
 (0)