API Changelog
API changelog describes to you what we change on the newest API dated version we've made so you can easily stay up to date on what’s new.
2020-05-07
What's new
Added new API: Update a live entity using PATCH method
Added new API: Update a webhook endpoint using PATCH method
Changed
Deprecated Update a live entity API using PUT method
Deprecated Update a webhook endpoint API using PUT method
Fixed
Inconsistent entity status on events when update entity status to ready
Fixed bug when calling list events API returns
internal-error
2020-04-21
What's new
Expose new API to reset Ingest Key of a Live Entity.
Expose new API to get Invoice Detail.
Support clearing Live Entity's relay setting by updating relay parameter as empty
Support exporting Invoice to PDF.
Support deleting source files of video entity.
Changes
Replace field
type
byinput_type
invideo_entity
event object.
Fixes
Fixed bug incorrect error response when updating invalid video preset/profile.
Fixed bug where user can login without verifying email address.
Fixed bug displaying empty
live_entity_id
in thelive_session
event object.
2020-03-26
What's new
Added new event
video_entities.created
in Event Types.Added
video_entity_id
attribute to Live Session to link the live records with its video entity.Support DVR option in Live Entity. Included two new APIs to enable and disable DVR.
Support login with Google.
Support multiple destination broadcast and added
relay
attribute to Live Entity .Added
encode
attribute to Live Entity .Introduced Video Profile & Video Preset to support live with
encode
option.Added new attribute
preset
in Live Entity .Support filtering Live Sessions by DVR attribute and added new attribute
preset
in Live Session detailsSupport filter live video by
live_entity_id
.Increase resource allocation speed up to 500 live entities per 5 seconds.
Support categorize Ulas by
encode
feature.
Changes
Live Session attribute
entity_id
changed tolive_entity_id
to differentiate withvideo_entity_id
.Following Google API Design guideline, all
DELETE
APIs should return empty body.Remove
Reset ingest key
API in version 2020-01-10. We no longer support resetting ingest key, because conflicts with the end of signal occurs when an user resets the ingest key while streaming. We are working on this problem.Remove emit event log form. All event logs related to entity should be executed in Live Entity server.
Update submodule by removing
googleapis
. This update shortens the times of build time from 10 minutes to about 2 minutes.Support allocating request based on available vCPUs and Memory
Enhance the performance of allocating by moving DNS logic part to be a DNS Service.
Fixes
Webhook endpoints can now send to Slack without error and return the valid error message.
Delete DNS when deleting a live entity.
Fixed bug where user ID is undefined when creating a live entity.
Fixed inconsistency of API response between live entity API and webhook endpoints API.
Fixed bug where updating the video entity returns bad request.
Fixed inconsistency in boolean value in events API.
Fixing crashing issue due to not handling case of Axios - fail on getting a response from Prometheus.
Handle multi node down trigger fail over.
Fixed bug where retrieving live entities causes long time to allocate resource.
Cannot get Ulas disk metrics during scaling action.
Last updated