Skip to content

0.3.9

Latest
Compare
Choose a tag to compare
@marcindebski marcindebski released this 22 Apr 14:09
· 20 commits to master since this release
110100d

[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.