Skip to content

Commit

Permalink
[version] new version: 1.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
david-lev committed Jul 13, 2024
1 parent 5936572 commit 063bc34
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
17 changes: 12 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,22 @@

> NOTE: pywa follows the [semver](https://semver.org/) versioning standard.
#### 1.22.0 (2023-06-16) **Latest**
#### 1.23.0 (2024-07-14) **Latest**

- [client] allowing to manage multiple numbers from the same client (Partner solutions)
- [flows] adding `.respond()` shortcut for `FlowRequest`
- [flows] allowing body in `FlowResponseError` subclasses


#### 1.22.0 (2024-06-16)

- [handlers] introducing `FlowRequestCallbackWrapper` to help split flow endpoint logic to multiple handlers
- [client] adding `add_flow_request_handler` method to register `FlowRequestHandler`s
- [flows] pop `flow_token` from `FlowCompletion`.response
- [docs] update examples


#### 1.21.0 (2023-06-14)
#### 1.21.0 (2024-06-14)

- [flows] added new components `PhotoPicker`, `DocumentPicker`, `If` and `Switch`
- [flows] added `.data_key_of` and `.form_ref_of` to refer from other screens
Expand All @@ -23,16 +30,16 @@
- [version] bump `FLOW_JSON` version to `4.0`


#### 1.20.2 (2023-06-02)
#### 1.20.2 (2024-06-02)

- [server] improve continue/stop handling

#### 1.20.1 (2023-06-02)
#### 1.20.1 (2024-06-02)


- [api] fix downloading media content-type

#### 1.20.0 (2023-06-02)
#### 1.20.0 (2024-06-02)

- [client] adding official support for async (limited support for now)

Expand Down
2 changes: 1 addition & 1 deletion pywa/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
from pywa.client import WhatsApp
from pywa.utils import Version

__version__ = "1.22.0"
__version__ = "1.23.0"
__author__ = "David Lev"
__license__ = "MIT"

0 comments on commit 063bc34

Please sign in to comment.