Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@
All notable changes to this project will be documented in this file.


## [TBD] - Unreleased
## [0.2.0] - 2021-01-31

### 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] - 2021-12-02

Expand Down
2,339 changes: 1,301 additions & 1,038 deletions docs/agent_rtm.html

Large diffs are not rendered by default.

1,433 changes: 761 additions & 672 deletions docs/agent_web.html

Large diffs are not rendered by default.

895 changes: 500 additions & 395 deletions docs/configuration_api.html

Large diffs are not rendered by default.

1,059 changes: 651 additions & 408 deletions docs/customer_rtm.html

Large diffs are not rendered by default.

1,477 changes: 946 additions & 531 deletions docs/customer_web.html

Large diffs are not rendered by default.

1,295 changes: 563 additions & 732 deletions docs/reports_api.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = lc-sdk-python
version = 0.1.10
version = 0.2.0
description = Package which lets to work with LiveChat API.
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down