Releases: syncromatics/syncromatics-track-api
Releases · syncromatics/syncromatics-track-api
v3.5.0
<a name"3.5.0">
3.5.0 (2019-08-05)
Features
- voip: Add call participant management endpoints. (#61) (d1b9d969)
v3.4.0
<a name"3.4.0">
3.4.0 (2019-08-05)
Features
- roles: Add support for user and role management (#55) (0bfceb15)
v3.3.0
<a name"3.3.0">
3.3.0 (2019-07-02)
Features
- EnplugDetailsAndHealthRealTime: Add subscriptions to support enplug details and health (6968dc0a)
v3.2.1
<a name"3.2.1">
3.2.1 (2019-05-28)
Bug Fixes
- voip: Bind heartbeat class methods so that 'this' is always what we expect. (#59) (0f07ae74)
v3.2.0
<a name"3.2.0">
3.2.0 (2019-05-21)
Features
- Reporting: EN-4399: Add support for reporting tickets (#58) (08746b14)
v3.1.0
<a name"3.1.0">
3.1.0 (2019-05-21)
Features
- Calls: EN-4357: Added call creation and ending support (#57) (99841a01)
v3.0.0
<a name"3.0.0">
3.0.0 (2019-05-07)
Features
Breaking Changes
- now subscribes to callStates instead of callRequests
Before:
api.customer('SYNC')
.realTime()
.callRequests()
.on('update', callRequest => callRequest);
After:
api.customer('SYNC')
.realTime()
.callStates()
.on('update', callState => callState);
Signed-off-by: Jeff Cuevas-Koch [email protected]
- feat(voip): Support voip heartbeats
Signed-off-by: Jeff Cuevas-Koch [email protected]
(09e728e6)
v2.1.1
fix(release): Correct semantic release version.
v2.0.0
Deprecate messageTemplates.
New messages API
v1.8.0
<a name"1.8.0">
1.8.0 (2018-12-05)
Features
- vehicle-media: EN-3743: Added vehicle media APIs (#52) (30ad86db)