Skip to content

Releases: svbnet/diezel

Diezel v.1.1.1

17 Sep 10:26

Choose a tag to compare

  • Updated dependencies.
  • Removed OpenSSL Blowfish decryption routine.
  • Update tests and fix bugs.

Deprecations

  • Using keys.json is deprecated and will be removed in the next major release. Either use diezel.setKeys or environment variables.
  • MobileClient constructor with the userInfo parameter and the restoreSession method are deprecated and will be removed in the next major release. Use the signInWithUserInfo method instead.

New changes

  • Added the AuthToken class for managing GraphQL endpoint tokens.
  • Added the retrieveAuthToken method on MobileClient to retrieve the authorization token for a logged-in user.

v1.0.0

11 Sep 13:35

Choose a tag to compare

Diezel 1.0.0

Breaking changes

  • Removed SongAsset.forLegacyStream method.
  • Removed MediaClient.getMediaStreamInfo method.
  • Added MediaClient.getSongStreams method.

New changes

  • Updated tests and example to use MediaClient.
  • Updated runtime dependencies.