You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added support for the 'category' context activity property which was new as of 1.0.0. Users setting the property will get an exception during the version serialization for versions at 0.9 or 0.95.
The LRS saveStatement and saveStatements methods handle the exception based on the allowFail setting for the LRS. These interfaces are now unit tested.
One case of a callback being switched to a method signature (.apply) was removed.
Improved consistency of debug log message capitalization for "error" and "warning" messages.