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
At the end of Protocol 22, we made sure that all RPC APIs were additive instead of non-breaking (see #317 and deprecation notices in v22.0.0 release notes).
In Protocol 23, we will remove these deprecated fields since SDKs can now transition cleanly. Specifically:
getVersionInfo will drop the snake_case variants.
getEvents will drop pagingToken.
The text was updated successfully, but these errors were encountered:
At the end of Protocol 22, we made sure that all RPC APIs were additive instead of non-breaking (see #317 and deprecation notices in v22.0.0 release notes).
In Protocol 23, we will remove these deprecated fields since SDKs can now transition cleanly. Specifically:
getVersionInfo
will drop thesnake_case
variants.getEvents
will droppagingToken
.The text was updated successfully, but these errors were encountered: