What's Changed
Update with pip:
pip3 install -U "pywa[server]"
- [server] enhance logging infrastructure with update hash and context binding (try
pywa dev --log-level debug) - [cli] add commands to list and download official example bots from GitHub (try
pywa new examples) - [flows] expose
ConditionandMathExpressiontp allowrepr(FlowJSON)to be copy-paste - [flows] adding
flow_token_signaturetoFlowRequest - [types] [types] rename
messaging_limit_tiertowhatsapp_business_manager_messaging_limitand add deprecation warning. reported by @aleinv18 in #221 - [helpers] allowing to disable
GeneratorStreamerusage with theUSE_FAKE_GEN_STREAMflag when uploading media from url - [helpers] cache the flow private key instead of parsing it per request. added by @ashbrener in #219
- [project] adding
tyfor type checking and linting - [project] update dependency management to use
uvfor installation and syncing
Full Changelog: 4.3.1...4.4.0