Skip to content

5.1.4

Compare
Choose a tag to compare
@amrox amrox released this 27 Jun 20:26
· 50 commits to master since this release

Release Overview

New Features

Developer Logging

We introduced a logging system to provide you with additional details when integrating the Slyce SDK into your application. By default, you no logging is enabled, but you can set the debugging level to warn, error, or info.

Improved slyce.open() behavior

If you try to open the Slyce instance more then once in your application the SDK handles this more robustly. If the SDK is already open with the same credentials, it returns immediately. If you try to open Slyce with different credentials, it throws an error. If you call slyce.open() twice both instances return either success or failure.