This repository has been archived by the owner on May 2, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
changelog.txt
68 lines (55 loc) · 2.24 KB
/
changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
Openlink-JS SDK changelog
=========================
0.4.7 - 10 January 2019 - Test harness change only
=======================
* Fix bug that could prevent get-features command from working correctly
0.4.6 - 6 November 2018 - Test harness change only
=======================
* Use "Archive" instead of "Delete" for removing voice messages
* Update to jQuery 3.3.1 / jQuery UI 1.12.1
* Update to current compile dependencies
0.4.5 - 25 May 2018 - Test harness change only
===================
* Make the OTP a full address rather than just a port
0.4.4 - 6 April 2018
====================
* Ensure the test harness is more resilient when receiving events with missing data
* Expose the 'node' for a pubsub message
* Expose the participations in a call
* Allow a users profile to be included in a make-call request
* Allow the test harness to send a 'blind' make-call
* Expose the maxCalls attribute in get-interests results
0.4.3 - 10 January 2018
=======================
* First release to GitHub
* Add promise polyfill to the test harness to allow it to work on IE11
* Avoid using <object>.constructor.name which isn't available on IE11
* Add callerE164/calledE164, calledPreferredNumber/callerPreferredNumber, calledDestination to call status message
* Recognise the Headset feature
* Expose the profile label
* Sort the profiles/interests/features on the test harness
0.4.2 - 30 June 2017
====================
* ITR-3422 - JavaScript Openlink SDK; "Record" new voice message not working
0.4.1 - 30 June 2017
====================
* ITR-3421 - JavaScript Openlink SDK - site.isVMS returns false for newer VMS platforms
* ITR-3422 - JavaScript Openlink SDK - a get-profiles response with multiple profiles can return the wrong site details
0.4.0 - 12 June 2017
====================
* Simplify login sequence - only provide support for stanza.io mechanism
0.3.1 - 25 April 2017
=====================
* Polyfill String.startsWith to cover IE support
* Add missing semicolon from test harness
0.3.0 - 25 April 2017
=====================
* Add timeout support
* Add VMS support
0.2.0 - 21 March 2017
=====================
* Update build to use gradle
* Introduce parallel support with Openfire 3.x and Openfire 4.x WebSockets
0.1.0 - 31 August 2016
======================
Initial version