Releases
v2.2.0
What's new
The preview player on the Admin UI is now using Mux Player for playback
Added new duration
and aspect_ratio
field to the mux-asset
collection type
Added new sync process to the bootstrap to resolve missing fields for mux-asset
entries from the Mux API
What's changed
Breaking change : The /mux-video-uploader/mux/deleteMuxAsset
route now accepts a JSON request body.
The mux-video-uploader/mux/deleteMuxAsset
route now relies on an id
parameter for resolving the identifier it needs for querying the Mux API
Updated the /mux-video-uploader/mux-asset
create route to simply accept a payload
Updated the /mux-video-uploader/mux-asset/:id
update route to not use the parseMultipartData
function from Strapi
Updated the Mux service to now use the Mux Node SDK
Updated all dependencies to the latest, any dependencies that Strapi use are matched
Removed mux.index
route
Removed unimplemented mux.index
controller handler
Removed unimplemented mux-asset.index
controller handler
What's fixed
Fixed the Menu label in the Strapi Admin UI to be "Mux Video Uploader" as intended
Fixed the /mux-video-uploader/mux-asset/:id
route so that the findOne
operation works according to the Strapi API
Fixed the /mux-video-uploader/mux-asset/:id
route so that the delete
operation works according to the Strapi API
You can’t perform that action at this time.