You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
[0.3.9] - 2024-04-22
Added
New methods in configuration-api v3.5, v3.6 for bot management: create_bot_template, delete_bot_template, update_bot_template, list_bot_templates, issue_bot_token, reset_bot_secret, reset_bot_template_secret.
Changed
Updated outdated packages.
Enhanced error logging for improved troubleshooting: Automatically includes response headers in the log for server errors, providing detailed information (such as x-debug-id) for more effective issue diagnosis.
Enhanced timeouts for the RTM and WEB clients.
Introduced AccessToken structure which allows keeping token type in separate field. Previous way of passing tokens as a string of format type: token remains supported for backwards compatibility.
Bugfixes
Enabled instantiation for CustomerRtmV36 within the 3.6 version of the Customer RTM API.
Adjusted the return types in get_client method across RTM and WEB clients.
Fixed an issue where messages in the WebSocket client were incorrectly shared across all instances.
Fixed upload_file method in agent-api v3.4/v3.5/v3.6 classes.