https://www.ory.sh/ logo
m

magnificent-energy-493

01/28/2022, 3:33 PM
Hey @User the old SDK should work just fine! or have you been running into trouble using it with the new version?
l

late-balloon-3804

01/28/2022, 4:50 PM
we get a handful of errors like this every day:
response status code does not match any response statuses defined for this endpoint in the swagger spec (status 409): {}
I assume that's because the service is returning a status code that the SDK doesn't understand. maybe I've wrongly assumed that would be fixed by a new client
m

magnificent-energy-493

01/28/2022, 5:05 PM
I see. Could you open an issue for it, that is probably the best way to resolve this: https://github.com/ory/hydra/issues/new?assignees=&labels=bug&template=BUG-REPORT.yml just going over the latest breaking changes: • Endpoint
PUT /clients
now returns a 404 error when the OAuth2 Client to be updated does not exist. It returned 401 previously. This change requires you to run SQL migrations! and in v10.2 • This patch makes it so that already handled consent/login/logout requests respond with 410 Gone instead of 409 Conflict. Additionally, a URL is included that the user should be redirected to!
I may have missed something, but I think there should be no problem with the SDK 🤔
2 Views