Releases: livechat/lc-sdk-python
Releases · livechat/lc-sdk-python
0.3.0
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
Changed:
- Handling of configuration file.
0.2.0
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
- Added new methods related to greetings conversion, chat surveys, and response time in reports-api v3.4.
0.1.9
Added:
- Added new methods for organization/license ID lookup in configuration v3.4.
Changed:
- Fixed methods for uploading files.
- Renamed
reorder_auto_access
toupdate_auto_access
0.1.8
- Added logging for web interface
0.1.7
- Support for
organization_id
in Customer(rtm/web) v3.4.
0.1.6
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
websocket-client and urllib packages updated