Skip to content
This repository was archived by the owner on Jun 17, 2026. It is now read-only.

v2.12.0

Choose a tag to compare

@squiggler-legacy squiggler-legacy released this 19 Nov 07:09
· 28 commits to main since this release

2.12.0 (2025-11-19)

⚠ BREAKING CHANGES

  • Assets are no longer created using mp4_support. The plugin always sends static_renditions to Mux.
  • This means the MP4 URL pattern has changed.
    • For assets created with v2.11.2 and earlier, you must keep using:
      https://stream.mux.com/PLAYBACK_ID/high.mp4
    • For assets created with v2.12.0 and later, you must use:
      https://stream.mux.com/PLAYBACK_ID/highest.mp4 (or the resolution/audio rendition you selected in the upload modal options).

Features

  • add static renditions and remove deprecated mp4_support (#446) (d577543)

This release is also available on: