Closed hasinaxp closed 2 months ago
The changes primarily involve an update to the DEFAULT_API_VERSION
in the WhatsApp Cloud integration, reflecting an upgrade from version 13.0
to 19.0
. Additionally, the send_message_to_user
function in the WhatsApp handler has undergone a restructuring of its conditional logic to enhance clarity in message sending behavior. Furthermore, test files have been updated to align with the new API version, ensuring compatibility with the latest specifications.
Files | Change Summary |
---|---|
kairon/chat/handlers/channels/clients/whatsapp/cloud.py , kairon/chat/handlers/channels/whatsapp.py , tests/integration_test/chat_service_test.py , tests/unit_test/channel_client_test.py |
Updated DEFAULT_API_VERSION from 13.0 to 19.0 . Restructured send_message_to_user function for clearer conditional logic. Updated API endpoint URLs in test cases to reflect the new version. |
๐ In the meadow where changes bloom,
A version upgrade lifts the gloom.
Messages dance on a clearer path,
Whispers of code, a joyous math!
With every hop, we celebrate,
New features await, oh, isnโt it great? ๐ผ
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Summary by CodeRabbit
New Features
Improvements