Skip to content

4.4.0

Latest

Choose a tag to compare

@david-lev david-lev released this 11 Aug 12:00
· 9 commits to master since this release
Immutable release. Only release title and notes can be modified.
f73e3bf

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 Condition and MathExpression tp allow repr(FlowJSON) to be copy-paste
  • [flows] adding flow_token_signature to FlowRequest
  • [types] [types] rename messaging_limit_tier to whatsapp_business_manager_messaging_limit and add deprecation warning. reported by @aleinv18 in #221
  • [helpers] allowing to disable GeneratorStreamer usage with the USE_FAKE_GEN_STREAM flag when uploading media from url
  • [helpers] cache the flow private key instead of parsing it per request. added by @ashbrener in #219
  • [project] adding ty for type checking and linting
  • [project] update dependency management to use uv for installation and syncing

Full Changelog: 4.3.1...4.4.0