Skip to content

Releases: livechat/lc-sdk-python

0.3.0

12 May 13:55
a938c2b
Compare
Choose a tag to compare

Added

  • New methods in configuration-api v3.5 for tags management: create_tag, list_tags, update_tag, delete_tag.
  • New method in reports-api v3.5 for getting tags usage statistics in chats: tags_chat_usage.

Changed

  • Major refactoring: classes with API methods for each version are now held in separate modules This is possibly breaking change, please make sure if your imports point to livechat...base). When in doubt, please compare with the updated examples directory.
  • Added new param owner_client_id in Configuration API create_bot for Interface and v3.5 classes.
  • Added new methods related to product information (list_channels, check_product_limits) in Configuration API v3.5.

0.2.1

16 Feb 08:38
1c6741a
Compare
Choose a tag to compare

Changed:

  • Handling of configuration file.

0.2.0

31 Jan 13:14
aa62e2b
Compare
Choose a tag to compare

Added:

  • API stable version 3.4 as a default.
  • API dev preview version 3.5 support.
  • Proxy support to web interfaces.
  • RtmResponse structure for RTM clients.

0.1.10

02 Dec 11:05
5364835
Compare
Choose a tag to compare
  • Added new methods related to greetings conversion, chat surveys, and response time in reports-api v3.4.

0.1.9

03 Nov 14:08
c81ba92
Compare
Choose a tag to compare

Added:

  • Added new methods for organization/license ID lookup in configuration v3.4.

Changed:

  • Fixed methods for uploading files.
  • Renamed reorder_auto_access to update_auto_access

0.1.8

21 Oct 12:22
05face3
Compare
Choose a tag to compare
  • Added logging for web interface

0.1.7

13 Oct 10:12
45c8d8c
Compare
Choose a tag to compare
  • Support for organization_id in Customer(rtm/web) v3.4.

0.1.6

06 Oct 07:44
bc20275
Compare
Choose a tag to compare

Added:

  • Added type hints support
  • Added support for reports-api.
    Changed:
  • Refactored ws_client module - new client extends WebSocketApp from websocket-client package.
  • Handling for pushes param in login of agent RTM.

0.1.5

07 Sep 12:39
adf9521
Compare
Choose a tag to compare

websocket-client and urllib packages updated