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-03-26

What's new

Changed

  • Live Session attribute entity_id changed to live_entity_id differentiated with video_entity_id.

  • Following Google API Design guidelinearrow-up-right, all DELETE APIs should return empty body.

  • Remove Reset ingest key API in version 2020-01-10. We are no longer support for resetting ingest key because of the problem with the end of signals occurs when user call reset ingest key while they are streaming. We still solving this problem.

  • Remove emit event log from. All event log related to entity should be executed in Live Entity server.

  • Update submodule by removing googleapis. This updating shorten 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.

Fixed

  • Webhook endpoints can now send to Slack without error and return the valid error message.

  • Delete DNS when deleting a live entity.

  • Fixed bug user ID is undefined when creating a live entity.

  • Fixed bug inconsistency of API response between live entity API and webhook endpoints API.

  • Updating the video entity no longer returns bad request.

  • Fixed inconsistency in boolean value in events API.

  • Fixing crashing issue by due to not handing case of Axios fail on get response from Prometheus.

  • Handle multi node down trigger fail over

  • Retried live entities cause long time of allocating resource.

  • Cannot get Ulas disk metrics during scaling action.

Last updated

Was this helpful?