Skip to content

Releases: DolbyIO/dolbyio-rest-apis-client-python

5.0.0

20 Aug 21:02
456d622
Compare
Choose a tag to compare

Breaking Changes

  • Remove Communications APIs
  • Rename some classes in Dolby Millicast APIs

Changes

  • Use dataclasses from Python to parse JSON objects
  • Add account and webhooks Millicast APIs

4.0.1

29 Aug 21:13
d7e9dea
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.0.0...4.0.1

4.0.0

27 Jul 00:36
7b5dea7
Compare
Choose a tag to compare

In dolbyio_rest_apis.communications.monitor.recordings:

In dolbyio_rest_apis.communications.recording:

In dolbyio_rest_apis.communications.remix:

In dolbyio_rest_apis.communications.streaming:

In dolbyio_rest_apis.communications.authentication:

  • Remove deprecated get_client_access_token

3.7.1

19 Jun 22:00
b148ad4
Compare
Choose a tag to compare

What's Changed

from dolbyio_rest_apis.communications import conference

result = await conference.list_participants(access_token, conferenceId)
print(result.participants)

Full Changelog: 3.7.0...3.7.1

3.7.0

07 Jun 18:35
d302d69
Compare
Choose a tag to compare

What's Changed

  • Authentication token max duration is 24 hours.
  • Add new Common Auth v2 APIs:
    • get_api_token now accepts a list of scopes - documentation
    • get_client_access_token in the namespace dolbyio_rest_apis.communications.authentication, is now deprecated and will be removed in the next release.
    • get_client_access_token_v2 was added to request a client access token - documentation

Full Changelog: 3.6.2...3.7.0

3.6.2

06 Apr 22:13
215dc77
Compare
Choose a tag to compare

What's Changed

  • Add streamingAPIUsage to Monitor API

Full Changelog: 3.6.1...3.6.2

3.6.1

08 Mar 20:28
5043fa8
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.6.0...3.6.1

3.6.0

19 Feb 16:44
a87997b
Compare
Choose a tag to compare

What's Changed

  • Update the readme with better code examples
  • Remove deprecated functions download_mp4_recording and download_mp3_recording from dolbyio_rest_apis.communications.monitor.recordings.
  • Remove the dolbyio_rest_apis.media.platform module.
  • Getting an API Token for Media and Communications APIs is now done with the module dolbyio_rest_apis.authentication

Full Changelog: 3.5.1...3.6.0

3.5.1

18 Feb 02:26
f627b9a
Compare
Choose a tag to compare

What's Changed

  • Add the region as option when creating a conference

Full Changelog: 3.5.0...3.5.1

3.5.0

03 Feb 16:21
bd795d9
Compare
Choose a tag to compare

What's Changed

  • Add Real-time Streaming APIs: cluster, director, publishToken, stream, subscribeToken.

Full Changelog: 3.4.4...3.5.0