Skip to content

Commit cfa46ac

Browse files
committed
[version] new version 4.3.0
1 parent 410a3a9 commit cfa46ac

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.2.1 (2026-07-01) **Latest**
6+
#### 4.3.0 (2026-08-07) **Latest**
7+
8+
- [filters] make `Filter` class generic
9+
- [signups] adding support for creating listing and updating signups
10+
- [templates] add documentation and strict typing for `ContactInfoRequestButton`
11+
- [message] deprecate `sender` and `recipient` properties and update user identifier priority
12+
- [cli] move uvicorn import to runtime and improve error handling
13+
- [errors] add more error codes for throttling, sending, and migration, and fix template error code
14+
15+
#### 4.2.1 (2026-07-01)
716

817
- [others] fix parsing contact with field `request contact`
918
- [others] fix parsing contact without name

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.2.1"
12+
__version__ = "4.3.0"
1313
__author__ = "David Lev"
1414
__license__ = "MIT"

0 commit comments

Comments
 (0)