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
model-datastructure: HashUtil.isSha256 is now ~ 6 times faster (3179ebf)
BREAKING CHANGES
model-server: New repositories are not accessible via the
deprecated RestWebModelClient.
Use IModelClientV2.initRepositoryWithLegacyStorage to create a new
repository that is also accessible via the deprecated client.
If you directly use the REST API to create repositories then add the
query parameter ?legacyGlobalStorage=true.