ory / sdk

The place where ORY's SDKs are being auto-generated
Apache License 2.0
139 stars 86 forks source link

Rust crate on crates.io outdated #221

Closed hesmar closed 1 year ago

hesmar commented 1 year ago

Preflight checklist

Describe the bug

The rust crate on crates.io of the hydra client is still v1.11.8. It seems that there is a newer version in this repo. May the crate can be updated for easier integration in rust projects?

Reproducing the bug

Go to v1.11.8 and see the latest version available.

Relevant log output

No response

Relevant configuration

No response

Version

latest

On which operating system are you observing this issue?

No response

In which environment are you deploying?

No response

Additional Context

No response

aeneasr commented 1 year ago

Looks like something went wrong during publishing! Generally we recommend using ory-client going forward :)

fuwaneko commented 1 year ago

@aeneasr ory-client is also 4 month outdated (0.2.0-alpha.4 while most recent should be 1.0.2).

jonas-jonas commented 1 year ago

Hi @fuwaneko, thanks for the report. Seems like the automatic release of the Rust SDK was still disabled. Should be fixed soon!

fuwaneko commented 1 year ago

@jonas-jonas looks like ory-kratos-client has been updated. Thanks, now waiting for ory-client.

lasantosr commented 1 year ago

Looks like something went wrong during publishing! Generally we recommend using ory-client going forward :)

@aeneasr Can we use ory-client with self-hosted Kratos & Keto?

@jonas-jonas looks like ory-kratos-client has been updated. Thanks, now waiting for ory-client.

I'm waiting for ory-keto-client as well

jonas-jonas commented 1 year ago

All Ory clients should now have their latest version available on crates.io. Please create a new issue, if you're missing a specific version. Thank you.