Skip to content

Commit 5ecf116

Browse files
authored
Merge pull request #60 from livechat/API-9951-set-v34-as-stable-and-create-v35
API-9951: Set v34 as stable and create v35
2 parents 60a9159 + 201b846 commit 5ecf116

22 files changed

+622
-607
lines changed

changelog.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
# Change Log
22
All notable changes to this project will be documented in this file.
33

4-
## [0.1.11] - Unreleased
54

6-
### Added
7-
8-
- Added proxy support to web interfaces
5+
## [TBD] - Unreleased
96

7+
### Added
8+
- API stable version 3.4 as a default.
9+
- API dev preview version 3.5 support.
10+
- Proxy support to web interfaces.
1011

1112
## [0.1.10] - 2021-12-02
1213

configs/main.ini

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[api]
2+
url = api.livechatinc.com
3+
stable = 3.4
4+
dev = 3.5

docs/agent_rtm.html

100644100755
File mode changed.

docs/agent_web.html

100644100755
File mode changed.

docs/configuration_api.html

100644100755
File mode changed.

docs/customer_rtm.html

100644100755
File mode changed.

docs/customer_web.html

100644100755
File mode changed.

docs/index.html

100644100755
File mode changed.

docs/reports_api.html

100644100755
File mode changed.

livechat/agent/rtm/client.py

Lines changed: 127 additions & 119 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)