fancy-oil-87995
09/07/2023, 12:04 AMcode is not a valid IdentityCredentialsType
that occurred here
identity, err := s.oryClient.GetIdentity(ctx, id)
identityCredentials := identity.GetCredentials() // <--- This fails because data schema coming over the wire is different and doesn't deserialize
we eventually traced this to an update to Ory 1.2.x and are applying a hot fix to update out client libraries.
Worrying to have external system break our user management workflows. Our expectation is that it would be a 2.x if there was something breaking, or at least some advance warning of a breaking change that we could prepare for. Was this an uncaught bug and/or is there a way to get communication in front of updates in the future?high-optician-2097
fancy-oil-87995
09/07/2023, 2:18 PMhigh-optician-2097
fancy-oil-87995
09/11/2023, 10:14 PMhigh-optician-2097