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
[CHANGED] the maximum event payload size permitted by this library has been increased. This change affects the library only: the Channels API still maintains a 10kb size limit and will return an error if the payload is too large.
[FIXED] TypeError in AuthenticationClient when using encrypted channels
[FIXED] RequestsDependencyWarning by updating requests
[FIXED] Suppress httpretty warnings
[ADDED] Tests for AuthenticationClient with encrypted channels