Skip to content

Releases: muxinc/mux-java

v0.8.0

01 Dec 17:43
9be6953
Compare
Choose a tag to compare
  • Add Web Inputs
  • Additional documentation for optional fields
  • Updated Mux Data fields
  • Cleanup typos

v0.7.3

07 Nov 18:06
eabe92a
Compare
Choose a tag to compare
  • Updates docs for encoding_tier
  • Adds generated_vod to text_source enum

v0.7.2

18 Oct 00:15
6035b1b
Compare
Choose a tag to compare

Release v0.7.2 - no functional changes, just internal tooling changes

v0.7.1

18 Oct 00:07
72b6549
Compare
Choose a tag to compare
  • Automate release to SonaType

v0.7.0

13 Oct 15:36
1dbf1ba
Compare
Choose a tag to compare

General:

  • Assorted documentation improvements
  • Added MIT license to setup.py

Mux Video:

  • Added Multi-track Audio
  • Added 4K & max_resolution_tier
  • Added Encoding tiers
  • Added Generated captions (beta)
  • Deprecated max_stored_resolution, replaced with resolution_tier

Mux Data:

  • Added Video startup failure
  • Added Monitoring breakdown timeseries

v0.6.3 release

18 Apr 16:28
Compare
Choose a tag to compare

This release updates some documentation around the APIs.

v0.6.0 release

22 Feb 21:31
77fa155
Compare
Choose a tag to compare

This release adds the ability to report delivered seconds by resolution, in support of the new resolution-based pricing. It also adds the crop layout to Spaces broadcasts.

v0.5.0 release

13 Jan 16:50
76bec82
Compare
Choose a tag to compare

This release adds support for the recent Mux Data changes to the Monitoring API

0.4.0 release: Add support for reconnect window with slates

29 Jul 03:37
609fdae
Compare
Choose a tag to compare

Reconnect Window with slates is now available in public beta. Check out the blog post for more information.

Changed Operations
• adds reconnect_slate_url and use_slates_for_standard_latecy parameters for creating and updating Live Streams

0.3.0: Transcription Vocabularies

07 Jul 18:17
Compare
Choose a tag to compare

Transcription vocabularies are live! Check out the docs for an in-depth guide.

Changed Operations

  • adds text_source enum field on Tracks, indicating where the text in the track comes from
  • uploaded tracks were created via the create-asset-track operation
  • embedded tracks were created from embedded CEA-608 closed captions in a live stream
  • generated_live tracks were generated using speech recognition during a live stream
  • generated_live_final tracks were generated using speech recognition after the end of a live stream and have higher quality text, timing, and formatting
  • adds generated_subtitles to CreateLiveStreamRequest and LiveStream schemas, for configuration of speech-recognition-based-generation of text tracks for live streams

New Operations

  • create-transcription-vocabulary
  • list-transcription-vocabularies
  • get-transcription-vocabulary
  • update-transcription-vocabulary
  • delete-transcription-vocabulary
  • update-live-stream-generated-subtitles