Releases: muxinc/mux-python
3.7.1
This is a minor release to update the PyPi metadata and to remove some trailing spaces in the documentation.
What's Changed
- fix(setup.py): pypi metadata by @sbdchd in #50
- Fix trailing whitespace in the model doc generation by @jaredsmith in #51
New Contributors
3.7.0
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
3.6.0: Transcription Vocabularies
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
3.5.2
3.5.1
Changed Operations
get-realtime-breakdown
: fixedtimestamp
definition to correctly reflect that it's an integral timestamp (bug in our backing specification). This is a breaking change, but we have elected to release it as a patch because it's a breaking change to something that never worked correctly and should have extremely minimal disruption to existing operations.
3.5.0: Mux Real-Time Video
- Mux Real-Time Video is live! As discussed at TMI, we're so happy to announce Mux's solution to real-time video. Learn more about Mux Spaces here and check out our documentation right over here.
3.4.0
Changed Operations
create-live-stream
: addedmax_continuous_duration
update-live-stream
: addedmax_continuous_duration
Miscellaneous
- began the process of exhaustively documenting Mux Data for property nullability
- big documentation updates: text track statuses, playback IDs, better examples, property deduplication, and more!
For more information, consult the API reference at https://docs.mux.com/api-reference/video .
Thanks for using Mux!
3.3.1
Bugs Fixed
PlaybackRestrictionResponse
andListPlaybackRestrictionResponse
models are now correct.
Changed Operations
No changed operations.
New Operations
No new operations.
For more information, consult the API reference at https://docs.mux.com/api-reference/video .
Thanks for using Mux!
3.3.0
Changed Operations
- added
live_stream_status
query tolist-live-streams
New Operations
No new operations.
For more information, consult the API reference at https://docs.mux.com/api-reference/video .
Thanks for using Mux!
3.2.0
Changed Operations
- added
embedded_subtitles
toLiveStreamResponse
- added
live_stream_id
tolist-delivery-usage
New Operations
update-live-stream
update-asset
create-playback-restriction
list-playback-restrictions
delete-playback-restriction
get-playback-restriction
update-referrer-domain-restriction
For more information, consult the API reference at https://docs.mux.com/api-reference/video .
Thanks for using Mux!