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
Make api clients with interceptors cloneable (#566) (da2dddf)
BREAKING CHANGES
Return types of the client builder
have changed. Please update to the newest returned types
to use the client builder. This removed the ChainedInterceptor
which essentially has hidden the cloneable feature for
interceptors.
This removes the "roles" enum
from the introspected user. It is possible to achieve the same
mechanism with the following work around: