File tree Expand file tree Collapse file tree 2 files changed +15
-4
lines changed Expand file tree Collapse file tree 2 files changed +15
-4
lines changed Original file line number Diff line number Diff line change @@ -3,17 +3,28 @@ Changelog
3
3
4
4
NOTE: pywa follows the [ semver] ( https://semver.org/ ) versioning standard.
5
5
6
- ### 1.12.2 (2023-06-02)
6
+ ### 1.21.0 (2023-06-14)
7
+
8
+ - [ flows] added new components ` PhotoPicker ` , ` DocumentPicker ` , ` If ` and ` Switch `
9
+ - [ flows] added ` .data_key_of ` and ` .form_ref_of ` to refer from other screens
10
+ - [ flows] added ` description ` to ` CheckboxGroup ` and to ` RadioButtonsGroup `
11
+ - [ utils] adding ` flow_request_media_decryptor ` function to decrypt medias from flow requests
12
+ - [ client] allow updating flow application id with ` update_flow_metadata `
13
+ - [ server] remove event loop
14
+ - [ docs] update examples
15
+ - [ version] bump ` FLOW_JSON ` version to ` 4.0 `
16
+
17
+ ### 1.20.2 (2023-06-02)
7
18
8
19
- [ server] improve continue/stop handling
9
20
10
21
11
- ### 1.12 .1 (2023-06-02)
22
+ ### 1.20 .1 (2023-06-02)
12
23
13
24
- [ api] fix downloading media content-type
14
25
15
26
16
- ### 1.12 .0 (2023-06-02)
27
+ ### 1.20 .0 (2023-06-02)
17
28
18
29
- [ client] adding official support for async (limited support for now)
19
30
Original file line number Diff line number Diff line change 9
9
from pywa .client import WhatsApp
10
10
from pywa .utils import Version
11
11
12
- __version__ = "1.20.2 "
12
+ __version__ = "1.21.0 "
13
13
__author__ = "David Lev"
14
14
__license__ = "MIT"
You can’t perform that action at this time.
0 commit comments