Skip to content

Releases: truedread/pymsl

1.3

29 Jul 10:37
a7ca1fe
Compare
Choose a tag to compare

Changelog:

  • Added key_request_data kwarg to allow for custom key exchange mechanisms.
  • Updated proxies kwarg to be stored within the internal msl_session dict instead of its own instance variable.
  • Removed Python 3.3 from Travis building and setup.py categories.

1.2

24 Nov 02:38
693b989
Compare
Choose a tag to compare
1.2

Changelog:

  • Updated for new MSL API syntax
  • load_manifest() now takes the viewable ID as a single integer; no more multiple manifest requests in one HTTP request.
  • get_license() now takes a single challenge and session ID passed as positional arguments respectively.
  • extra_manifest_params kwarg added: read the documentation for more info.

1.1

22 Feb 18:26
Compare
Choose a tag to compare
1.1

Added license acquisition and updated documentation.

1.0

20 Feb 20:09
3f776f6
Compare
Choose a tag to compare
1.0

Supports loading manifests and returning them, but no license acquisition support yet.